Federal Contractor

PRIDE INDUSTRIES Federal Contract Obligations (Last 5 Years)

PRIDE INDUSTRIES (CAGE 0V1H4, UEI KTTQP5D3JDY7) received $941.15 million across 1,707 federal award actions in the last 5 years.

PRIDE INDUSTRIES shows a procurement profile dominated by facilities support services, with $717.78 million obligated under NAICS 561210. The largest agency relationships are with the Department of the Army, Department of the Air Force, and the Bureau of Engraving and Printing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligations reported in the analysis window and may differ from later FPDS updates, deobligations, or record corrections.

CAGE Code
0V1H4
UEI
KTTQP5D3JDY7
Total Obligated
941.15 million
941,148,687.84
Award Actions
1,707
Average Action Value
551,346.62

About PRIDE INDUSTRIES federal contract activity

PRIDE INDUSTRIES (CAGE 0V1H4, UEI KTTQP5D3JDY7) recorded 941.15 million in obligations across 1,707 awards over the last 5 years, with an average award value of 551,346.62. The profile reflects a high-volume federal supplier with recurring support-service activity and meaningful concentration in a small set of agencies and labor-intensive service categories.

Agency mix and customer concentration

Obligations are led by the Department of the Army at 465.25 million across 527 awards, followed by the Department of the Air Force at 265.71 million across 460 awards. Smaller but material volumes came from the Bureau of Engraving and Printing, the Defense Commissary Agency, and the Department of the Navy, indicating a customer base that is heavily weighted toward defense and related federal operations.

Industry profile based on NAICS activity

The award mix is dominated by NAICS 561210 Facilities Support Services, which accounts for 717.78 million and 804 awards. Additional activity is spread across Janitorial Services, All Other Support Services, Landscaping Services, and Exterminating and Pest Control Services, reinforcing a service portfolio centered on facilities operations and base support functions.

Annual contract trend over the analysis window

Annual obligations increased from 190.37 million in 2021 to a peak of 231.02 million in 2023, then remained elevated at 220.18 million in 2024 before declining to 103.40 million in 2025 to date. Award counts followed a similar pattern, peaking at 382 in 2024 and registering 319 in 2025, suggesting continued activity but a lower obligation pace in the most recent year.

How to interpret this page

This summary is based on FPDS-obligated action data for the last 5 years and is aggregated by vendor identifiers, awarding agency, NAICS code, and fiscal year. Totals reflect obligated dollars and award counts as reported in the underlying contract action records; no extrapolation or qualitative assumptions were added beyond the supplied data.

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 5 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
2100 DEPT OF THE ARMY 465,251,199.77 465.25 million 527
5700 DEPT OF THE AIR FORCE 265,714,318.98 265.71 million 460
2041 BUREAU OF ENGRAVING AND PRINTING 90,143,981.13 90.14 million 22
97AZ DEFENSE COMMISSARY AGENCY (DECA) 66,852,455.19 66.85 million 321
1700 DEPT OF THE NAVY 34,776,553.48 34.78 million 117
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 5,350,163.61 5.35 million 16
7008 U.S. COAST GUARD 5,171,315.64 5.17 million 29
12C2 FOREST SERVICE 1,897,892.62 1.90 million 10
97F1 DEFENSE MEDIA ACTIVITY (DMA) 1,787,473.93 1.79 million 15
6920 FEDERAL AVIATION ADMINISTRATION 1,491,633.30 1.49 million 68

Insight

Over the last 5 years, PRIDE INDUSTRIES’ obligations are concentrated in the Department of the Army and Department of the Air Force, which together account for $730.97 million, or about 77.7% of the vendor’s $941.15 million total. The Department of the Army is the largest customer at $465.25 million across 527 awards, followed by the Department of the Air Force at $265.71 million across 460 awards. A second tier of agencies—led by the Bureau of Engraving and Printing and the Defense Commissary Agency—contributes materially less, indicating a heavy reliance on a small number of defense-related agencies rather than a broad distribution across the federal market.

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 5 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 717,781,872.73 717.78 million 804
561720 JANITORIAL SERVICES 74,263,877.45 74.26 million 355
561990 ALL OTHER SUPPORT SERVICES 65,961,246.54 65.96 million 295
561730 LANDSCAPING SERVICES 64,379,012.76 64.38 million 160
561710 EXTERMINATING AND PEST CONTROL SERVICES 6,216,768.78 6.22 million 23
561110 OFFICE ADMINISTRATIVE SERVICES 5,848,202.02 5.85 million 32
561320 TEMPORARY HELP SERVICES 4,940,438.79 4.94 million 22
493110 GENERAL WAREHOUSING AND STORAGE 1,787,473.93 1.79 million 15
561499 ALL OTHER BUSINESS SUPPORT SERVICES -30,205.16 -30.21 thousand 1

Insight

Over the last 5 years, PRIDE INDUSTRIES’ obligations are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $717.78 million across 804 awards, or roughly 76% of total obligated dollars. The next three NAICS codes—561720 Janitorial Services, 561990 All Other Support Services, and 561730 Landscaping Services—together add $204.60 million, indicating a secondary cluster of related facilities and support work. Remaining NAICS codes each represent relatively small dollar volumes, with award counts spread across multiple support-service categories and one immaterial negative obligation in 561499.

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 5 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
2024 220,184,225.34 220.18 million 382
2023 231,015,539.53 231.02 million 325
2022 196,176,837.86 196.18 million 354
2021 190,367,252.54 190.37 million 327

Insight

PRIDE INDUSTRIES (CAGE 0V1H4) recorded $941.15 million in obligated value across 1,707 awards over the last 5 years, averaging $551,346.62 per award. Obligations were concentrated in 2023 and 2024, which together accounted for $451.20 million, or about 48% of the five-year total, indicating a mid-period peak in funding. Annual obligated value rose from $190.37 million in 2021 to $231.02 million in 2023, increased further to $220.18 million in 2024, then declined to $103.40 million in 2025. Award volume remained relatively stable at 319 to 382 awards per year, suggesting the funding swing was driven more by award value than by a major change in contract count.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.