Vehicle Number

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

Federal procurement summary for vehicle number under agency 8000 and PIID NND13AD53C over the last 10 years.

This page summarizes award activity for vehicle number associated with agency 8000 and PIID NND13AD53C across the last 10 years. The record shows 93 award actions with total obligations of $39.48 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated is shown as $39,484,657.93, with an average action value of $424,566.21.

Agency ID
8000
PIID
NND13AD53C
Type
Vehicle
Total Obligated
39.48 million
39,484,657.93
Actions
93
Average Action Value
424,566.21

Overview

Over the last 10 years, vehicle number under agency 8000 and PIID NND13AD53C accounts for 93 award actions and $39,484,657.93 in total obligations. The average action value is $424,566.21, which provides a quick measure of award size across the period.

How to use this page

Use this page to review the scale of obligated spending tied to this vehicle record and to gauge activity volume over time. The combination of total obligation, action count, and average action value gives a concise view of procurement activity for the selected 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 = 'NND13AD53C'
    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 39,484,657.93 39.48 million 93

Insight

Over the 10-year window, obligations for PIID NND13AD53C are fully concentrated within a single agency: NASA, which accounts for $39.48 million across 93 awards. This indicates a highly concentrated award pattern with no visible agency diversification in the provided data. The distribution suggests sustained vehicle use within one 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 = 'NND13AD53C'
        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 = 'NND13AD53C'
    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
561210 FACILITIES SUPPORT SERVICES 39,484,657.93 39.48 million 93

Insight

Obligations under PIID NND13AD53C are fully concentrated in NAICS 561210, Facilities Support Services, with $39.48 million across 93 awards over the 10-year window. This indicates a stable and highly focused contracting pattern rather than a diversified NAICS mix. The volume of awards suggests repeated use of the same service category for the 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 = 'NND13AD53C'
    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
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 39,484,657.93 39.48 million 93

Insight

Obligations for PIID NND13AD53C are fully concentrated in PSC S216, Housekeeping-Facilities Operations Support, over the 10-year window. This PSC accounts for the entire $39.48 million obligated across 93 awards, indicating a highly focused procurement pattern with no observed diversification in the provided data.

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 = 'NND13AD53C'
    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,512,859.33 4.51 million 7
2017 4,893,094.66 4.89 million 12
2018 4,810,097.14 4.81 million 10
2019 7,698,115.61 7.70 million 16
2020 8,924,667.39 8.92 million 25
2021 2,771,376.88 2.77 million 7
2022 5,989,626.94 5.99 million 14
2023 -115,180.02 -115.18 thousand 2

Insight

Obligations for PIID NND13AD53C were generally concentrated in the $4.5 million to $8.9 million range from 2016 through 2022, with a peak in 2020 at $8.92 million across 25 awards. Activity increased from 2016 to 2020, dropped sharply in 2021 to $2.77 million, then partially recovered in 2022 to $5.99 million. In 2023, obligations turned slightly negative at -$115.18 thousand with only 2 awards, indicating a material year-over-year decline in recorded obligation 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.