Federal Contractor

PERATON INC. Federal Contract Obligations (Last Year)

PERATON INC. (CAGE 0HD54, UEI ZBPQEJVECCT4) received 2.04 billion in federal obligations across 1,137 award actions in the last full year.

In the last full year, PERATON INC. recorded 2.04 billion in obligated federal awards across 1,137 actions, averaging 1.80 million per action. The largest funding sources were the Federal Acquisition Service, NASA, and the Department of the Army, with work concentrated in computer systems design services, engineering services, and telecommunications.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window and summarize obligated dollars, award counts, and leading agencies and NAICS categories only.

CAGE Code
0HD54
UEI
ZBPQEJVECCT4
Total Obligated
2.04 billion
2,041,939,248.92
Award Actions
1,137
Average Action Value
1,795,900.83

About PERATON INC. federal contract activity

PERATON INC. (CAGE 0HD54, UEI ZBPQEJVECCT4) recorded $2.04 billion in obligated federal spending across 1,137 awards in the last full year, for an average award value of $1.80 million. The volume and value profile indicate a large, active vendor with broad federal demand spanning multiple agencies and contract actions.

Agency mix and customer concentration

Obligations were concentrated among a small set of civilian and defense buyers. The Federal Acquisition Service led with $658.17 million across 112 awards, followed by NASA at $529.39 million across 113 awards and the Department of the Army at $174.58 million across 117 awards; the Department of State and Department of the Navy also contributed materially, with the Navy showing the highest award count among the top five agencies at 213.

Industry profile based on NAICS activity

The vendor’s spending profile is dominated by IT, engineering, and telecommunications work. Computer Systems Design Services (NAICS 541512) accounted for $760.01 million, Engineering Services (541330) for $531.95 million, and All Other Telecommunications (517919) for $402.63 million, while Custom Computer Programming Services (541511) and Other Computer Related Services (541519) added another $233.99 million combined.

Annual contract trend over the analysis window

The annual trend data show a single reporting year in the analysis window: 2025, with $2.04 billion obligated across 1,137 awards. With only one year shown, the dataset supports a point-in-time assessment of scale and concentration rather than a multi-year directional trend.

How to interpret this page

This summary is based on FPDS award obligations associated with PERATON INC. using the provided CAGE code and UEI over the last full year. Agency and NAICS views reflect the highest obligated totals in the analysis window, and the annual trend reflects the same obligation dataset for the reported year.

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 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
4732 FEDERAL ACQUISITION SERVICE 658,170,485.97 658.17 million 112
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 529,390,693.75 529.39 million 113
2100 DEPT OF THE ARMY 174,582,733.25 174.58 million 117
1900 STATE, DEPARTMENT OF 154,267,168.45 154.27 million 33
1700 DEPT OF THE NAVY 100,833,784.49 100.83 million 213
5700 DEPT OF THE AIR FORCE 80,682,878.90 80.68 million 77
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 67,106,302.90 67.11 million 8
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 51,607,219.67 51.61 million 39
2050 INTERNAL REVENUE SERVICE 41,121,099.31 41.12 million 59
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 27,578,199.72 27.58 million 8

Insight

PERATON INC. obligated $2.04 billion across 1,137 awards in the last full year, with spending concentrated in a small number of agencies. The Federal Acquisition Service and NASA together accounted for $1.19 billion, or about 58% of total obligated dollars, indicating strong reliance on those two customers. The remaining top agencies were more dispersed, with the Department of the Army, State, Navy, and Air Force providing additional significant but individually smaller shares of obligation volume.

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 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 760,009,073.04 760.01 million 286
541330 ENGINEERING SERVICES 531,953,846.28 531.95 million 347
517919 ALL OTHER TELECOMMUNICATIONS 402,628,400.44 402.63 million 32
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 129,781,397.58 129.78 million 130
541519 OTHER COMPUTER RELATED SERVICES 104,218,253.55 104.22 million 175
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 43,286,078.17 43.29 million 28
517810 ALL OTHER TELECOMMUNICATIONS 27,578,199.72 27.58 million 8
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 13,567,600.11 13.57 million 12
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 8,847,367.69 8.85 million 25
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 8,413,884.04 8.41 million 22

Insight

PERATON INC.’s last full year obligations were concentrated in IT and engineering-related NAICS, led by 541512 Computer Systems Design Services at $760.01 million across 286 awards and 541330 Engineering Services at $531.95 million across 347 awards. Together, the top two NAICS account for $1.29 billion, or roughly 63% of the $2.04 billion total obligated, indicating a strong concentration in core systems design and engineering work. Telecommunications and software-related categories, including 517919 and 541511/541519, add additional volume but at materially lower levels, while R&D NAICS represent a smaller share of overall obligations.

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 1 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

Insight

During the last full year, PERATON INC. (CAGE 0HD54) recorded $2.04 billion in obligated obligations across 1,137 awards, indicating a high volume of activity with substantial total value concentration. The average award value was approximately $1.80 million, suggesting obligations were distributed across many moderately sized actions rather than a small number of very large awards. With only one year in scope, this section provides a current-period baseline rather than a year-over-year trend.

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.