Award Number

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

Award number N0003024C0100 for agency 9700 shows 42 actions in the last full year and 1.64 billion in total obligations.

This page summarizes federal procurement activity for award number N0003024C0100 under agency ID 9700 over the last full year. The award recorded 42 actions and 1,637,801,310 in total obligated value, with an average action value of 38,995,269.29.

Generated at 03/20/2026

Analysis period: Last full year

Values reflect the provided analysis window and should be read as award-level summary data, not a line-by-line transaction history.

Agency ID
9700
PIID
N0003024C0100
Type
Award
Total Obligated
1.64 billion
1,637,801,310.00
Actions
42
Average Action Value
38,995,269.29

Overview

Award number N0003024C0100 is associated with agency ID 9700 and shows material obligation activity during the last full year. The award totalled 1,637,801,310 across 42 actions, indicating repeated funding movement within the analysis window. The average action value was 38,995,269.29.

How to use this page

Use this page to review high-level procurement activity for award number N0003024C0100 and compare its obligation pattern with other awards under agency 9700. The summary can support award searches, spending analysis, and quick review of action volume and average value.

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 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
1700 DEPT OF THE NAVY 1,637,801,310.00 1.64 billion 40
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 2

Insight

Within the 1-year window, obligations for PIID N0003024C0100 are overwhelmingly concentrated in DEPT OF THE NAVY, which accounts for $1.64 billion across 40 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears as a minor administrative presence with 2 awards and no obligated dollars. This pattern indicates that funding and award activity are centered almost entirely with the Navy, with DCMA involvement limited to non-obligating 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 = '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 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 CORPORATION 7X6A9 1,637,801,310.00 1.64 billion 42

Insight

Within the 1-year window for award PIID N0003024C0100 under agency 9700, obligations are concentrated entirely with LOCKHEED MARTIN CORPORATION (CAGE 7X6A9). The vendor accounts for $1.64 billion across 42 awards, indicating a highly concentrated obligation profile with all reported activity in this section tied to a single contractor.

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 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 1,637,801,310.00 1.64 billion 42

Insight

Award PIID N0003024C0100 is fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with $1.64 billion obligated across 42 awards in the 1-year window. This indicates a highly specialized procurement profile with no diversification across other NAICS codes in the provided data. The volume of awards alongside the magnitude of obligations suggests recurring activity within the same industrial category rather than broad spending distribution.

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 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
1420 GUIDED MISSILE COMPONENTS 1,637,801,310.00 1.64 billion 42

Insight

Obligations for this award are fully concentrated in PSC 1420, Guided Missile Components, with $1.64 billion obligated across 42 awards in the 1-year window. This indicates a highly focused procurement profile tied to a single product/service category rather than a diversified mix of PSCs. The concentration suggests this award is dominated by guided missile component 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 = 'N0003024C0100'
    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 1,637,801,310.00 1.64 billion 42

Insight

For award PIID N0003024C0100 under agency 9700, the 1-year annual trend is concentrated in FY2025, with $1.64 billion obligated across 42 awards. This indicates a high-value, moderately distributed obligation profile within the observed window. No prior-year rows are provided, so broader trend direction cannot be assessed from this section alone.

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.