Award Number

Award Number 9700 / FA868224CB001 Federal Contract Action Summary (Last Year)

Award number FA868224CB001 under agency ID 9700 shows 11 recorded actions in the last full year, with total obligations of $3.26 billion.

This award page summarizes procurement activity for award number FA868224CB001 over the last full year. The record shows 11 award actions and total obligated funding of $3,262,397,819.22.

Generated at 03/20/2026

Analysis period: Last full year

Values reflect the provided analysis window and may differ from totals in other reporting periods or source extracts.

Agency ID
9700
PIID
FA868224CB001
Type
Award
Total Obligated
3.26 billion
3,262,397,819.22
Actions
11
Average Action Value
296,581,619.93

Overview

For the last full year, award number FA868224CB001 is associated with $3,262,397,819.22 in total obligated funding across 11 actions. The average action value was $296,581,619.93, indicating a small number of high-value award actions within the period.

How to use this page

Use this page to review the award-level obligation profile for FA868224CB001 and compare action volume with total obligated funding. The figures support basic procurement analysis for agency ID 9700 within the last full year.

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 = 'FA868224CB001'
    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
5700 DEPT OF THE AIR FORCE 3,262,397,819.22 3.26 billion 10
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1

Insight

Within the 1-year window for award PIID FA868224CB001, obligations are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for 3.26 billion across 10 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with one award but no obligated dollars. Overall, the award activity is overwhelmingly concentrated in a single agency, with minimal distribution to other agencies listed.

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 = 'FA868224CB001'
        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
LOCKHEED MARTIN CORP 04939 3,262,397,819.22 3.26 billion 11

Insight

Within the 1-year window, obligations under PIID FA868224CB001 are fully concentrated with a single vendor, LOCKHEED MARTIN CORP (CAGE 04939). The vendor received 11 awards totaling $3.26 billion, indicating a highly concentrated obligation profile for this award.

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 = 'FA868224CB001'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 3,262,397,819.22 3.26 billion 11

Insight

Obligations for PIID FA868224CB001 in the past year are concentrated entirely in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $3.26 billion across 11 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The concentration suggests this award is tied to a narrow industrial base and a relatively small number of transactions.

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 = 'FA868224CB001'
    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
1425 GUIDED MISSILE SYSTEMS, COMPLETE 3,262,397,819.22 3.26 billion 11

Insight

Obligations for PIID FA868224CB001 in the past year are fully concentrated in PSC 1425, Guided Missile Systems, Complete. This PSC accounts for $3.26 billion across 11 awards, indicating a highly focused procurement profile with no observable distribution across other PSCs in the provided data. The concentration suggests the award activity is dominated by a single weapons-system category.

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 = 'FA868224CB001'
    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 3,262,397,819.22 3.26 billion 11

Insight

Over the 1-year window, this award recorded $3.26 billion in total obligated dollars across 11 awards in FY 2025. Obligations are highly concentrated in a limited number of actions, with an average of roughly $296 million per award, indicating a small set of large-value obligations rather than broad distribution.

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.