Vehicle Number

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

Federal procurement profile for vehicle number 72066320D00001 under agency ID 7200, covering obligations and actions in the last 5 years.

This page summarizes award activity for vehicle number 72066320D00001 during the last 5 years. The record shows 17 award actions with total obligated amount of 38.44 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals shown here are based on the provided analysis window and may differ from other reporting periods or source extracts.

Agency ID
7200
PIID
72066320D00001
Type
Vehicle
Total Obligated
38.44 million
38,435,205.00
Actions
17
Average Action Value
2,260,894.41

Overview

The procurement record for vehicle number 72066320D00001 includes 17 award actions in the last 5 years. Total obligated amount is 38,435,205, with an average action value of 2,260,894.41. This provides a concise view of activity tied to agency ID 7200 for the selected vehicle number.

How to use this page

Use this page to review the scale and frequency of obligated activity associated with vehicle number 72066320D00001. The figures support quick comparison against other FPDS query results within the same agency, PIID, or time 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 = '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 5 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 38,435,205.00 38.44 million 17

Insight

For the 5-year window, all reported obligations for vehicle 72066320D00001 are concentrated in Agency for International Development (agency ID 7200). The agency accounts for $38.44 million across 17 awards, indicating a single-agency funding pattern with no diversification across other agencies in the provided data. This concentration suggests the vehicle is primarily used by USAID over the period reviewed.

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 5 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 5 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 38,435,205.00 38.44 million 17

Insight

Over the 5-year window, obligations under vehicle PIID 72066320D00001 are fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. This NAICS accounts for $38.44 million across 17 awards, indicating a narrow but recurring use pattern within a single service category. No other NAICS codes are represented in the provided data, so the observed distribution is entirely concentrated in one sector.

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 5 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 38,435,205.00 38.44 million 17

Insight

Over the 5-year window, obligations for PIID 72066320D00001 are fully concentrated in PSC R425, with $38.44 million across 17 awards. This indicates a single dominant service category with recurring obligation activity rather than a diversified PSC mix. The award count suggests multiple funding actions under the vehicle, but no additional PSCs are present in the provided data.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 under PIID 72066320D00001 were concentrated in 2022, which recorded the highest annual total at $18.77 million across 5 awards. Funding then declined sharply in 2023 to $4.80 million, partially rebounded in 2024 to $8.64 million, and was recorded at $0 in 2025 despite 1 award. Over the five-year window, award activity remained limited and annual obligations were uneven, indicating a volatile funding pattern rather than a stable recurring trajectory.

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