Vehicle Number

Vehicle Number 7200 / 72066320D00001 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for vehicle number 72066320D00001 under agency ID 7200 over the last 10 years.

This page summarizes award activity for vehicle number 72066320D00001 across the last 10 years. The record shows 22 award actions with total obligated funding of 60.15 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated exact value is 60148170.29 and average action value is 2734007.74.

Agency ID
7200
PIID
72066320D00001
Type
Vehicle
Total Obligated
60.15 million
60,148,170.29
Actions
22
Average Action Value
2,734,007.74

Overview

The procurement record for vehicle number 72066320D00001 covers 22 award actions in the last 10 years. Total obligated funding is 60,148,170.29, with an average action value of 2,734,007.74. Agency ID 7200 is the associated agency identifier for this page. The figures shown here reflect the provided analysis window and obligation totals.

How to use this page

Use this page to review the scale and cadence of award activity tied to vehicle number 72066320D00001. The action count and obligated totals provide a concise starting point for comparing this record with other FPDS results. The analysis is limited to the last 10 years and does not add information beyond the supplied procurement data. For financial review, rely on the exact obligated value of 60148170.29.

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 = '7200' AND content__IDV__contractID__IDVID__PIID = '72066320D00001'
    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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 60,148,170.29 60.15 million 22

Insight

Over the 10-year window, all reported obligations for PIID 72066320D00001 are concentrated with the Agency for International Development (agency 7200). The vehicle reflects 22 awards totaling $60.15 million, indicating a single-agency obligation profile with no diversification across other top agencies in the provided data. This concentration suggests the vehicle has been used primarily to support USAID-funded activity rather than multiple-agency demand.

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 = '7200' AND content__IDV__contractID__IDVID__PIID = '72066320D00001'
        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 = '7200' AND content__IDV__contractID__IDVID__PIID = '72066320D00001'
    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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 60,148,170.29 60.15 million 22

Insight

Obligations under PIID 72066320D00001 are concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services, totaling $60.15 million across 22 awards over the 10-year window. This indicates a clear reliance on a single service category rather than a diversified NAICS mix within this vehicle. The concentration suggests the vehicle is being used primarily for broadly defined professional and technical support requirements.

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 = '7200' AND content__IDV__contractID__IDVID__PIID = '72066320D00001'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 60,148,170.29 60.15 million 22

Insight

Over the 10-year window, obligations under PIID 72066320D00001 are entirely concentrated in PSC R425, Support- Professional: Engineering/Technical, totaling $60.15 million across 22 awards. This indicates a highly focused service profile with no diversification across other PSCs in the provided data. The average obligation per award is approximately $2.73 million, suggesting repeated use of this vehicle for similar technical 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 = '7200' AND content__IDV__contractID__IDVID__PIID = '72066320D00001'
    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
2019 6,960,000.00 6.96 million 1
2020 14,752,965.29 14.75 million 4
2021 6,221,523.00 6.22 million 3
2022 18,769,841.00 18.77 million 5
2023 4,800,000.00 4.80 million 4
2024 8,643,841.00 8.64 million 4
2025 0.00 0.00 1

Insight

Obligations for PIID 72066320D00001 are uneven across the 2019–2025 period, with annual funding ranging from 0.00 in 2025 to a high of 18.77 million in 2022. Activity is concentrated in 2020 through 2024, when award counts increased to 3–5 per year and obligations fluctuated between 4.80 million and 18.77 million rather than following a steady upward or downward trend. The single 2025 award has no recorded obligations, indicating current-year activity without associated funding in the provided data.

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.