Vehicle Number

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

Procurement profile for vehicle number NNK16OS01C at agency 8000 over the last 5 years, showing 37 award actions and $55.01 million obligated.

This page summarizes federal procurement activity for vehicle number NNK16OS01C at agency 8000 during the last 5 years. The record shows 37 award actions with total obligated value of $55,006,802.78.

Generated at 03/21/2026

Analysis period: Last 5 years

Average action value is $1,486,670.35, based on the 37 recorded award actions in the analysis window.

Agency ID
8000
PIID
NNK16OS01C
Type
Vehicle
Total Obligated
55.01 million
55,006,802.78
Actions
37
Average Action Value
1,486,670.35

Overview

Vehicle number NNK16OS01C is associated with 37 award actions in the last 5 years under agency ID 8000. Total obligated amount is $55,006,802.78, with an average action value of $1,486,670.35. This profile is limited to the provided award activity and obligation totals. It presents the procurement record in a way that supports basic review of volume and value over the analysis window.

How to use this page

Use this page to review how often vehicle number NNK16OS01C appears in the selected procurement window and the scale of obligated funding attached to it. The figures can help compare this record against other vehicle entries or track changes in award activity over time. All values reflect the specified analysis window and agency ID 8000 only. No additional contract details are inferred beyond the supplied inputs.

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 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 55,006,802.78 55.01 million 37

Insight

Over the past 5 years, obligations for PIID NNK16OS01C are fully concentrated within the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $55.01 million across 37 awards, indicating a single-agency obligation pattern with no observed distribution across other agencies in the provided data. This suggests the vehicle has been used exclusively within NASA for the period reviewed.

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 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 = 'NNK16OS01C'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 55,006,802.78 55.01 million 37

Insight

Over the 5-year window, obligations for vehicle PIID NNK16OS01C are fully concentrated in NAICS 561612, Security Guards and Patrol Services. This category accounts for $55.01 million across 37 awards, indicating repeated procurement activity within a single service line rather than a diversified NAICS mix. The concentration suggests this vehicle has been used consistently for security guard and patrol requirements.

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 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
S206 HOUSEKEEPING- GUARD 55,006,802.78 55.01 million 37

Insight

Over the 5-year window, obligations on vehicle PIID NNK16OS01C are fully concentrated in PSC S206, Housekeeping-Guard, with $55.01 million across 37 awards. This indicates a highly focused service profile and limited PSC diversification for the vehicle. The average obligation per award is approximately $1.49 million, suggesting repeated use for similar guard services rather than broad tasking.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 are concentrated in 2021 and 2022, with 2021 accounting for $38.90 million across 22 awards and 2022 declining to $16.11 million across 14 awards. Activity falls sharply in 2023 to a single award with a negligible obligation of -$0.02, indicating minimal recent funding under this vehicle. Over the 5-year window provided, the pattern reflects a pronounced downward trend in both award volume and obligated dollars.

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.