Vehicle Number

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

Procurement analysis for vehicle number associated with Agency ID 7200 and PIID 72051418D00001 over the last 5 years.

This page summarizes federal obligation activity for vehicle number under Agency ID 7200 for PIID 72051418D00001. The record shows 6 award actions with total obligated funding of 13.20 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are shown for the last 5 years; total obligated exact is 13204156.82 and average action value is 2200692.8.

Agency ID
7200
PIID
72051418D00001
Type
Vehicle
Total Obligated
13.20 million
13,204,156.82
Actions
6
Average Action Value
2,200,692.80

Overview

In the last 5 years, the contract identified by PIID 72051418D00001 shows 6 award actions tied to vehicle number. Total obligated funding equals 13,204,156.82, with an average action value of 2,200,692.8.

How to use this page

Use this page to review obligation levels and award activity for the vehicle record linked to Agency ID 7200. The figures support basic contract tracking, trend review, and cross-checking against the underlying FPDS award actions.

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 = '72051418D00001'
    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 13,204,156.82 13.20 million 6

Insight

Over the 5-year window, obligations for PIID 72051418D00001 are entirely concentrated within Agency for International Development (agency ID 7200). USAID accounts for $13.20 million across 6 awards, indicating a narrow agency distribution for this vehicle. This pattern suggests the vehicle has been used exclusively or predominantly by a single agency 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 = '72051418D00001'
        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 = '72051418D00001'
    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 13,204,156.82 13.20 million 6

Insight

Obligations for PIID 72051418D00001 over the 5-year window are fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. This category accounts for $13.20 million across 6 awards, indicating a narrow procurement distribution within the vehicle. The pattern suggests this vehicle has been used primarily for a single professional services classification rather than a diversified mix of NAICS codes.

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 = '72051418D00001'
    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
AH93 R&D- ENVIRONMENTAL PROTECTION: OTHER (ADVANCED DEVELOPMENT) 13,204,156.82 13.20 million 6

Insight

Over the 5-year window, obligations under PIID 72051418D00001 are fully concentrated in PSC AH93, R&D- Environmental Protection: Other (Advanced Development). This PSC accounts for $13.20 million across 6 awards, indicating a narrow spending profile with all observed obligated dollars directed to a single product/service category.

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 = '72051418D00001'
    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 8,965,427.09 8.97 million 2
2022 4,238,729.73 4.24 million 2
2023 0.00 0.00 2

Insight

Obligations under PIID 72051418D00001 declined across the period, falling from $8.97 million in 2021 to $4.24 million in 2022 and then to $0 in 2023. Award activity remained constant at 2 awards per year, indicating that the decrease was driven by lower obligated dollars rather than fewer award actions. The pattern suggests a sharp contraction in funding concentration over the 5-year window, with no obligations recorded in the most recent year provided.

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.