Vehicle Number

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

Federal procurement record for vehicle number NNJ14HA04B at agency 8000, covering award activity over the last 10 years.

This page summarizes procurement activity tied to vehicle number NNJ14HA04B for agency 8000 across the last 10 years. The record shows 155 award actions with total obligations of 183,870,945.38 and an average action value of 1,186,264.16.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are shown in both readable form and exact form; counts and averages reflect the provided analysis window.

Agency ID
8000
PIID
NNJ14HA04B
Type
Vehicle
Total Obligated
183.87 million
183,870,945.38
Actions
155
Average Action Value
1,186,264.16

Overview

The procurement history for vehicle number NNJ14HA04B at agency 8000 totals 183,870,945.38 in obligated funding over the last 10 years. Across 155 award actions, the average action value is 1,186,264.16.

How to use this page

Use this page to review the scale and cadence of award activity associated with vehicle number NNJ14HA04B. The summary is limited to the supplied analysis window and does not add details beyond the provided totals and counts.

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 = 'NNJ14HA04B'
    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 183,870,945.38 183.87 million 155

Insight

For PIID NNJ14HA04B over the 10-year window, all reported obligations are concentrated at NASA (Agency ID 8000), indicating a fully single-agency obligation profile for this vehicle. NASA accounts for $183.87 million across 155 awards, with no other top-agency recipients reported in the provided rows. This concentration suggests the vehicle has been used exclusively within one agency, with obligations distributed across multiple awards rather than a single award action.

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 = 'NNJ14HA04B'
        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 = 'NNJ14HA04B'
    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 183,870,945.38 183.87 million 155

Insight

Obligations under PIID NNJ14HA04B are fully concentrated in NAICS 541511, Custom Computer Programming Services, with $183.87 million across 155 awards over the 10-year window. This indicates a highly focused requirement profile with no evidence of distribution across other NAICS codes in the provided data. The award volume suggests repeated use of this service classification for the vehicle, rather than a broad mix of procurement categories.

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 = 'NNJ14HA04B'
    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 183,870,945.38 183.87 million 155

Insight

Over the 10-year window, obligations under vehicle PIID NNJ14HA04B are fully concentrated in PSC R425, Support-Professional: Engineering/Technical, totaling $183.87 million across 155 awards. This indicates a highly focused service mix with no diversification across PSCs in the provided data. The award count suggests repeated use of this vehicle for engineering and technical support requirements rather than a broad set of service categories.

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 = 'NNJ14HA04B'
    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 14,712,791.83 14.71 million 20
2017 11,947,725.73 11.95 million 23
2018 14,270,923.84 14.27 million 22
2019 21,071,297.66 21.07 million 19
2020 26,688,884.69 26.69 million 19
2021 32,748,444.82 32.75 million 16
2022 36,193,693.21 36.19 million 16
2023 26,237,183.60 26.24 million 20

Insight

Obligations under PIID NNJ14HA04B increased materially over the period, rising from $14.71 million in 2016 to a peak of $36.19 million in 2022 before declining to $26.24 million in 2023. Award volume remained relatively stable, ranging from 16 to 23 awards annually, indicating that the dollar growth was driven more by larger award values than by a major increase in transaction count. The highest obligation years were 2021–2022, which together account for the period’s strongest concentration of spending.

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.