Award Number

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

FPDS award record for award number N0002424C2114 under agency ID 9700, showing obligated activity over the last 10 years.

This page summarizes federal procurement activity for award number N0002424C2114. Over the last 10 years, the record shows 4 award actions and total obligations of 2.54 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts are based on the provided analysis window and reflect total obligated exact value of 2542667076 with an average action value of 635666769.

Agency ID
9700
PIID
N0002424C2114
Type
Award
Total Obligated
2.54 billion
2,542,667,076.00
Actions
4
Average Action Value
635,666,769.00

Overview

The award record for N0002424C2114 is associated with agency ID 9700 and covers the last 10 years of activity. During that period, the award accumulated 2,542,667,076 in total obligations across 4 actions, for an average action value of 635,666,769.

How to use this page

Use this page to review the award-level obligation total, action count, and average action value for N0002424C2114. The figures provide a concise summary of procurement activity within the stated analysis window and support basic award tracking.

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 = 'N0002424C2114'
    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 2,542,667,076.00 2.54 billion 4

Insight

Over the 10-year window, obligations for PIID N0002424C2114 are fully concentrated in a single agency: the Department of the Navy. The Navy accounts for $2.54 billion across 4 awards, indicating all observed activity is within one procuring agency with no cross-agency distribution 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 = 'N0002424C2114'
        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
BECHTEL PLANT MACHINERY, INC. 4SVU7 2,542,667,076.00 2.54 billion 4

Insight

BECHTEL PLANT MACHINERY, INC. accounts for all reported obligations in this 10-year award view, with $2.54 billion across 4 awards. This indicates complete vendor concentration under PIID N0002424C2114, with funding distributed across a small number of awards rather than a broad vendor base. The award relationship is highly concentrated and reflects a limited supplier footprint for this instrument.

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 = 'N0002424C2114'
    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
332410 POWER BOILER AND HEAT EXCHANGER MANUFACTURING 2,542,667,076.00 2.54 billion 4

Insight

Over the 10-year window, obligations for this award are entirely concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing. This single NAICS accounts for $2.54 billion across 4 awards, indicating a highly focused procurement profile with no distribution across other NAICS codes in the provided data.

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 = 'N0002424C2114'
    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
1905 COMBAT SHIPS AND LANDING VESSELS 2,542,667,076.00 2.54 billion 4

Insight

Across the 10-year window for award N0002424C2114, obligations are entirely concentrated in PSC 1905, Combat Ships and Landing Vessels, with $2.54 billion across 4 awards. This indicates a highly focused procurement profile rather than a diversified mix of product or service categories. The limited award count alongside the full obligation concentration suggests repeated funding within the same PSC category.

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 = 'N0002424C2114'
    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 772,299,996.00 772.30 million 1
2024 876,608,528.00 876.61 million 1
2025 893,758,552.00 893.76 million 2

Insight

Obligations on this award are highly concentrated in the most recent three years, with a single award action in 2023 and 2024 and two actions in 2025. Total obligated amount increased steadily from $772.30 million in 2023 to $876.61 million in 2024 and $893.76 million in 2025, indicating a modest upward trend rather than volatility. The distribution suggests sustained funding growth with limited transaction count.

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.