Vehicle Number

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

Vehicle number AID267H1700001 for agency 7200 shows 19 award actions over the last 10 years, with $172.01 million obligated.

This page summarizes procurement activity for vehicle number AID267H1700001 in agency 7200 across the last 10 years. Total obligated value is $172,010,152 across 19 award actions, for an average action value of $9,053,165.89.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligated amounts reflect the analysis window provided and may not capture activity outside the last 10 years.

Agency ID
7200
PIID
AID267H1700001
Type
Vehicle
Total Obligated
172.01 million
172,010,152.00
Actions
19
Average Action Value
9,053,165.89

Overview

Vehicle number AID267H1700001 is associated with 19 award actions in the last 10 years. The record shows $172,010,152 in total obligated value, with an average action value of $9,053,165.89.

How to use this page

Use this page to review the overall obligation level and action count tied to this vehicle number. The figures provide a concise view of procurement activity for agency 7200 within the stated 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 = 'AID267H1700001'
    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 172,010,152.00 172.01 million 19

Insight

Over the 10-year window, Agency for International Development (agency ID 7200) accounts for the full obligation amount reported for this vehicle, totaling $172.01 million across 19 awards. This indicates complete concentration of obligations within a single agency rather than distribution across multiple agencies. The award activity reflects repeated use of the vehicle by AID over the 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 = 'AID267H1700001'
        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 = 'AID267H1700001'
    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 172,010,152.00 172.01 million 19

Insight

Over the 10-year window, obligations for PIID AID267H1700001 are entirely concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. This single NAICS accounts for $172.01 million across 19 awards, indicating a highly focused procurement profile with no diversification reflected in the provided data. The award pattern suggests repeated use of the same service classification rather than broad NAICS distribution.

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 = 'AID267H1700001'
    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 172,010,152.00 172.01 million 19

Insight

For PIID AID267H1700001 over the 10-year window, obligations are fully concentrated in PSC R408, SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT. This PSC accounts for $172.01 million across 19 awards, indicating sustained use of a single professional support category rather than a diversified PSC mix. The distribution suggests procurement activity was consistently centered on program management and support services for this vehicle.

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 = 'AID267H1700001'
    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
2017 43,183,419.00 43.18 million 3
2018 39,217,713.00 39.22 million 3
2019 41,375,000.00 41.38 million 3
2020 36,375,000.00 36.38 million 3
2021 9,909,020.00 9.91 million 4
2022 1,950,000.00 1.95 million 3

Insight

Obligations for PIID AID267H1700001 were concentrated in 2017–2020, with annual totals ranging from 36.38 million to 43.18 million across three awards each year. Funding then declined sharply in 2021 to 9.91 million, with a slight increase in award count to four, before falling further to 1.95 million in 2022 across three awards. Over the period provided, the pattern indicates a pronounced contraction after 2020 rather than sustained year-over-year stability.

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.