Vehicle Number

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

Federal procurement record for vehicle number NNX16MB01C at agency 8000 over the last 5 years.

This page summarizes award activity for vehicle number NNX16MB01C for agency 8000 during the last 5 years. The record shows 107 award actions with total obligated spending of 241.30 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided obligated amount of 241,301,493.14 and an average action value of 2,255,154.14.

Agency ID
8000
PIID
NNX16MB01C
Type
Vehicle
Total Obligated
241.30 million
241,301,493.14
Actions
107
Average Action Value
2,255,154.14

Overview

In the last 5 years, vehicle number NNX16MB01C at agency 8000 was associated with 107 award actions and total obligated funding of 241,301,493.14. The average action value for this period was 2,255,154.14, indicating a relatively high-value award record across the window.

How to use this page

Use this page to review the scale and frequency of procurement activity tied to vehicle number NNX16MB01C. The figures provide a concise reference point for obligation totals, action volume, and average action size over the selected 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 = 'NNX16MB01C'
    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 241,301,493.14 241.30 million 107

Insight

Within the 5-year window for PIID NNX16MB01C, all reported obligation is concentrated with the National Aeronautics and Space Administration, totaling $241.30 million across 107 awards. This indicates a highly concentrated award distribution with no other agencies represented in the provided rows. The award pattern suggests sustained funding activity within a single agency rather than cross-agency dispersion.

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 = 'NNX16MB01C'
        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 = 'NNX16MB01C'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 241,301,493.14 241.30 million 107

Insight

Over the 5-year window, obligations for vehicle NNX16MB01C are fully concentrated in NAICS 541512, Computer Systems Design Services. This single NAICS accounts for $241.30 million across 107 awards, indicating a consistently focused procurement profile rather than a diversified mix of industry sectors.

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 = 'NNX16MB01C'
    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
D301 IT AND TELECOM- FACILITY OPERATION AND MAINTENANCE 241,301,493.14 241.30 million 107

Insight

Over the 5-year window, obligations for vehicle NNX16MB01C are fully concentrated in PSC D301, IT and Telecom-Facility Operation and Maintenance, with $241.30 million across 107 awards. This indicates a single dominant service category with no distribution across other PSCs in the provided data. The volume of awards relative to the obligated amount suggests repeated procurement activity within the same functional area.

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 = 'NNX16MB01C'
    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 64,587,091.29 64.59 million 29
2022 62,378,929.20 62.38 million 28
2023 66,014,769.52 66.01 million 19
2024 48,310,088.16 48.31 million 24
2025 10,614.97 10.61 thousand 7

Insight

Obligations for PIID NNX16MB01C were concentrated in fiscal years 2021 through 2024, ranging from $48.31 million to $66.01 million annually, with award counts between 19 and 29. Funding peaked in 2023 at $66.01 million across 19 awards, then declined in 2024 to $48.31 million despite a higher award count of 24, indicating smaller average award values. Fiscal year 2025 currently reflects only $10.61 thousand across 7 awards, which is not comparable to prior full-year levels and suggests incomplete-year 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.