Vehicle Number

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

Procurement summary for vehicle number NNK16OL05C covering obligated activity for Agency ID 8000 over the last 10 years.

This page summarizes award activity for vehicle number NNK16OL05C using FPDS data for Agency ID 8000. The record shows 74 award actions with total obligated dollars of 34.80 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the analysis window provided and may differ from rounded values because the exact obligated amount is 34,798,614.84.

Agency ID
8000
PIID
NNK16OL05C
Type
Vehicle
Total Obligated
34.80 million
34,798,614.84
Actions
74
Average Action Value
470,251.55

Overview

Over the last 10 years, vehicle number NNK16OL05C is associated with 74 award actions and 34,798,614.84 in total obligated dollars. The average action value is 470,251.55, indicating a moderate volume of actions with materially sized obligations.

How to use this page

Use this page to review how obligated dollars are distributed across award actions for vehicle number NNK16OL05C. The figures provide a compact view of overall activity for Agency ID 8000 within the stated analysis window.

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 = 'NNK16OL05C'
    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 34,798,614.84 34.80 million 74

Insight

For PIID NNK16OL05C over the 10-year window, obligations are fully concentrated within the National Aeronautics and Space Administration, which accounts for $34.80 million across 74 awards. This indicates a single-agency award pattern with no visible cross-agency distribution in the provided data. The volume of awards suggests recurring vehicle use within the same agency rather than broad interagency adoption.

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 = 'NNK16OL05C'
        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 = 'NNK16OL05C'
    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
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 34,798,614.84 34.80 million 74

Insight

Over the 10-year window, obligations for PIID NNK16OL05C are concentrated entirely in NAICS 611430, Professional and Management Development Training. This category accounts for $34.80 million across 74 awards, indicating repeated procurement activity within a single service line rather than a diversified NAICS mix. The concentration suggests sustained reliance on training-related acquisitions for this vehicle.

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 = 'NNK16OL05C'
    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
U001 EDUCATION/TRAINING- LECTURES 34,798,614.84 34.80 million 74

Insight

Over the 10-year window, obligations for vehicle NNK16OL05C are fully concentrated in PSC U001 (Education/Training - Lectures), with $34.80 million across 74 awards. This indicates a highly focused requirement profile rather than a broad mix of service categories. The award count suggests repeated procurement activity in the same PSC, consistent with sustained demand for training-related support.

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 = 'NNK16OL05C'
    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 4,402,955.00 4.40 million 6
2017 4,421,009.00 4.42 million 9
2018 4,735,611.32 4.74 million 7
2019 4,018,146.48 4.02 million 6
2020 5,895,431.16 5.90 million 16
2021 5,602,791.15 5.60 million 14
2022 3,244,998.26 3.24 million 7
2023 3,188,093.31 3.19 million 7
2024 -710,420.84 -710.42 thousand 2

Insight

Obligations for PIID NNK16OL05C are concentrated in the 2016–2021 period, ranging from $4.02 million to $5.90 million annually, with the highest annual obligations in 2020 ($5.90 million across 16 awards) and 2021 ($5.60 million across 14 awards). Activity declines in 2022 and 2023 to about $3.2 million each year, with 7 awards annually, indicating a lower but still recurring level of obligation. In 2024, obligations are negative $710.42 thousand across 2 awards, consistent with a downward adjustment rather than new positive obligation growth.

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.