Vehicle Number

Vehicle Number 8000 / NNH16CO60C Federal Contract Action Summary (Last 5 Years)

Vehicle number records for PIID NNH16CO60C under Agency ID 8000 show obligated activity over the last 5 years.

This page summarizes vehicle number data associated with PIID NNH16CO60C for Agency ID 8000 during the last 5 years. The record set includes 5 award actions with total obligated value of -224.87 thousand.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated exact is -224865.66 and the average action value is -44973.13 across 5 award actions.

Agency ID
8000
PIID
NNH16CO60C
Type
Vehicle
Total Obligated
-224.87 thousand
-224,865.66
Actions
5
Average Action Value
-44,973.13

Overview

The vehicle number page for PIID NNH16CO60C shows 5 award actions within the last 5 years. Total obligated value is -224,865.66, with an average action value of -44,973.13. The readable total is reported as -224.87 thousand.

How to use this page

Use this page to review vehicle number activity tied to PIID NNH16CO60C and Agency ID 8000 over the selected period. The figures provide a compact summary of action count and obligated value for quick comparison and record review.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNH16CO60C'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -224,865.66 -224.87 thousand 5

Insight

Within the 5-year window, obligations associated with PIID NNH16CO60C are fully concentrated under NASA (Agency ID 8000). NASA accounts for 5 awards and a net total obligated amount of -$224,865.66, indicating negative net funding activity over the period. The limited agency spread suggests this vehicle is not distributed across multiple 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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNH16CO60C'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNH16CO60C'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541330 ENGINEERING SERVICES -224,865.66 -224.87 thousand 5

Insight

Across the 5-year window, obligations are concentrated entirely in NAICS 541330, Engineering Services, with a net total of -$224.87 thousand across 5 awards. This indicates the vehicle’s recorded activity in the period is narrowly focused in a single professional services category. The negative net obligated amount suggests deobligations or downward adjustments exceeded positive obligations for this NAICS.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNH16CO60C'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL -224,865.66 -224.87 thousand 5

Insight

Over the 5-year window, obligations under vehicle NNH16CO60C are concentrated entirely in PSC R425, Support- Professional: Engineering/Technical. This PSC accounts for five awards and a net obligation of -$224,865.66, indicating limited category dispersion and a negative obligation balance over the period. The activity pattern suggests all recorded obligation movement in this section is tied to a single professional services PSC rather than a diversified mix.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNH16CO60C'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 -340,702.52 -340.70 thousand 3
2022 115,836.86 115.84 thousand 1
2023 0.00 0.00 1

Insight

Over the 5-year window, obligations for vehicle NNH16CO60C are concentrated in three fiscal years, with activity limited to 2021–2023. FY 2021 reflects the largest movement and a net negative obligation of $340.70 thousand across three awards, while FY 2022 shows a smaller positive obligation of $115.84 thousand on one award. FY 2023 records one award with no obligated dollars, indicating minimal recent funding activity after the 2021 peak.

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.