Vehicle Number

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

Vehicle number record for PIID NNG14WA44C under agency ID 8000, covering the last 5 years of award activity.

This page summarizes procurement activity for the vehicle number associated with PIID NNG14WA44C. Over the last 5 years, the record shows 30 award actions and $1,701,755.96 in total obligations.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided readable and exact obligated amounts for the stated analysis window and should be interpreted within that reporting scope.

Agency ID
8000
PIID
NNG14WA44C
Type
Vehicle
Total Obligated
1.70 million
1,701,755.96
Actions
30
Average Action Value
56,725.20

Overview

The vehicle number record for PIID NNG14WA44C shows $1,701,755.96 in total obligated value across 30 award actions during the last 5 years. The average action value is $56,725.20, indicating repeated activity at a moderate per-action level within the reporting period.

How to use this page

Use this page to review obligation totals, action frequency, and average action value tied to the vehicle number. It provides a concise procurement snapshot for comparing this record against other vehicle-level entries or tracking activity over time.

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 = 'NNG14WA44C'
    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 1,701,755.96 1.70 million 30

Insight

Over the 5-year window, obligations for PIID NNG14WA44C are fully concentrated in a single top agency: the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $1.70 million across 30 awards, indicating a consistent distribution of activity within one agency rather than a dispersed multi-agency pattern.

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 = 'NNG14WA44C'
        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 = 'NNG14WA44C'
    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
561210 FACILITIES SUPPORT SERVICES 1,701,755.96 1.70 million 30

Insight

Within the 5-year window for PIID NNG14WA44C, obligations are concentrated in NAICS 561210, Facilities Support Services, with $1.70 million across 30 awards. This indicates a clear reliance on a single primary service classification rather than a diversified NAICS mix in the provided data. The volume of awards relative to obligated dollars suggests repeated procurement activity within the same category.

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 = 'NNG14WA44C'
    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
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 1,701,755.96 1.70 million 30

Insight

Over the 5-year window, obligations for vehicle NNG14WA44C are fully concentrated in PSC S216, Housekeeping-Facilities Operations Support. The record reflects 30 awards totaling $1.70 million, indicating repeated procurement activity within a single PSC category rather than a diversified spend mix. This pattern suggests the vehicle has been used consistently for one service line, with no other PSCs represented 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 = 'NNG14WA44C'
    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 1,053,177.42 1.05 million 15
2022 938,087.61 938.09 thousand 5
2023 -63,937.50 -63.94 thousand 3
2024 -165,961.03 -165.96 thousand 3
2025 -59,610.54 -59.61 thousand 4

Insight

Obligations for PIID NNG14WA44C are concentrated in the earlier years of the 5-year window, with 2021 at $1.05 million across 15 awards and 2022 at $938.09 thousand across 5 awards. From 2023 through 2025, annual obligated amounts are negative, indicating downward net activity or deobligation-heavy years, with totals of -$63.94 thousand, -$165.96 thousand, and -$59.61 thousand respectively. Award counts also remain low in the later period, ranging from 3 to 4 awards per year, suggesting reduced transaction volume after 2022.

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.