Vehicle Number

Vehicle Number 8000 / NNK16OB01C Federal Contract Action Summary (Last 10 Years)

Vehicle number NNK16OB01C for agency 8000 shows 123 award actions over the last 10 years, with $82.28 million obligated.

This page summarizes procurement activity for vehicle number NNK16OB01C under agency 8000 across the last 10 years. Total obligated funding is $82,279,036.40 across 123 award actions, with an average action value of $668,935.26.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect the provided analysis window and may differ from rounded display values.

Agency ID
8000
PIID
NNK16OB01C
Type
Vehicle
Total Obligated
82.28 million
82,279,036.40
Actions
123
Average Action Value
668,935.26

Overview

The record for vehicle number NNK16OB01C covers 123 award actions in the last 10 years. Total obligated funding is $82,279,036.40, which averages $668,935.26 per action.

How to use this page

Use this page to review the procurement footprint associated with this vehicle identifier at agency 8000. The totals provide a compact view of obligation volume, action frequency, and average action size within the stated period.

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 = 'NNK16OB01C'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 82,279,036.40 82.28 million 123

Insight

Over the 10-year window for PIID NNK16OB01C, obligations are fully concentrated within a single agency: the National Aeronautics and Space Administration, which accounts for $82.28 million across 123 awards. This indicates a highly concentrated award pattern with no visible interagency distribution in the provided data. The volume of awards suggests repeated use of the vehicle by NASA over the period rather than a small number of large obligations alone.

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 = 'NNK16OB01C'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 = 'NNK16OB01C'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541620 ENVIRONMENTAL CONSULTING SERVICES 82,279,036.40 82.28 million 123

Insight

Over the 10-year window, obligations under PIID NNK16OB01C are fully concentrated in NAICS 541620, Environmental Consulting Services. The single NAICS accounts for $82.28 million across 123 awards, indicating a consistent and narrowly focused procurement pattern rather than a diversified mix of service categories. This concentration suggests the vehicle has been used primarily for environmental consulting requirements within Agency 8000.

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 = 'NNK16OB01C'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
R499 SUPPORT- PROFESSIONAL: OTHER 82,279,036.40 82.28 million 123

Insight

Obligations are fully concentrated in PSC R499, Support- Professional: Other, with $82.28 million across 123 awards. For this 10-year window, the vehicle reflects a single dominant PSC, indicating limited PSC diversity within the observed obligations. The average obligation per award is relatively high, suggesting repeated use of the same support-services category under this vehicle.

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 = 'NNK16OB01C'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 19,182,058.11 19.18 million 25
2017 17,228,389.05 17.23 million 27
2018 17,257,108.13 17.26 million 26
2019 21,500,994.61 21.50 million 27
2020 7,110,486.50 7.11 million 18

Insight

Obligations for PIID NNK16OB01C were concentrated in 2016–2019, ranging from $17.23 million to $21.50 million annually, with award counts fairly steady at 25–27. The series peaked in 2019 at $21.50 million, after relatively stable funding in 2016–2018. In 2020, obligations dropped sharply to $7.11 million and award count fell to 18, indicating a material contraction in annual 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.