Award Number

Award Number 6920 / 693KA821F00222 Federal Contract Action Summary (Last 10 Years)

Procurement analysis for award number 693KA821F00222 under agency ID 6920, showing 109 actions and $1.72 billion obligated over the last 10 years.

This page summarizes federal award activity for PIID 693KA821F00222 across the last 10 years. The award records 109 actions and total obligated amounts of $1,719,392,070.32.

Generated at 03/20/2026

Analysis period: Last 10 years

Values are based on the provided analysis window and reflect readable total obligated funding and action counts for this award.

Agency ID
6920
PIID
693KA821F00222
Type
Award
Total Obligated
1.72 billion
1,719,392,070.32
Actions
109
Average Action Value
15,774,239.18

Overview

Award number 693KA821F00222 is associated with agency ID 6920 and shows sustained activity across the last 10 years. The record includes 109 award actions with an average action value of $15,774,239.18. Total obligated funding is $1,719,392,070.32.

How to use this page

Use this page to review the award’s obligation volume, action frequency, and average action value over the selected period. It is suitable for identifying long-term funding concentration and comparing this award against other procurement records using the same analysis window.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '6920' AND content__award__awardID__awardContractID__PIID = '693KA821F00222'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
6920 FEDERAL AVIATION ADMINISTRATION 1,719,392,070.32 1.72 billion 109

Insight

For PIID 693KA821F00222 over the 10-year window, all reported obligation is concentrated within the Federal Aviation Administration. FAA accounts for $1.72 billion across 109 awards, indicating the award is part of a highly concentrated agency-specific spending pattern rather than a distributed multi-agency profile.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '6920' AND content__award__awardID__awardContractID__PIID = '693KA821F00222'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
HARRIS CORPORATION 4YGC4 1,719,392,070.32 1.72 billion 109

Insight

Over the 10-year window, HARRIS CORPORATION (CAGE 4YGC4) is the sole top vendor listed for this award, with 109 awards and $1.72 billion in total obligated value. This indicates complete concentration of obligations in a single vendor within the provided row set. The award history reflects both high volume and high dollar value to one contractor, suggesting sustained reliance rather than dispersed vendor distribution.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '6920' AND content__award__awardID__awardContractID__PIID = '693KA821F00222'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
517310 TELECOMMUNICATIONS RESELLERS 1,719,392,070.32 1.72 billion 109

Insight

Obligations under PIID 693KA821F00222 are fully concentrated in NAICS 517310, Telecommunications Resellers, with $1.72 billion obligated across 109 awards over the 10-year window. This indicates a single-industry concentration rather than a diversified NAICS distribution. The volume of awards alongside the full obligation concentration suggests repeated procurement activity within the same telecommunications reseller category.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '6920' AND content__award__awardID__awardContractID__PIID = '693KA821F00222'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
DG11 IT and Telecom - Network: Satellite Communications and Telecom Access Services 1,604,312,277.03 1.60 billion 98
DG11 IT AND TELECOM - NETWORK - TELECOM ACCESS SERVICES 115,079,793.29 115.08 million 11

Insight

Obligations for this award are highly concentrated in PSC DG11, with 1.60 billion across 98 actions under “IT and Telecom - Network: Satellite Communications and Telecom Access Services.” A smaller but still material share, 115.08 million across 11 actions, is also coded to DG11 under “IT AND TELECOM - NETWORK - TELECOM ACCESS SERVICES,” indicating the award is consistently associated with telecom access/network services. The distribution suggests sustained spending within a narrow PSC category rather than broad dispersion across multiple product or service lines.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '6920' AND content__award__awardID__awardContractID__PIID = '693KA821F00222'
    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 ASC
Year Total Obligated Readable Actions
2021 98,255,499.79 98.26 million 9
2022 160,910,839.96 160.91 million 19
2023 243,991,125.23 243.99 million 23
2024 264,942,133.23 264.94 million 25
2025 951,292,472.11 951.29 million 33

Insight

Obligations for PIID 693KA821F00222 increased steadily from 2021 through 2024, rising from $98.26 million across 9 awards to $264.94 million across 25 awards. In 2025, obligated value increased sharply to $951.29 million across 33 awards, indicating a pronounced concentration of funding in the most recent year. The pattern reflects both growth in award count and a much larger increase in obligated dollars, with 2025 accounting for the dominant share of the 10-year window provided.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.