Award Number

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

Procurement summary for award number 693KA821F00222 under agency ID 6920, based on the last full year of observed actions.

This page summarizes award number 693KA821F00222 for agency ID 6920 over the last full year. The award shows 33 actions with total obligated amount of $951,292,472.11 and an average action value of $28,827,044.61.

Generated at 03/20/2026

Analysis period: Last full year

Obligation figures are shown at exact and readable levels; totals reflect the selected analysis window only.

Agency ID
6920
PIID
693KA821F00222
Type
Award
Total Obligated
951.29 million
951,292,472.11
Actions
33
Average Action Value
28,827,044.61

Overview

Within the last full year, award 693KA821F00222 is associated with 33 recorded actions and total obligations of $951,292,472.11. The average obligated value per action is $28,827,044.61, indicating a high-value award activity pattern over the analysis window.

How to use this page

Use this page to review the award-level obligation profile for agency ID 6920 and to compare action volume against total obligated value. The figures are limited to the selected last full year and should be read as a snapshot of activity within that period.

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 1 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 951,292,472.11 951.29 million 33

Insight

Over the 1-year window, obligations associated with PIID 693KA821F00222 are fully concentrated within the Federal Aviation Administration (agency ID 6920). FAA accounts for $951.29 million across 33 awards, indicating a highly concentrated funding pattern rather than a broad distribution across agencies. This level of concentration suggests the award activity is largely driven by FAA-specific procurement requirements.

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 1 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 951,292,472.11 951.29 million 33

Insight

Within the 1-year window for PIID 693KA821F00222, obligations are fully concentrated with a single vendor, HARRIS CORPORATION (CAGE 4YGC4). This vendor received 33 awards totaling $951.29 million, indicating a highly concentrated award distribution with no diversification across additional vendors in the provided data. The pattern suggests this vendor is the dominant recipient for this award record over the period reviewed.

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 1 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 951,292,472.11 951.29 million 33

Insight

Obligations for this award are fully concentrated in NAICS 517310, Telecommunications Resellers, which accounts for $951.29 million across 33 awards in the 1-year window. This indicates a highly focused contracting profile rather than a diversified NAICS mix. The volume of awards alongside the large obligation total suggests repeated activity within the same industry classification.

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 1 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 951,292,472.11 951.29 million 33

Insight

Within the 1-year window, PSC DG11 accounts for $951.29 million in obligated funding across 33 awards, indicating a highly concentrated obligation profile in IT and telecom network/satellite communications services. The average obligation per award is substantial, suggesting this category is a primary driver of activity for PIID 693KA821F00222. No other PSCs are provided in this section, so relative distribution beyond DG11 cannot be assessed here.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 951,292,472.11 951.29 million 33

Insight

For PIID 693KA821F00222, the 1-year annual trend shows all reported obligation in 2025, totaling $951.29 million across 33 awards. This indicates a highly concentrated funding pattern within the observed window, with no other years reflected in the provided data for comparison. The average obligation per award is substantial, suggesting large awards rather than broad distribution across many smaller actions.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.