Vehicle Number

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

Federal procurement summary for vehicle number NNJ14HA64B at agency ID 8000 over the last 10 years.

This page summarizes award activity for vehicle number NNJ14HA64B within agency ID 8000 during the last 10 years. The record shows 99 award actions with total obligated funding of $37.62 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may differ slightly from rounded values because the exact obligated amount is 37,619,701.9.

Agency ID
8000
PIID
NNJ14HA64B
Type
Vehicle
Total Obligated
37.62 million
37,619,701.90
Actions
99
Average Action Value
379,996.99

Overview

The procurement record for vehicle number NNJ14HA64B covers 99 award actions in the last 10 years. Total obligated funding is $37.62 million, with an average action value of $379,996.99. This indicates repeated award activity within the analysis window rather than a single isolated obligation.

How to use this page

Use this page to review award volume, obligated totals, and average action value for vehicle number NNJ14HA64B. The figures are suitable for FPDS-style analysis at the PIID level and provide a concise view of activity associated with agency ID 8000.

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 = 'NNJ14HA64B'
    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 37,619,701.90 37.62 million 99

Insight

For vehicle NNJ14HA64B over the 10-year window, obligations are fully concentrated within NASA (Agency ID 8000), which accounts for all recorded activity in this view. NASA has 99 awards totaling $37.62 million, indicating repeated use of this vehicle by a single agency rather than broad interagency distribution. This concentration suggests the vehicle was primarily managed and utilized within NASA’s acquisition portfolio.

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 = 'NNJ14HA64B'
        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 = 'NNJ14HA64B'
    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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 37,619,701.90 37.62 million 99

Insight

Obligations for PIID NNJ14HA64B are fully concentrated in NAICS 541511, Custom Computer Programming Services, with $37.62 million across 99 awards over the 10-year window. This indicates a narrow procurement profile with all reported obligations aligned to a single service category, suggesting limited NAICS diversification for this 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 = 'NNJ14HA64B'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 37,619,701.90 37.62 million 99

Insight

Across the 10-year window, obligations under PIID NNJ14HA64B are fully concentrated in PSC R425, Support- Professional: Engineering/Technical, with $37.62 million across 99 awards. This indicates a consistently specialized vehicle profile centered on engineering and technical support services, rather than a diversified PSC mix. The award count suggests repeated use of the vehicle for similar scope requirements over time.

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 = 'NNJ14HA64B'
    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 5,375,109.14 5.38 million 19
2017 5,888,186.05 5.89 million 23
2018 7,776,774.10 7.78 million 23
2019 10,579,767.94 10.58 million 20
2020 7,999,864.67 8.00 million 14

Insight

For PIID NNJ14HA64B, obligations over the 2016–2020 window were concentrated in a relatively small number of awards, ranging from 14 to 23 per year. Annual obligated amounts increased from $5.38 million in 2016 to a peak of $10.58 million in 2019, then declined to $8.00 million in 2020. The pattern indicates a mid-period expansion in funded activity followed by a partial pullback, while award counts remained fairly stable except for a noticeable drop in 2020.

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.