Award Number

Award Number 9700 / FA867523C0037 Federal Contract Action Summary (Last 10 Years)

Federal procurement analysis for award FA867523C0037 under agency ID 9700 covering the last 10 years, with 51 award actions and $2.50 billion obligated.

This page summarizes award FA867523C0037 for agency ID 9700 over the last 10 years. The award shows 51 actions and total obligated funding of $2,498,617,931.40, with an average action value of $48,992,508.46.

Generated at 03/20/2026

Analysis period: Last 10 years

Figures reflect the provided analysis window and may differ from other reporting periods or rounded summaries.

Agency ID
9700
PIID
FA867523C0037
Type
Award
Total Obligated
2.50 billion
2,498,617,931.40
Actions
51
Average Action Value
48,992,508.46

Overview

The award record for FA867523C0037 shows a 10-year obligation total of $2,498,617,931.40 across 51 actions. That activity level produces an average action value of $48,992,508.46, indicating repeated obligated activity within the analysis window. The page is intended to summarize the award at the PIID level for agency ID 9700.

How to use this page

Use this page to review the award’s obligation total, action count, and average action value within the last 10 years. It is suitable for comparing this award against other PIIDs or for tracing obligation activity associated with agency ID 9700.

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 = '9700' AND content__award__awardID__awardContractID__PIID = 'FA867523C0037'
    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
5700 DEPT OF THE AIR FORCE 2,498,617,931.40 2.50 billion 42
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 9

Insight

Obligations for PIID FA867523C0037 are highly concentrated in the Department of the Air Force, which accounts for $2.50 billion across 42 awards in the 10-year window. The Defense Contract Management Agency appears only as a secondary awarding entity with 9 awards and no obligated dollars recorded. This distribution indicates that nearly all obligation value is associated with the Air Force, while DCMA activity is limited to award administration or non-obligated actions.

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 = '9700' AND content__award__awardID__awardContractID__PIID = 'FA867523C0037'
        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
RAYTHEON COMPANY 15090 2,498,617,931.40 2.50 billion 51

Insight

RAYTHEON COMPANY is the only vendor listed for this award in the 10-year window, accounting for the full reported obligation of $2.50 billion across 51 awards. This indicates complete vendor concentration for PIID FA867523C0037 within the provided period, with no evidence of obligation distribution across additional vendors in the rows supplied.

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 = '9700' AND content__award__awardID__awardContractID__PIID = 'FA867523C0037'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 2,498,617,931.40 2.50 billion 51

Insight

Award FA867523C0037 is fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with $2.50 billion obligated across 51 awards over the 10-year window. This indicates a highly focused procurement profile tied to a single industrial base rather than a diversified NAICS mix. The award count suggests repeated activity within the same category, but no cross-NAICS distribution is evident in the provided data.

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 = '9700' AND content__award__awardID__awardContractID__PIID = 'FA867523C0037'
    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
1410 GUIDED MISSILES 2,498,617,931.40 2.50 billion 51

Insight

Obligations are fully concentrated in PSC 1410, Guided Missiles, with $2.50 billion across 51 awards over the 10-year window. This indicates a highly focused procurement profile for PIID FA867523C0037, with no evidence of PSC diversification in the provided results. The award count suggests repeated buying within the same product category rather than broad distribution across multiple PSCs.

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 = '9700' AND content__award__awardID__awardContractID__PIID = 'FA867523C0037'
    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
2023 1,171,985,234.40 1.17 billion 7
2024 1,256,544,598.79 1.26 billion 21
2025 70,088,098.21 70.09 million 23

Insight

Obligations for PIID FA867523C0037 are heavily concentrated in FY 2023 and FY 2024, with annual funding at $1.17 billion and $1.26 billion, respectively. Award activity also increased from 7 awards in FY 2023 to 21 in FY 2024, indicating a broader distribution of obligations across more actions. FY 2025 currently shows 23 awards but only $70.09 million obligated, suggesting a materially lower average obligation per award in the current year.

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.