Vehicle Number

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

Procurement analysis for vehicle number under PIID 80TECH22DA002 for Agency ID 8000 over the last 10 years.

This page summarizes federal award activity for vehicle number associated with PIID 80TECH22DA002. Over the last 10 years, the record shows 76 award actions totaling $211,976,276.94 in obligated amounts.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures reflect the provided obligated totals and the average action value is $2,789,161.54.

Agency ID
8000
PIID
80TECH22DA002
Type
Vehicle
Total Obligated
211.98 million
211,976,276.94
Actions
76
Average Action Value
2,789,161.54

Overview

The available record for vehicle number under PIID 80TECH22DA002 covers 76 award actions across the last 10 years. Total obligated amount is $211,976,276.94, with an average action value of $2,789,161.54. These figures describe the scale and frequency of action activity for Agency ID 8000 in this award record.

How to use this page

Use this page to review obligation volume, action count, and average action value for the vehicle record tied to PIID 80TECH22DA002. The summary is limited to the provided analysis window and does not infer contract scope, performance, or vehicle characteristics beyond the supplied identifiers and totals.

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 = '80TECH22DA002'
    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 211,976,276.94 211.98 million 76

Insight

Over the 10-year window, obligations for PIID 80TECH22DA002 are fully concentrated within NASA (Agency ID 8000), which accounts for the entire reported total of $211.98 million across 76 awards. This indicates a single-agency funding profile with no distribution across other agencies in the provided data. The award count suggests repeated use of the vehicle by the same agency rather than broad interagency utilization.

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 = '80TECH22DA002'
        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 = '80TECH22DA002'
    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
541519 OTHER COMPUTER RELATED SERVICES 211,976,276.94 211.98 million 76

Insight

Obligations in this 10-year window are fully concentrated in NAICS 541519, Other Computer Related Services, with $211.98 million across 76 awards. This indicates a narrow service profile for vehicle-related activity under PIID 80TECH22DA002, with no distribution across additional NAICS codes in the provided data. The award count suggests recurring procurement activity within the same technical service 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 = '80TECH22DA002'
    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
DJ01 IT AND TELECOM - SECURITY AND COMPLIANCE SUPPORT SERVICES (LABOR) 211,976,276.94 211.98 million 76

Insight

Obligations under PIID 80TECH22DA002 are entirely concentrated in PSC DJ01, IT and Telecom - Security and Compliance Support Services (Labor), with $211.98 million across 76 awards over the 10-year window. This indicates a highly focused procurement profile centered on a single service category, rather than a diversified mix of PSCs. The award volume suggests repeated use of the same labor category to support vehicle activity under this instrument.

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 = '80TECH22DA002'
    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
2022 16,283,868.27 16.28 million 5
2023 62,998,870.13 63.00 million 19
2024 60,788,928.05 60.79 million 27
2025 71,904,610.49 71.90 million 25

Insight

Obligations under PIID 80TECH22DA002 increased sharply from $16.28 million across 5 awards in 2022 to $63.00 million across 19 awards in 2023, indicating a step-up in both value and award activity. Funding then remained elevated and relatively stable, at $60.79 million across 27 awards in 2024 and $71.90 million across 25 awards in 2025. The pattern suggests sustained concentration at a materially higher obligation level after 2022, with award counts expanding and then holding near the mid-20s.

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.