Award Number

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

Federal award page for award number N0003024C0100 at agency ID 9700, covering the last 10 years of obligation and action history.

This page summarizes award number N0003024C0100 for agency ID 9700 over the last 10 years. The record shows 48 award actions and total obligated amount of 1.91 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

All values reflect the provided analysis window and reported totals; average action value is 39,861,813.6.

Agency ID
9700
PIID
N0003024C0100
Type
Award
Total Obligated
1.91 billion
1,913,367,053.00
Actions
48
Average Action Value
39,861,813.60

Overview

Award number N0003024C0100 is associated with agency ID 9700 in the provided FPDS analysis window. Over the last 10 years, the award records 48 actions and 1,913,367,053 in total obligated amount. The average action value across that period is 39,861,813.6.

How to use this page

Use this page to review the award's obligation total and action count within the stated 10-year window. The exact obligated amount and average action value support basic comparison across award records and time periods.

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 = 'N0003024C0100'
    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 1,913,367,053.00 1.91 billion 46
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 2

Insight

Over the 10-year window, obligations for PIID N0003024C0100 are overwhelmingly concentrated with the DEPT OF THE NAVY, which accounts for $1.91 billion across 46 awards. The DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears in two awards but shows no obligated dollars. This distribution indicates that funding activity is heavily centered in the Navy, with DCMA reflecting administrative or non-obligated award activity rather than material spend.

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 = 'N0003024C0100'
        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 7X6A9 1,913,367,053.00 1.91 billion 48

Insight

Obligations for PIID N0003024C0100 are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 7X6A9), which accounts for $1.91 billion across 48 awards in the 10-year window. This indicates a highly concentrated award profile with no evidence of distribution across additional vendors in the provided data. The volume of awards suggests repeated contract activity with the same vendor over time.

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 = 'N0003024C0100'
    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 1,913,367,053.00 1.91 billion 48

Insight

Over the 10-year window, obligations for PIID N0003024C0100 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for $1.91 billion across 48 awards, indicating a highly focused procurement profile rather than a diversified industry mix. The volume of awards suggests repeated activity within the same industrial category over time.

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 = 'N0003024C0100'
    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
1420 GUIDED MISSILE COMPONENTS 1,913,367,053.00 1.91 billion 48

Insight

The award is fully concentrated in PSC 1420, Guided Missile Components, with $1.91 billion obligated across 48 awards over the 10-year window. This indicates a highly focused procurement profile for this PIID, with obligations and award activity tied to a single product service code rather than a diversified mix. The volume of awards suggests repeated activity within the same PSC category, but no distribution across other PSCs is present in the provided data.

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 = 'N0003024C0100'
    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 275,565,743.00 275.57 million 6
2025 1,637,801,310.00 1.64 billion 42

Insight

For PIID N0003024C0100, reported obligations increased sharply from 275.57 million across 6 awards in 2024 to 1.64 billion across 42 awards in 2025. This indicates a materially higher level of obligation activity and a broader distribution of actions in 2025 relative to 2024. The 2025 pattern suggests the award became significantly more active and less concentrated in a small number of transactions.

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.