Award Number

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

Federal procurement summary for award number FA862524F3034 under agency ID 9700 over the last 10 years.

This page summarizes award-level obligation activity for PIID FA862524F3034. The record shows 4 award actions with total obligated amounts of 1.56 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the last 10 years of available data and reflect an exact obligated amount of 1,564,462,687.

Agency ID
9700
PIID
FA862524F3034
Type
Award
Total Obligated
1.56 billion
1,564,462,687.00
Actions
4
Average Action Value
391,115,671.75

Overview

PIID FA862524F3034 is associated with 4 award actions in the last 10 years. Total obligated funding is 1,564,462,687, with an average action value of 391,115,671.75. This gives a concise view of how obligation activity is distributed across the award record.

How to use this page

Use this page to review award-level obligation totals, action count, and average action value for PIID FA862524F3034. The summary is useful for quick screening before a deeper review of transaction-level detail or related federal procurement records.

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 = 'FA862524F3034'
    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 1,564,462,687.00 1.56 billion 4

Insight

Obligations for PIID FA862524F3034 are concentrated entirely within DEPT OF THE AIR FORCE, which accounts for the full reported total of $1.56 billion across 4 awards. No other top agencies are represented in the provided rows, indicating a highly concentrated award profile within a single agency over the 10-year window.

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 = 'FA862524F3034'
        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
LOCKHEED MARTIN CORPORATION 98897 1,564,462,687.00 1.56 billion 4

Insight

LOCKHEED MARTIN CORPORATION is the sole listed top vendor for PIID FA862524F3034, accounting for $1.56 billion in obligated value across 4 awards over the 10-year window. This indicates a highly concentrated vendor profile, with all observed obligation in this section flowing to a single contractor. The small award count relative to the obligated total suggests large-value individual awards rather than a broadly distributed vendor base.

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 = 'FA862524F3034'
    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
336411 AIRCRAFT MANUFACTURING 1,564,462,687.00 1.56 billion 4

Insight

Obligations for PIID FA862524F3034 are fully concentrated in NAICS 336411, Aircraft Manufacturing, with 1.56 billion obligated across 4 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The relatively small number of awards supporting the full obligated total suggests limited award dispersion within this action.

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 = 'FA862524F3034'
    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
1510 AIRCRAFT, FIXED WING 1,564,462,687.00 1.56 billion 4

Insight

Obligations for this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, totaling $1.56 billion across 4 actions. This indicates a narrow product focus with no visible distribution across other PSCs in the provided data. The concentration suggests the award is primarily associated with fixed-wing aircraft procurement or support over the 10-year window.

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 = 'FA862524F3034'
    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 42,000,000.00 42.00 million 1
2025 1,522,462,687.00 1.52 billion 3

Insight

Obligations under PIID FA862524F3034 are highly concentrated in 2025, when 3 awards accounted for $1.52 billion, compared with a single $42.0 million award in 2023. The 2025 obligation level is materially higher than 2023, indicating a sharp increase in both award volume and dollar value within the 10-year window provided. This pattern suggests a recent, highly concentrated funding profile rather than a steady annual 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.