Federal Contractor

PRIDE INDUSTRIES Federal Contract Obligations (Last 10 Years)

PRIDE INDUSTRIES has obligated $1.67 billion across 2,785 federal award actions over the last 10 years, led by work for the Department of the Army and the Department of the Air Force.

PRIDE INDUSTRIES (CAGE 0V1H4, UEI KTTQP5D3JDY7) shows a federal procurement profile centered on facilities support services, with most obligations tied to NAICS 561210. The vendor’s largest agency customers are the Department of the Army and the Department of the Air Force, while annual obligations in recent years have remained above $100 million each year from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

This summary covers the last 10 years of readable FPDS obligations and action counts based on the provided vendor, agency, NAICS, and annual trend data.

CAGE Code
0V1H4
UEI
KTTQP5D3JDY7
Total Obligated
1.67 billion
1,670,591,084.42
Award Actions
2,785
Average Action Value
599,853.17

About PRIDE INDUSTRIES federal contract activity

PRIDE INDUSTRIES, identified by CAGE 0V1H4 and UEI KTTQP5D3JDY7, received 1.67 billion in obligated federal spend across 2,785 awards over the last 10 years, with an average award value of 599,853.17. The award profile indicates a high-volume, mid- to large-value contracting relationship concentrated in recurring service requirements.

Agency mix and customer concentration

Obligations are heavily concentrated in the Department of the Army at 884.51 million across 842 awards, followed by the Department of the Air Force at 463.89 million across 798 awards. Smaller but material activity appears with the Bureau of Engraving and Printing, Defense Commissary Agency, and Department of the Navy, showing a mix of defense and civilian customer bases with strong repeat award patterns.

Industry profile based on NAICS activity

The vendor's portfolio is dominated by NAICS 561210 Facilities Support Services, which accounts for 1.31 billion and 1,299 awards, indicating that integrated facilities operations are the primary spend driver. Additional volume is spread across Janitorial Services, All Other Support Services, Landscaping Services, and Office Administrative Services, reinforcing a service-heavy profile centered on base support and maintenance functions.

Annual contract trend over the analysis window

Annual obligations in the displayed period remained above 190 million from 2021 through 2024, peaking at 231.02 million in 2023 before easing to 220.18 million in 2024. Obligations in 2025 are 103.40 million to date, so the current-year figure is not directly comparable to full prior years. Award counts remain substantial each year, suggesting sustained contract flow even as annual obligated value fluctuates.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 0V1H4 and UEI KTTQP5D3JDY7 over the last 10 years. Totals reflect obligated dollars and award counts captured in the provided analysis window, with agency, NAICS, and annual views summarized from the supplied aggregates only.

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 10 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 884,510,304.91 884.51 million 842
5700 DEPT OF THE AIR FORCE 463,887,171.20 463.89 million 798
2041 BUREAU OF ENGRAVING AND PRINTING 129,808,103.24 129.81 million 33
97AZ DEFENSE COMMISSARY AGENCY (DECA) 108,923,759.48 108.92 million 583
1700 DEPT OF THE NAVY 61,783,502.85 61.78 million 210
7008 U.S. COAST GUARD 5,687,754.01 5.69 million 45
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 5,350,163.61 5.35 million 16
97F1 DEFENSE MEDIA ACTIVITY (DMA) 3,270,558.41 3.27 million 23
12C2 FOREST SERVICE 2,235,448.64 2.24 million 12
6920 FEDERAL AVIATION ADMINISTRATION 1,491,633.30 1.49 million 68

Insight

Over the last 10 years, PRIDE INDUSTRIES has obligated $1.67 billion across 2,785 awards, with spending concentrated in a small set of civilian and defense agencies. The Department of the Army is the largest customer at $884.51 million (842 awards), followed by the Department of the Air Force at $463.89 million (798 awards); together they account for roughly 81% of total obligations. A second tier includes the Bureau of Engraving and Printing at $129.81 million and the Defense Commissary Agency at $108.92 million, while all remaining agencies each represent materially smaller shares, indicating a highly concentrated obligation profile.

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 10 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 1,314,369,074.97 1.31 billion 1,299
561720 JANITORIAL SERVICES 122,488,253.00 122.49 million 516
561990 ALL OTHER SUPPORT SERVICES 107,877,145.32 107.88 million 550
561730 LANDSCAPING SERVICES 99,598,170.75 99.60 million 257
561110 OFFICE ADMINISTRATIVE SERVICES 9,071,628.25 9.07 million 57
561710 EXTERMINATING AND PEST CONTROL SERVICES 8,637,420.31 8.64 million 36
561320 TEMPORARY HELP SERVICES 4,940,438.79 4.94 million 22
493110 GENERAL WAREHOUSING AND STORAGE 3,270,558.41 3.27 million 23
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 180,082.35 180.08 thousand 4
561499 ALL OTHER BUSINESS SUPPORT SERVICES 158,810.84 158.81 thousand 5

Insight

Over the last 10 years, PRIDE INDUSTRIES’ obligations are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $1.31 billion of $1.67 billion total obligated dollars and 1,299 of 2,785 awards. The next largest categories—561720 Janitorial Services, 561990 All Other Support Services, and 561730 Landscaping Services—add meaningful volume but remain well below the dominant facilities support line, indicating a service mix centered on building operations and maintenance support. Remaining NAICS codes each represent a comparatively small share of obligations, suggesting limited diversification beyond core facilities-related services.

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 10 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
2020 189,110,040.37 189.11 million 350
2019 191,405,573.89 191.41 million 229
2018 204,635,153.19 204.64 million 228
2017 144,291,629.13 144.29 million 271

Insight

PRIDE INDUSTRIES (CAGE 0V1H4) obligated $1.67 billion across 2,785 awards over the last 10 years, with an average award value of about $599.9K. Obligations were relatively steady from 2018 through 2024, generally ranging from $189.1 million to $231.0 million annually, with the highest annual obligation in 2023 at $231.0 million. The most recent period shows a decline to $103.4 million in 2025, indicating a notable downward shift from the prior multi-year range. Award volume also remained broadly consistent, mostly between 228 and 382 awards per year, suggesting the vendor’s activity is distributed across many moderate-sized actions rather than concentrated in a few large awards.

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