Award Number

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

Procurement analysis page for award number N0002420C2437 under agency ID 9700, showing last full year obligation and action activity.

This page summarizes award number N0002420C2437 for agency ID 9700 over the last full year. It records $587.53 million in total obligated amount across 42 award actions, with an average action value of $13,988,729.43.

Generated at 03/20/2026

Analysis period: Last full year

Totals shown use the provided exact obligated amount of $587,526,636 and the reported 42 actions for the analysis window.

Agency ID
9700
PIID
N0002420C2437
Type
Award
Total Obligated
587.53 million
587,526,636.00
Actions
42
Average Action Value
13,988,729.43

Overview

The award record for N0002420C2437 shows 42 award actions in the last full year. Total obligated dollars were $587,526,636, which is presented as $587.53 million for readability. The average action value over the period was $13,988,729.43.

How to use this page

Use this page to review obligation volume and action frequency for award number N0002420C2437. The figures support basic spend analysis, trend review, and comparison against other awards within agency ID 9700 for the same period.

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 = 'N0002420C2437'
    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 587,526,636.00 587.53 million 42

Insight

Within the 1-year window for award PIID N0002420C2437, all reported obligation is concentrated in a single top agency: DEPT OF THE NAVY, with $587.53 million across 42 awards. This indicates that the award activity captured here is fully attributable to one agency, with no diversification across other agencies in the provided rows. The distribution suggests a high concentration of obligated value within the Navy for this award.

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 = 'N0002420C2437'
        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
HUNTINGTON INGALLS INCORPORATED 34293 587,526,636.00 587.53 million 42

Insight

For PIID N0002420C2437 over the 1-year window, obligations are fully concentrated with HUNTINGTON INGALLS INCORPORATED (CAGE 34293), which received 587.53 million across 42 awards. This indicates a highly concentrated vendor distribution with no evidence of material diversification among top vendors in the provided data. The award pattern suggests sustained reliance on a single contractor within the observed period.

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 = 'N0002420C2437'
    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
336611 SHIP BUILDING AND REPAIRING 587,526,636.00 587.53 million 42

Insight

Obligations for this award over the last 1 year are fully concentrated in NAICS 336611, Ship Building and Repairing. This single NAICS accounts for $587.53 million across 42 awards, indicating a highly concentrated procurement profile with no diversification 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 = 'N0002420C2437'
    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
1905 COMBAT SHIPS AND LANDING VESSELS 587,526,636.00 587.53 million 42

Insight

Obligations are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with $587.53 million across 42 awards over the 1-year window. This indicates a highly focused acquisition profile tied to a single product/service category rather than a diversified PSC mix. The volume of awards alongside the high obligated amount suggests sustained activity within this PSC, not an isolated transaction pattern.

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 = 'N0002420C2437'
    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 587,526,636.00 587.53 million 42

Insight

In the 1-year window, obligations are concentrated in a single reporting year: FY2025 accounts for $587.53 million across 42 awards. This indicates a high level of annual activity for PIID N0002420C2437 within Agency 9700, with no other years present in the provided data to indicate distribution or trend across multiple periods.

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.