Award Number

Award Number 9700 / N0002424C2301 Federal Contract Action Summary (Last 5 Years)

Award number N0002424C2301 for agency 9700 covers 21 award actions in the last 5 years with $2.50 billion obligated.

This page summarizes federal procurement activity for award number N0002424C2301 at agency 9700 over the last 5 years. The award shows 21 actions and total obligations of $2,501,740,929, with an average action value of $119,130,520.43.

Generated at 03/20/2026

Analysis period: Last 5 years

Obligation totals reflect the provided analysis window and are shown as both readable and exact values.

Agency ID
9700
PIID
N0002424C2301
Type
Award
Total Obligated
2.50 billion
2,501,740,929.00
Actions
21
Average Action Value
119,130,520.43

Overview

The award record for N0002424C2301 shows 21 actions within the last 5 years. Total obligations equal $2,501,740,929, and the average action value is $119,130,520.43.

How to use this page

Use this page to review procurement volume and obligation levels tied to award N0002424C2301. It provides a compact summary for trend review, record lookup, and cross-reference within agency 9700.

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 = 'N0002424C2301'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 2,501,740,929.00 2.50 billion 21

Insight

Obligations for PIID N0002424C2301 over the 5-year window are entirely concentrated in one agency: the Department of the Navy. That agency accounts for $2.50 billion across 21 awards, indicating a fully concentrated award distribution with no observed obligation spread to other agencies in the provided data.

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 = 'N0002424C2301'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 2,501,740,929.00 2.50 billion 21

Insight

Over the 5-year window, obligated funding for PIID N0002424C2301 is fully concentrated with a single vendor, NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220). This vendor accounts for $2.50 billion across 21 awards, indicating a highly concentrated award pattern with no diversification among other vendors in the provided data.

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 = 'N0002424C2301'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
336611 SHIP BUILDING AND REPAIRING 2,501,740,929.00 2.50 billion 21

Insight

Within the 5-year window, obligations for PIID N0002424C2301 are fully concentrated in NAICS 336611, Ship Building and Repairing. The award accounts for $2.50 billion across 21 obligations in this single NAICS, indicating a highly concentrated contracting profile with no diversification across other reported NAICS codes. This concentration suggests the award is narrowly aligned to shipbuilding and repair work under agency 9700.

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 = 'N0002424C2301'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
1915 CARGO AND TANKER VESSELS 2,501,740,929.00 2.50 billion 21

Insight

Over the 5-year window, obligations for award N0002424C2301 are fully concentrated in PSC 1915, CARGO AND TANKER VESSELS, with $2.50 billion obligated across 21 awards. This indicates a narrow product-service mix and a high dependence on a single PSC category. The concentration suggests this award activity is consistently aligned with vessel procurement rather than being spread across multiple PSCs.

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 = 'N0002424C2301'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2024 780,000,000.00 780.00 million 1
2025 1,721,740,929.00 1.72 billion 20

Insight

Obligations are highly concentrated in this award across the 5-year window, with $780.00 million in 2024 and $1.72 billion in 2025. The 2025 level is materially higher, reflecting both an increase in obligated dollars and a much broader distribution of activity, from 1 award action in 2024 to 20 in 2025. This pattern indicates a sharp expansion in funding and transaction volume year over year.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.