Vehicle Number

Vehicle Number 8000 / NNK13OS02B Federal Contract Action Summary (Last Year)

Analyst summary for vehicle number under Agency ID 8000 and PIID NNK13OS02B during the last full year.

This page summarizes procurement activity for vehicle number associated with Agency ID 8000 and PIID NNK13OS02B over the last full year. Total obligations were $13.87 million across 22 award actions, with an average action value of $630,343.97.

Generated at 03/21/2026

Analysis period: Last full year

Dollar figures reflect the provided readable total of 13.87 million and the exact total obligated amount of 13,867,567.25.

Agency ID
8000
PIID
NNK13OS02B
Type
Vehicle
Total Obligated
13.87 million
13,867,567.25
Actions
22
Average Action Value
630,343.97

Overview

During the last full year, vehicle number under Agency ID 8000 and PIID NNK13OS02B recorded 22 award actions totaling $13,867,567.25. The average obligation per action was $630,343.97. This page presents the activity as a compact procurement reference for the specified entity and period.

How to use this page

Use this page to review obligation totals, action volume, and average action value for the vehicle number record tied to Agency ID 8000 and PIID NNK13OS02B. The figures support basic trend review and contract-level comparison within the last full year.

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 = 'NNK13OS02B'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 13,867,567.25 13.87 million 22

Insight

Within the 1-year window for PIID NNK13OS02B, all reported obligated dollars are concentrated in a single top agency: the National Aeronautics and Space Administration, with $13.87 million across 22 awards. This indicates the vehicle’s obligation activity is entirely attributable to NASA in the provided data, with no distribution across additional agencies. The award count suggests repeated use within the agency rather than a one-time obligation.

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 = 'NNK13OS02B'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 = 'NNK13OS02B'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
325120 INDUSTRIAL GAS MANUFACTURING 13,867,567.25 13.87 million 22

Insight

Over the 1-year window for PIID NNK13OS02B, obligations are fully concentrated in NAICS 325120, Industrial Gas Manufacturing. This category accounts for 13.87 million across 22 awards, indicating repeated procurement activity within a single industry classification. With only one NAICS reported, the obligation profile is highly concentrated and shows no visible distribution across other sectors in the provided data.

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 = 'NNK13OS02B'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
6830 GASES: COMPRESSED AND LIQUEFIED 13,867,567.25 13.87 million 22

Insight

Obligations under PIID NNK13OS02B in the last year are fully concentrated in PSC 6830, Gases: Compressed and Liquefied. This PSC accounts for $13.87 million across 22 awards, indicating repeated procurement activity within a single commodity category rather than a diversified PSC mix. The distribution suggests the vehicle is being used consistently for compressed and liquefied gas requirements over the period.

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 = 'NNK13OS02B'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 13,867,567.25 13.87 million 22

Insight

For vehicle NNK13OS02B under Agency 8000, the 1-year annual trend shows $13.87 million in total obligations in 2025 across 22 awards. Obligations are concentrated in a single year in the provided window, indicating all recorded activity is contained within 2025. The award count suggests a moderate distribution of obligations across multiple awards rather than a single-obligation event.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.