Vehicle Number

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

Vehicle number for PIID AID612H1600001 under Agency ID 7200, covering award activity over the last 10 years.

This page summarizes the procurement record for vehicle number associated with PIID AID612H1600001 and Agency ID 7200. The record reflects 19 award actions over the last 10 years.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is 49,997,049, shown as 50.00 million in readable form, with an average action value of 2,631,423.63.

Agency ID
7200
PIID
AID612H1600001
Type
Vehicle
Total Obligated
50.00 million
49,997,049.00
Actions
19
Average Action Value
2,631,423.63

Overview

Over the last 10 years, this vehicle number record shows 19 award actions tied to PIID AID612H1600001 under Agency ID 7200. Total obligated value is 49,997,049, which rounds to 50.00 million in readable format. The average action value is 2,631,423.63.

How to use this page

Use this page to review the basic award pattern for this vehicle number without relying on assumptions beyond the reported totals. The figures support a quick check of overall obligation level, action count, and average action value across the 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 = '7200' AND content__IDV__contractID__IDVID__PIID = 'AID612H1600001'
    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 49,997,049.00 50.00 million 19

Insight

For vehicle AID612H1600001 over the 10-year window, all reported obligations are concentrated in Agency for International Development (agency 7200). The agency accounts for 19 awards and $49,997,049 in total obligations, indicating a fully single-agency distribution within the provided rows. This level of concentration suggests the vehicle has been used exclusively by USAID in the observed period.

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 = 'AID612H1600001'
        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 = 'AID612H1600001'
    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 49,997,049.00 50.00 million 19

Insight

Over the 10-year window, obligations for vehicle AID612H1600001 are fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. This NAICS accounts for 19 awards and $50.0 million in total obligated value, indicating a narrow and highly concentrated distribution of spend within a single service category. The data provided do not show any diversification across other NAICS codes for this vehicle.

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 = 'AID612H1600001'
    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
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 49,997,049.00 50.00 million 19

Insight

The vehicle’s obligations over the 10-year window are fully concentrated in PSC R408, Support- Professional: Program Management/Support, with $50.00 million across 19 awards. This indicates a narrow service profile and limited PSC diversification for PIID AID612H1600001. The award count suggests repeated use of the same support category rather than a broad mix of product or service types.

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 = 'AID612H1600001'
    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
2016 5,867,019.61 5.87 million 2
2018 6,678,112.00 6.68 million 3
2019 9,862,009.14 9.86 million 6
2020 8,843,064.67 8.84 million 3
2021 6,747,371.58 6.75 million 3
2022 11,999,472.00 12.00 million 2

Insight

Obligations under PIID AID612H1600001 were irregular across the period, with no reported activity in some years and annual totals ranging from $5.87 million in 2016 to $12.00 million in 2022. Funding was most concentrated in 2019 and 2022, which together accounted for the highest obligation levels in the period, while 2019 also had the largest award count at six. After declining from 2019 through 2021, obligations rebounded sharply in 2022, indicating a renewed concentration of spending in the most recent year reported.

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.