Federal Contractor

PERATON TECHNOLOGY SERVICES INC. Federal Contract Obligations (Last Year)

PERATON TECHNOLOGY SERVICES INC. (CAGE 6KTD1, UEI CJ38H41QMGA1) received $201.56 million across 296 federal award actions in the last full year.

Federal procurement records for the last full year show 296 award actions totaling $201,560,134.44 for PERATON TECHNOLOGY SERVICES INC. The largest obligations were concentrated at the Office of Procurement Operations, Federal Acquisition Service, the Department of the Navy, and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the selected analysis window and may differ from other reports due to timing, agency coding, or record updates.

CAGE Code
6KTD1
UEI
CJ38H41QMGA1
Total Obligated
201.56 million
201,560,134.44
Award Actions
296
Average Action Value
680,946.40

About PERATON TECHNOLOGY SERVICES INC. federal contract activity

PERATON TECHNOLOGY SERVICES INC. recorded $201.56 million in obligations across 296 awards in the last full year, with an average award value of $680,946.40. The vendor’s federal activity shows a substantial volume of moderately sized awards rather than a small number of very large transactions.

Agency mix and customer concentration

Work was concentrated in a small set of agencies, led by the Office of Procurement Operations at $84.40 million across 82 awards and the Federal Acquisition Service at $46.01 million across 28 awards. The Department of the Navy and Department of the Army also represented meaningful demand, while U.S. Customs and Border Protection contributed a smaller number of higher-value awards. This mix indicates a portfolio anchored in procurement-heavy civilian channels with additional defense exposure.

Industry profile based on NAICS activity

The largest share of obligations fell under NAICS 518210, which accounted for $99.25 million across 121 awards and points to strong demand for computing infrastructure and related services. Engineering services (541330), custom computer programming services (541511), and R&D in the physical, engineering, and life sciences (541715) together show a diversified technical services profile. Overall, the NAICS pattern suggests a vendor positioned across infrastructure, software, engineering, and applied research work.

Annual contract trend over the analysis window

The annual trend contains one full-year observation for 2025, showing $201.56 million in obligations across 296 awards. With only a single year in the analysis window, the data supports a current-year activity snapshot rather than a multi-year growth assessment. Future comparisons will be needed to determine whether this level reflects expansion, contraction, or stability.

How to interpret this page

This page summarizes FPDS obligation data for PERATON TECHNOLOGY SERVICES INC. using the vendor identifiers CAGE 6KTD1 and UEI CJ38H41QMGA1 over the last full year. Agency and NAICS sections are ranked by total obligated dollars and supported by award counts; the trend section reflects annual aggregation within the same window. All figures are derived from the provided dataset and are not adjusted beyond the reported totals.

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 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
7001 OFFICE OF PROCUREMENT OPERATIONS 84,404,686.77 84.40 million 82
4732 FEDERAL ACQUISITION SERVICE 46,006,015.48 46.01 million 28
1700 DEPT OF THE NAVY 30,973,642.00 30.97 million 68
2100 DEPT OF THE ARMY 12,621,456.21 12.62 million 37
7014 U.S. CUSTOMS AND BORDER PROTECTION 7,263,890.26 7.26 million 2
2046 OFFICE OF THE COMPTROLLER OF THE CURRENCY 6,630,540.37 6.63 million 23
5700 DEPT OF THE AIR FORCE 3,294,812.97 3.29 million 4
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,980,902.36 2.98 million 6
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 2,426,176.22 2.43 million 11
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 1,912,318.10 1.91 million 2

Insight

PERATON TECHNOLOGY SERVICES INC. received $201.56 million across 296 awards in the last full year, with obligations concentrated in a small set of agencies. The OFFICE OF PROCUREMENT OPERATIONS accounted for $84.40 million and 82 awards, followed by the FEDERAL ACQUISITION SERVICE at $46.01 million and the DEPT OF THE NAVY at $30.97 million, indicating a strong concentration among three agencies. After these top buyers, obligation levels drop materially, with the next largest agencies each below $12.7 million, suggesting a long tail of smaller-volume activity across the remaining 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 = '6KTD1'
        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
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 99,245,001.91 99.25 million 121
541330 ENGINEERING SERVICES 36,264,235.27 36.26 million 84
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 35,864,127.81 35.86 million 50
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 30,186,769.45 30.19 million 41

Insight

PERATON TECHNOLOGY SERVICES INC. received $201.56 million across 296 awards in the last full year, with obligations concentrated in a small set of IT and technical service NAICS codes. NAICS 518210 accounted for $99.25 million across 121 awards, or roughly half of total obligated dollars, indicating a strong concentration in computing infrastructure and related services. The next three NAICS codes—541330, 541511, and 541715—collectively totaled $102.31 million across 175 awards, showing a broader but still service-focused distribution across engineering, custom software, and R&D activities.

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

Insight

During the last full year, PERATON TECHNOLOGY SERVICES INC. (CAGE 6KTD1) obligated $201.56 million across 296 awards, for an average award value of about $680.9 thousand. With all reported activity concentrated in 2025, the annual trend reflects a single-year obligation profile rather than a multi-year distribution. The volume of awards suggests spending was broadly distributed across multiple transactions rather than concentrated in a small number of 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.