This page summarizes award activity for vehicle number associated with Agency ID 8000 and PIID 80TECH21DA001 across the last 10 years. It reflects 73 award actions with total obligations of 96.85 million and an average action value of 1.33 million.
Vehicle Number
Vehicle Number 8000 / 80TECH21DA001 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for vehicle number under Agency ID 8000 and PIID 80TECH21DA001 over the last 10 years.
Obligation totals are shown as reported, with exact total obligated of 96850812.22 and a readable value of 96.85 million.
Overview
The record for vehicle number under Agency ID 8000 and PIID 80TECH21DA001 shows 73 award actions in the last 10 years. Total obligated value is 96,850,812.22, which rounds to 96.85 million, and the average action value is 1,326,723.46. These figures describe cumulative award activity for the specified vehicle and period.
How to use this page
Use this page to review the overall scale of obligation and the number of award actions tied to this procurement vehicle. The figures support basic comparison, trend review, and record lookup for the defined agency and PIID. No additional contract structure or mission details are inferred beyond the provided data.
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 = '80TECH21DA001'
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 | 96,850,812.22 | 96.85 million | 73 |
Insight
For PIID 80TECH21DA001 over the 10-year window, obligations are fully concentrated within a single agency: NASA. NASA accounts for $96.85 million across 73 awards, indicating all reported activity in this vehicle is tied to one agency rather than being distributed across multiple agencies.
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 = '80TECH21DA001'
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 = '80TECH21DA001'
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 | 96,850,812.22 | 96.85 million | 73 |
Insight
For PIID 80TECH21DA001 over the 10-year window, obligations are fully concentrated in NAICS 541519, Other Computer Related Services, with $96.85 million across 73 awards. This indicates the vehicle has been used consistently for a single primary services category rather than a diversified mix of NAICS codes. The award count suggests repeated use within the same industry segment, supporting a stable procurement pattern centered on IT-related services.
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 = '80TECH21DA001'
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 |
|---|---|---|---|---|
| DF01 | IT AND TELECOM - IT MANAGEMENT SUPPORT SERVICES (LABOR) | 96,850,812.22 | 96.85 million | 73 |
Insight
Across the 10-year window for vehicle 80TECH21DA001, obligations are fully concentrated in PSC DF01, IT and Telecom – IT Management Support Services (Labor). The award history includes 73 awards totaling $96.85 million, indicating sustained use of this vehicle for a single dominant service category. This concentration suggests the vehicle is primarily structured around IT management support labor requirements rather than a diversified mix of PSCs.
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 = '80TECH21DA001'
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 |
|---|---|---|---|
| 2021 | 19,488,343.91 | 19.49 million | 14 |
| 2022 | 27,317,730.75 | 27.32 million | 20 |
| 2023 | 22,916,067.16 | 22.92 million | 15 |
| 2024 | 19,340,230.21 | 19.34 million | 14 |
| 2025 | 7,788,440.19 | 7.79 million | 10 |
Insight
Obligations under PIID 80TECH21DA001 were concentrated in 2022, which recorded the highest annual total at $27.32 million across 20 awards. Funding then declined in 2023 and 2024 to $22.92 million and $19.34 million, respectively, before falling further in 2025 to $7.79 million with 10 awards. Over the period provided, award activity remained relatively steady after the 2022 peak, but obligated dollars trended downward, indicating reduced annual spend concentration in the most recent year.
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.