Vehicle Number

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

Vehicle number for PIID 80TECH23DA001 summarizes 71 award actions within Agency 8000 over the last 10 years, with total obligated spending of $216.30 million.

This page presents the procurement record for vehicle number under PIID 80TECH23DA001 for Agency 8000. The analysis window covers the last 10 years and includes total obligated value, award action count, and average action value.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated exact value is $216,302,387.12, and the average action value is $3,046,512.49.

Agency ID
8000
PIID
80TECH23DA001
Type
Vehicle
Total Obligated
216.30 million
216,302,387.12
Actions
71
Average Action Value
3,046,512.49

Overview

The record shows 71 award actions tied to vehicle number under PIID 80TECH23DA001 for Agency 8000. Total obligated spending across the last 10 years is $216,302,387.12, with an average action value of $3,046,512.49. These figures provide a concise view of the scale and cadence of activity associated with this procurement identifier.

How to use this page

Use this page to review the reported obligation total, action count, and average action value for vehicle number. The data supports basic procurement analysis over the last 10 years and can be used to compare this record with other FPDS query results. All values reflect the supplied agency ID, PIID, and analysis window.

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 = '80TECH23DA001'
    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 216,302,387.12 216.30 million 71

Insight

For vehicle PIID 80TECH23DA001 over the 10-year window, obligations are fully concentrated in NATIONAL AERONAUTICS AND SPACE ADMINISTRATION, which accounts for $216.30 million across 71 awards. This indicates a single-agency funding profile with no distribution across additional top agencies in the provided data. The award count suggests repeated use of the vehicle within the same agency rather than broad interagency adoption.

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 = '80TECH23DA001'
        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 = '80TECH23DA001'
    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 216,302,387.12 216.30 million 71

Insight

Obligations under PIID 80TECH23DA001 are fully concentrated in NAICS 541519, Other Computer Related Services. Over the 10-year window, this category accounts for $216.30 million across 71 awards, indicating a consistent services profile rather than a diversified NAICS mix. No other NAICS codes are present in the provided rows, so the award activity is concentrated in a single industry classification.

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 = '80TECH23DA001'
    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
DF10 IT AND TELECOM - IT MANAGEMENT AS A SERVICE 216,302,387.12 216.30 million 71

Insight

Over the 10-year window, obligations under PIID 80TECH23DA001 are fully concentrated in PSC DF10, IT and Telecom – IT Management as a Service. This PSC accounts for $216.30 million across 71 awards, indicating sustained use of a single service category rather than a diversified PSC mix. The concentration suggests the vehicle has been used consistently for IT management support requirements.

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 = '80TECH23DA001'
    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
2023 30,531,866.93 30.53 million 14
2024 87,976,482.66 87.98 million 28
2025 97,794,037.53 97.79 million 29

Insight

Obligations on PIID 80TECH23DA001 increased sharply over the period, rising from 30.53 million across 14 awards in 2023 to 87.98 million across 28 awards in 2024, then to 97.79 million across 29 awards in 2025. The award volume more than doubled from 2023 to 2024 and remained elevated in 2025, indicating a sustained concentration of activity in the later years.

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.