Federal Contractor

PERATON TECHNOLOGY SERVICES INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for PERATON TECHNOLOGY SERVICES INC. (CAGE 6KTD1, UEI CJ38H41QMGA1) covering obligations and award activity over the last 10 years.

PERATON TECHNOLOGY SERVICES INC. recorded 1.77 billion in obligated federal awards across 1,743 actions in the last 10 years, with an average action value of 1,017,285.79. The largest share of obligations came from the Federal Acquisition Service, Office of Procurement Operations, and the Department of the Navy, with most activity concentrated in engineering services, computing infrastructure, and custom computer programming.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here are based on the provided 2021-2025 trend rows within the 10-year analysis window, and totals may not sum exactly due to rounding.

CAGE Code
6KTD1
UEI
CJ38H41QMGA1
Total Obligated
1.77 billion
1,773,129,142.70
Award Actions
1,743
Average Action Value
1,017,285.79

About PERATON TECHNOLOGY SERVICES INC. federal contract activity

PERATON TECHNOLOGY SERVICES INC. shows a substantial federal contracting footprint over the last 10 years, with 1.77 billion in obligated awards across 1,743 actions and an average award value of 1.02 million. The activity profile indicates sustained performance across multiple agencies and mission areas rather than reliance on a single procurement stream.

Agency mix and customer concentration

Obligations are concentrated in civilian acquisition channels and large defense buyers. The Federal Acquisition Service is the largest customer at 790.09 million, followed by the Office of Procurement Operations at 309.55 million, the Department of the Navy at 227.65 million, and the Department of the Army at 158.41 million, which together suggest a mix of enterprise acquisition, IT/services procurement, and defense-related demand.

Industry profile based on NAICS activity

The vendor’s award base is led by engineering and technical services, with NAICS 541330 accounting for 814.42 million. Significant additional work falls under computing infrastructure and data processing services, custom programming, and research and development, indicating a portfolio centered on technology, systems support, and technical engineering work.

Annual contract trend over the analysis window

Recent annual obligations show elevated and somewhat volatile funding levels, rising from 230.94 million in 2021 to a peak of 420.40 million in 2023 before moderating to 244.59 million in 2024 and 201.56 million in 2025. Award counts remained high throughout the period, suggesting continued procurement activity even as annual dollar volume fluctuated.

How to interpret this page

This summary is based on FPDS award activity associated with CAGE 6KTD1 and UEI CJ38H41QMGA1 over the last 10 years. Agency, NAICS, and annual views reflect obligated dollars and award counts in the provided dataset and are intended to describe observed procurement patterns 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 = '6KTD1'
        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
4732 FEDERAL ACQUISITION SERVICE 790,093,306.68 790.09 million 251
7001 OFFICE OF PROCUREMENT OPERATIONS 309,549,696.36 309.55 million 288
1700 DEPT OF THE NAVY 227,650,040.82 227.65 million 394
2100 DEPT OF THE ARMY 158,405,655.86 158.41 million 231
4773 OFFICE OF ADMINISTRATIVE SERVICES 42,258,496.94 42.26 million 171
2046 OFFICE OF THE COMPTROLLER OF THE CURRENCY 42,008,860.27 42.01 million 71
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 41,982,184.96 41.98 million 30
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 29,168,352.12 29.17 million 34
7014 U.S. CUSTOMS AND BORDER PROTECTION 21,866,181.05 21.87 million 19
7009 U.S. SECRET SERVICE 20,641,483.48 20.64 million 36

Insight

Over the last 10 years, PERATON TECHNOLOGY SERVICES INC. obligated $1.77 billion across 1,743 awards, with spending concentrated in a small set of agencies. The Federal Acquisition Service is the largest customer at $790.09 million, followed by the Office of Procurement Operations at $309.55 million; together they account for a majority of total obligated dollars. DoD components also represent a significant share, led by the Department of the Navy ($227.65 million) and Department of the Army ($158.41 million), indicating a materially mixed civilian and defense customer base with strong concentration in federal acquisition and defense organizations.

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 = '6KTD1'
        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
541330 ENGINEERING SERVICES 814,424,654.70 814.42 million 519
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 457,157,087.28 457.16 million 501
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 285,330,456.07 285.33 million 404
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 173,175,665.22 173.18 million 192
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 31,736,934.04 31.74 million 83
541512 COMPUTER SYSTEMS DESIGN SERVICES 10,763,381.60 10.76 million 31
541519 OTHER COMPUTER RELATED SERVICES 393,130.79 393.13 thousand 7
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 147,833.00 147.83 thousand 6

Insight

PERATON TECHNOLOGY SERVICES INC. shows a strong concentration of obligations in engineering and information technology-related NAICS over the last 10 years. NAICS 541330 (Engineering Services) is the largest category at $814.42 million across 519 awards, followed by 518210 at $457.16 million across 501 awards and 541511 at $285.33 million across 404 awards; these three codes account for the majority of the vendor’s $1.77 billion in total obligations. Activity then drops to R&D-related codes 541715 and 541712, with the remaining NAICS categories representing relatively small shares of total obligated dollars.

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 = '6KTD1'
        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 201,560,134.44 201.56 million 296
2024 244,590,228.08 244.59 million 306
2023 420,403,309.66 420.40 million 313
2022 321,380,469.41 321.38 million 254
2021 230,940,968.34 230.94 million 162
2020 139,584,276.86 139.58 million 138
2019 135,910,610.76 135.91 million 143
2018 65,202,310.65 65.20 million 89
2017 13,364,534.50 13.36 million 39
2016 192,300.00 192.30 thousand 3

Insight

PERATON TECHNOLOGY SERVICES INC. shows a clear upward funding trend over the last 10 years, with total obligations rising from 192.30 thousand in 2016 to 201.56 million in 2025, for 1.77 billion obligated across 1,743 awards. Obligations are concentrated in the most recent five years, particularly 2022 through 2025, which account for the majority of the period’s dollars, peaking in 2023 at 420.40 million across 313 awards. Award volume also increased over time, moving from 3 awards in 2016 to the 254–313 range in 2022–2025, indicating sustained contracting activity rather than isolated 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.