Vehicle Number

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

Federal procurement analysis for vehicle number NNK16OS01C under agency ID 8000 over the last 10 years.

This page summarizes award activity tied to vehicle number NNK16OS01C for agency ID 8000 across the last 10 years. The record shows 137 award actions with total obligated spending of $185.54 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals shown here reflect the provided exact obligation of $185,535,259.74 and average action value of $1,354,271.97.

Agency ID
8000
PIID
NNK16OS01C
Type
Vehicle
Total Obligated
185.54 million
185,535,259.74
Actions
137
Average Action Value
1,354,271.97

Overview

The procurement record for vehicle number NNK16OS01C shows 137 award actions in the last 10 years, with total obligated spending of $185,535,259.74. The average action value is $1,354,271.97, which provides a basic measure of the scale of activity associated with this vehicle entry.

How to use this page

This page is intended to support review of award volume and obligated dollars associated with vehicle number NNK16OS01C. Users can use the totals and average action value as a starting point for comparing activity within agency ID 8000 or for tracking procurement history over the 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 = 'NNK16OS01C'
    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 185,535,259.74 185.54 million 137

Insight

Within the 10-year window for PIID NNK16OS01C, obligations are fully concentrated in a single agency: the National Aeronautics and Space Administration, with $185.54 million across 137 awards. This indicates that the vehicle’s observed obligation activity is not distributed across multiple agencies. The award count suggests repeated 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 = 'NNK16OS01C'
        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 = 'NNK16OS01C'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 185,535,259.74 185.54 million 137

Insight

Over the 10-year window for PIID NNK16OS01C, obligations are fully concentrated in NAICS 561612, Security Guards and Patrol Services. This category accounts for $185.54 million across 137 awards, indicating sustained procurement activity and a clear dependence on a single service line. Because only one NAICS is present in the result set, there is no observable diversification in the vehicle’s NAICS distribution.

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 = 'NNK16OS01C'
    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
S206 HOUSEKEEPING- GUARD 185,535,259.74 185.54 million 137

Insight

Obligations under PIID NNK16OS01C are fully concentrated in PSC S206, Housekeeping-Guard, totaling $185.54 million across 137 awards over the 10-year window. This indicates a highly focused spend profile with no visible diversification across other PSCs in the provided data. The award count suggests repeated procurement activity within the same service category rather than a broad mix of purchased goods or services.

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 = 'NNK16OS01C'
    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 15,949,001.31 15.95 million 5
2017 28,370,862.08 28.37 million 18
2018 30,948,012.49 30.95 million 22
2019 26,825,356.84 26.83 million 30
2020 28,435,224.24 28.44 million 25
2021 38,901,097.31 38.90 million 22
2022 16,105,705.49 16.11 million 14
2023 -0.02 -0.02 1

Insight

Obligations for PIID NNK16OS01C were concentrated in FY2017-FY2021, with annual funding ranging from $26.83 million to $38.90 million and award counts generally between 18 and 30. The highest annual obligation occurred in FY2021 at $38.90 million across 22 awards, after which funding declined sharply to $16.11 million in FY2022 and essentially zero in FY2023. The pattern indicates a multi-year period of sustained activity followed by a pronounced drop-off in both obligated dollars and award volume.

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.