Vehicle Number

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

Procurement history for vehicle number NNJ15RA34B at agency 8000 over the last 10 years, showing 92 award actions and $52.41 million obligated.

This page summarizes federal procurement activity for vehicle number NNJ15RA34B within agency 8000 during the last 10 years. The record reflects 92 award actions and total obligated value of $52,414,141.54.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts shown are based on the provided obligated totals and action counts for the specified analysis window.

Agency ID
8000
PIID
NNJ15RA34B
Type
Vehicle
Total Obligated
52.41 million
52,414,141.54
Actions
92
Average Action Value
569,718.93

Overview

The procurement record for vehicle number NNJ15RA34B spans the last 10 years and totals $52,414,141.54 in obligated value. Across that period, the vehicle appears in 92 award actions, for an average action value of $569,718.93. This page is intended to support review of the award history associated with agency 8000 and the specified PIID. It presents the core procurement measures without additional interpretation beyond the supplied data.

How to use this page

Use this page to review the volume and value of award activity tied to NNJ15RA34B over the defined 10-year window. The average action value can help frame the distribution of obligated amounts across the 92 recorded actions. The figures reflect the provided totals for agency 8000 and should be read as summary metrics for procurement analysis rather than as a contract narrative.

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 = 'NNJ15RA34B'
    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 52,414,141.54 52.41 million 92

Insight

Within the 10-year window for vehicle NNJ15RA34B, obligations are fully concentrated in a single agency: the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $52.41 million across 92 awards, indicating exclusive agency-level concentration for this vehicle in the provided data.

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 = 'NNJ15RA34B'
        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 = 'NNJ15RA34B'
    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
561110 OFFICE ADMINISTRATIVE SERVICES 52,414,141.54 52.41 million 92

Insight

Over the 10-year window for vehicle PIID NNJ15RA34B under Agency ID 8000, obligations are fully concentrated in NAICS 561110, Office Administrative Services. This category accounts for $52.41 million across 92 awards, indicating a recurring and sustained procurement pattern rather than a diversified NAICS mix. The absence of other NAICS codes in the provided rows suggests a narrow concentration of obligated activity within this reporting slice.

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 = 'NNJ15RA34B'
    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
R699 SUPPORT- ADMINISTRATIVE: OTHER 52,414,141.54 52.41 million 92

Insight

For PIID NNJ15RA34B over the 10-year window, obligations are fully concentrated in PSC R699, Support-Administrative: Other. This PSC accounts for $52.41 million across 92 awards, indicating repeated use of a single support-services category rather than a diversified PSC mix. The award pattern suggests consistent administrative support procurement activity under this vehicle.

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 = 'NNJ15RA34B'
    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 10,850,035.33 10.85 million 22
2017 10,368,638.28 10.37 million 19
2018 10,604,003.45 10.60 million 17
2019 11,418,473.81 11.42 million 19
2020 9,172,990.67 9.17 million 15

Insight

For vehicle PIID NNJ15RA34B under Agency 8000, obligations were fairly stable from 2016 through 2019, ranging from $10.37 million to $11.42 million annually, with award counts between 17 and 22. The period peaked in 2019 at $11.42 million across 19 awards, followed by a decline in 2020 to $9.17 million and 15 awards. Overall, the series indicates moderate concentration in a narrow spending band before a downward shift in both obligated value and award volume 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.