Award Number

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

Analysis of award number N0001924C0039 for agency 9700 over the last 10 years, showing 29 award actions and $6.18 billion obligated.

This page summarizes federal procurement activity for award number N0001924C0039 in agency 9700 across the last 10 years. The award shows 29 actions with total obligated amounts of $6,179,610,861.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and reflect the readable obligated amount of $6.18 billion.

Agency ID
9700
PIID
N0001924C0039
Type
Award
Total Obligated
6.18 billion
6,179,610,861.00
Actions
29
Average Action Value
213,090,029.69

Overview

Over the last 10 years, award number N0001924C0039 recorded 29 award actions and total obligated funding of $6,179,610,861. The average action value is $213,090,029.69, indicating a high-dollar award with repeated action activity over the period. This page is limited to the supplied award-level inputs and does not infer additional contract details.

How to use this page

Use this page to review the award's obligated total, action count, and average action value within the selected analysis window. It is suited for quick procurement analysis, cross-checking award activity, and identifying awards with substantial obligated volume.

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 = 'N0001924C0039'
    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
1700 DEPT OF THE NAVY 6,179,610,861.00 6.18 billion 29

Insight

Over the 10-year window, obligations for PIID N0001924C0039 are fully concentrated in a single agency: the Department of the Navy (agency ID 1700). The Navy accounts for 6.18 billion in total obligated dollars across 29 awards, indicating a clear single-agency funding pattern rather than distributed obligation across multiple agencies.

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 = 'N0001924C0039'
        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 81755 6,179,610,861.00 6.18 billion 29

Insight

LOCKHEED MARTIN CORPORATION is the sole vendor listed for this award over the 10-year window, accounting for $6.18 billion across 29 awards. Obligations are fully concentrated with a single contractor, indicating no vendor distribution in the provided data. The award structure reflects a sustained sole-source or dominant incumbent relationship rather than a diversified 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 = 'N0001924C0039'
    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 6,179,610,861.00 6.18 billion 29

Insight

This award is fully concentrated in NAICS 336411, Aircraft Manufacturing, with $6.18 billion obligated across 29 awards over the 10-year window. The pattern indicates a highly focused procurement profile tied to aircraft manufacturing rather than a diversified NAICS mix. The concentration across multiple awards suggests repeated obligating activity within the same industry segment.

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 = 'N0001924C0039'
    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 6,179,610,861.00 6.18 billion 29

Insight

Obligations under this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, totaling $6.18 billion across 29 awards. This indicates a highly focused procurement profile with no observable diversification across PSCs in the provided 10-year window. The concentration suggests the award is primarily associated with fixed-wing aircraft requirements.

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 = 'N0001924C0039'
    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
2024 2,461,055,343.00 2.46 billion 8
2025 3,718,555,518.00 3.72 billion 21

Insight

Obligations on award N0001924C0039 increased from $2.46 billion across 8 awards in 2024 to $3.72 billion across 21 awards in 2025. This indicates a higher concentration of activity in 2025, with both total obligated dollars and award count rising materially year over year. The award’s workload appears more distributed in 2025, as the larger obligation total is spread across a greater number of 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.