Award Number

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

FPDS award page for award number N0001919C0013 under Agency ID 9700, showing activity over the last 5 years.

This page summarizes award number N0001919C0013 for Agency ID 9700 using FPDS data from the last 5 years. The award shows $649,949,489.47 in total obligated amount across 67 recorded actions, with an average action value of $9,700,738.65.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated values are shown in both readable and exact form; amounts reflect the provided analysis window only.

Agency ID
9700
PIID
N0001919C0013
Type
Award
Total Obligated
649.95 million
649,949,489.47
Actions
67
Average Action Value
9,700,738.65

Overview

The award record for N0001919C0013 shows $649,949,489.47 obligated across 67 actions in the last 5 years. The average action value is $9,700,738.65, indicating repeated obligation activity within the same award. This page is limited to the supplied FPDS analysis window and award identifier.

How to use this page

Use this page to review obligation volume and action frequency tied to award number N0001919C0013. It is suited for quick FPDS lookups, internal review, and cross-checking award-level activity for Agency ID 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 = 'N0001919C0013'
    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 649,949,489.47 649.95 million 67

Insight

Within the 5-year window, obligations for PIID N0001919C0013 are entirely concentrated in a single top agency, the DEPT OF THE NAVY, which accounts for $649.95 million across 67 awards. This indicates a highly focused funding profile with no distribution across other agencies in the provided rows.

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 = 'N0001919C0013'
        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
LOCKHEED MARTIN CORPORATION 03640 649,949,489.47 649.95 million 67

Insight

Over the past 5 years, obligations for award N0001919C0013 are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 03640). The award reflects 67 actions totaling $649.95 million, indicating sustained spend with one supplier rather than a distributed vendor base. This concentration suggests limited vendor diversification for this award within the observed window.

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 = 'N0001919C0013'
    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
336411 AIRCRAFT MANUFACTURING 649,949,489.47 649.95 million 67

Insight

For award N0001919C0013, obligations are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 5-year window. This category accounts for $649.95 million across 67 awards, indicating a strong concentration of obligated dollars in a single industrial base segment. The distribution suggests limited NAICS diversification for this award within the observed period.

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 = 'N0001919C0013'
    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
1520 AIRCRAFT, ROTARY WING 649,949,489.47 649.95 million 67

Insight

For PIID N0001919C0013 over the 5-year window, obligations are fully concentrated in PSC 1520, Aircraft, Rotary Wing, at $649.95 million across 67 awards. This indicates a highly focused procurement profile with no visible diversification across PSCs in the provided data. The volume of awards suggests repeated action within the same supply/service category rather than broad category dispersion.

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 = 'N0001919C0013'
    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
2021 319,695,183.00 319.70 million 11
2022 103,362,418.03 103.36 million 14
2023 130,267,822.63 130.27 million 12
2024 0.01 0.01 9
2025 96,624,065.80 96.62 million 21

Insight

Obligations for PIID N0001919C0013 were highest in 2021 at $319.70 million, then declined sharply in 2022 to $103.36 million and remained near that level in 2023 at $130.27 million. Activity dropped to a negligible $0.01 in 2024, while award count fell to 9, then rebounded in 2025 to 21 awards with $96.62 million obligated. Over the 5-year window, obligations are concentrated in 2021, with materially lower levels in subsequent years despite continued award activity.

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.