Federal Contractor

PERATON INC. Federal Contract Obligations (Last 5 Years)

PERATON INC. (CAGE 0HD54, UEI ZBPQEJVECCT4) received 7.59 billion in obligated federal awards across 4,829 actions over the last five years.

This vendor profile summarizes PERATON INC.'s federal procurement activity from the last five years, including total obligations, award volume, and spending by agency, NAICS code, and year. The largest obligations came through the Federal Acquisition Service and NASA, with most activity concentrated in computer systems design and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligated amounts for the stated analysis window and are based on FPDS award actions associated with the vendor identifiers provided.

CAGE Code
0HD54
UEI
ZBPQEJVECCT4
Total Obligated
7.59 billion
7,592,879,569.92
Award Actions
4,829
Average Action Value
1,572,350.29

About PERATON INC. federal contract activity

PERATON INC. recorded 7.59 billion in obligated contract value across 4,829 awards during the last 5 years, with an average award value of 1,572,350.29. The company’s procurement footprint is broad and recurring, indicating sustained federal demand across a large number of transactions rather than reliance on a small set of awards.

Agency mix and customer concentration

The largest share of obligations came from the Federal Acquisition Service at 2.02 billion, followed by NASA at 1.75 billion and the Department of the Army at 653.71 million. Additional significant activity with the Department of State and the Department of the Navy suggests a diversified agency base spanning civilian, defense, and mission-support customers.

Industry profile based on NAICS activity

Contract activity is concentrated in IT and technical services. The leading NAICS codes are 541512 Computer Systems Design Services at 2.72 billion and 541330 Engineering Services at 2.19 billion, with further material volume in 517919 All Other Telecommunications, 541519 Other Computer Related Services, and 541511 Custom Computer Programming Services.

Annual contract trend over the analysis window

Annual obligations were highest in 2024 at 2.16 billion, remained elevated in 2025 at 2.04 billion, and were materially lower in 2023 at 1.70 billion. The five-year pattern shows rapid growth from 2021 to 2024, with award counts also expanding from 351 in 2021 to more than 1,000 per year in each of the last four years.

How to interpret this page

This summary uses FPDS prime award records tied to CAGE 0HD54 and UEI ZBPQEJVECCT4 over the last five fiscal years. Obligations are aggregated across reported awards, and agency and NAICS mixes are based on total obligated value within the same analysis window.

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 = '0HD54'
        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
4732 FEDERAL ACQUISITION SERVICE 2,018,862,038.56 2.02 billion 436
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,746,199,286.01 1.75 billion 489
2100 DEPT OF THE ARMY 653,708,487.39 653.71 million 410
1900 STATE, DEPARTMENT OF 597,572,940.80 597.57 million 154
1700 DEPT OF THE NAVY 441,761,104.06 441.76 million 830
5700 DEPT OF THE AIR FORCE 414,236,964.17 414.24 million 467
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 344,469,279.29 344.47 million 221
2050 INTERNAL REVENUE SERVICE 250,514,705.07 250.51 million 297
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 214,069,209.26 214.07 million 27
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 197,882,153.05 197.88 million 34

Insight

Over the last 5 years, PERATON INC. has received $7.59 billion across 4,829 awards, with obligations concentrated in a small set of agencies. The Federal Acquisition Service and NASA account for the largest shares, at $2.02 billion and $1.75 billion, respectively, together representing about half of the total obligated amount. The next tier includes the Department of the Army, State, and Navy, indicating a broad but still agency-skewed distribution across civilian and defense buyers. Award volume is more dispersed than dollars, with the Navy and Air Force posting relatively high award counts despite lower obligated totals than the top two agencies.

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 = '0HD54'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,715,964,928.55 2.72 billion 1,285
541330 ENGINEERING SERVICES 2,186,404,503.59 2.19 billion 1,346
517919 ALL OTHER TELECOMMUNICATIONS 1,190,984,054.29 1.19 billion 202
541519 OTHER COMPUTER RELATED SERVICES 540,718,199.33 540.72 million 895
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 405,724,164.31 405.72 million 319
517810 ALL OTHER TELECOMMUNICATIONS 208,765,580.27 208.77 million 21
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 122,875,892.38 122.88 million 88
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 52,962,744.58 52.96 million 74
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 39,108,791.41 39.11 million 94
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 36,824,793.70 36.82 million 112

Insight

Over the last 5 years, PERATON INC. (CAGE 0HD54) obligated $7.59 billion across 4,829 awards, with activity concentrated in IT and engineering-related NAICS. NAICS 541512 (Computer Systems Design Services) and 541330 (Engineering Services) account for the largest shares, at $2.72 billion and $2.19 billion respectively, and together represent the majority of top-line obligations. Additional volume is distributed across telecommunications and related computer services, including NAICS 517919, 541519, and 541511, indicating a broader but still technically focused award profile.

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 = '0HD54'
        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 2,041,939,248.92 2.04 billion 1,137
2024 2,155,402,501.37 2.16 billion 1,282
2023 1,695,806,494.49 1.70 billion 1,055
2022 1,217,895,619.26 1.22 billion 1,004
2021 481,835,705.88 481.84 million 351

Insight

PERATON INC. (CAGE 0HD54) obligated $7.59 billion across 4,829 awards over the last 5 years, with an average award value of $1.57 million. Obligations are heavily concentrated in the most recent two years, totaling $4.20 billion in 2024-2025, compared with $481.84 million in 2021, indicating a pronounced upward trend in both award volume and dollar value. Annual activity expanded from 351 awards in 2021 to a peak of 1,282 awards in 2024, while 2025 remains strong at 1,137 awards and $2.04 billion obligated.

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.