Federal Contractor

PRIDE INDUSTRIES Federal Contract Obligations (Last Year)

Federal procurement summary for PRIDE INDUSTRIES (CAGE 0V1H4, UEI KTTQP5D3JDY7) showing 103.40 million in obligations across 319 award actions in the last full year.

In the last full year, PRIDE INDUSTRIES recorded 103,404,832.57 in federal obligations across 319 award actions, for an average action value of 324,153.08. Most funding came from the Department of the Air Force, with additional obligations from the Bureau of Engraving and Printing, the Defense Commissary Agency, the Department of the Army, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year only and are based on readable FPDS obligation data and award counts provided here.

CAGE Code
0V1H4
UEI
KTTQP5D3JDY7
Total Obligated
103.40 million
103,404,832.57
Award Actions
319
Average Action Value
324,153.08

About PRIDE INDUSTRIES federal contract activity

PRIDE INDUSTRIES recorded $103.40 million in FPDS-observed obligations across 319 awards during the last full year, with an average award value of $324,153.08. The vendor’s activity is concentrated in a relatively high-volume contract profile, indicating broad tasking across multiple requirements rather than reliance on a small number of large awards.

Agency mix and customer concentration

The Department of the Air Force was the largest customer at $49.11 million across 109 awards, followed by the Bureau of Engraving and Printing at $22.03 million across 3 awards. The Defense Commissary Agency, Department of the Army, and Department of the Navy rounded out the top five, showing a customer base anchored in defense organizations but including a significant civilian-agency relationship.

Industry profile based on NAICS activity

Facilities support services accounted for the largest share of obligations at $56.74 million across 145 awards, making it the core of the vendor’s observed work. Janitorial services, landscaping services, and all other support services together represent a substantial secondary mix, while office administrative services appears as a much smaller category by dollar value.

Annual contract trend over the analysis window

The annual trend covers a single year, 2025, with total obligations of $103.40 million across 319 awards. With only one year in the analysis window, the data support a point-in-time profile of procurement activity rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS records for the vendor identified by CAGE 0V1H4 and UEI KTTQP5D3JDY7 over the last full year. Obligations, award counts, and category totals reflect the provided analysis window and should be interpreted as FPDS-observed contract activity, not a complete measure of all vendor revenue.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0V1H4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
5700 DEPT OF THE AIR FORCE 49,110,426.51 49.11 million 109
2041 BUREAU OF ENGRAVING AND PRINTING 22,028,559.95 22.03 million 3
97AZ DEFENSE COMMISSARY AGENCY (DECA) 12,941,662.45 12.94 million 58
2100 DEPT OF THE ARMY 9,532,478.30 9.53 million 90
1700 DEPT OF THE NAVY 5,090,505.56 5.09 million 20
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 1,721,150.00 1.72 million 3
7008 U.S. COAST GUARD 1,300,007.45 1.30 million 7
97F1 DEFENSE MEDIA ACTIVITY (DMA) 399,169.59 399.17 thousand 5
12H2 AGRICULTURAL RESEARCH SERVICE 340,418.06 340.42 thousand 5
1524 DRUG ENFORCEMENT ADMINISTRATION 313,728.99 313.73 thousand 5

Insight

PRIDE INDUSTRIES’ last full year obligations totaled $103.40 million across 319 awards, with spending concentrated in a small number of agencies. The Department of the Air Force was the largest customer at $49.11 million across 109 awards, followed by the Bureau of Engraving and Printing at $22.03 million, despite only 3 awards, indicating high-dollar activity in that account. Defense Commissary Agency, Department of the Army, and Department of the Navy added another $27.56 million combined, while the remaining listed agencies each accounted for less than $1.73 million, reflecting a broad but highly concentrated agency mix.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0V1H4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561210 FACILITIES SUPPORT SERVICES 56,735,996.97 56.74 million 145
561720 JANITORIAL SERVICES 14,916,967.61 14.92 million 59
561730 LANDSCAPING SERVICES 13,897,171.64 13.90 million 38
561990 ALL OTHER SUPPORT SERVICES 12,941,662.45 12.94 million 55
561110 OFFICE ADMINISTRATIVE SERVICES 1,721,150.00 1.72 million 3
561710 EXTERMINATING AND PEST CONTROL SERVICES 1,578,157.50 1.58 million 7
561320 TEMPORARY HELP SERVICES 1,214,556.81 1.21 million 7
493110 GENERAL WAREHOUSING AND STORAGE 399,169.59 399.17 thousand 5

Insight

PRIDE INDUSTRIES’ Top NAICS activity in the last full year is concentrated in facilities and base support functions, led by NAICS 561210 Facilities Support Services at $56.74 million across 145 awards, or about 55% of total obligated value. Janitorial Services (561720), Landscaping Services (561730), and All Other Support Services (561990) account for most of the remaining obligation, indicating a strong concentration in recurring support operations. The balance of awards is spread across smaller facilities-related categories, with no single non-core NAICS approaching the scale of 561210.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0V1H4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 103,404,832.57 103.40 million 319

Insight

Over the last full year, PRIDE INDUSTRIES (CAGE 0V1H4) recorded $103.40 million in obligated spending across 319 awards, for an average award value of about $324.2K. Because the window includes a single reporting year, this section reflects level of activity rather than a multi-year trend. The award volume indicates relatively broad distribution of obligations across a substantial number of actions, with no evidence in the provided data of year-over-year concentration or change.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.