Vehicle Number

Vehicle Number 1900 / 19AQMM20D0126 Federal Contract Action Summary (Last 5 Years)

Vehicle number for PIID 19AQMM20D0126 summarizes award activity for agency 1900 over the last 5 years.

This FPDS query page presents the vehicle number record associated with PIID 19AQMM20D0126 for agency 1900. The record shows 13 award actions with total obligations of 48.00 million over the analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are shown in both readable and exact form, with average action value calculated from the reported obligation total and award action count.

Agency ID
1900
PIID
19AQMM20D0126
Type
Vehicle
Total Obligated
48.00 million
48,000,000.00
Actions
13
Average Action Value
3,692,307.69

Overview

The vehicle number record for PIID 19AQMM20D0126 covers 13 award actions during the last 5 years. Total obligated value is 48.00 million, or 48,000,000 exact, with an average action value of 3,692,307.69. This page is organized to support review of the award history tied to agency 1900.

How to use this page

Use this page to review the contract vehicle summary, obligation totals, and action frequency tied to the listed PIID. The figures provide a compact view of spending activity across the analysis window and can be used as a starting point for further FPDS review.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0126'
    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
1900 STATE, DEPARTMENT OF 48,000,000.00 48.00 million 13

Insight

Over the 5-year window, all recorded obligation under vehicle PIID 19AQMM20D0126 is concentrated within the Department of State (Agency ID 1900). The agency accounts for $48.00 million across 13 awards, indicating repeated use of this vehicle by a single agency rather than broader interagency distribution. This concentration suggests the vehicle has been used primarily to support Department of State requirements within 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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0126'
        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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0126'
    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
561210 FACILITIES SUPPORT SERVICES 48,000,000.00 48.00 million 13

Insight

Obligations under PIID 19AQMM20D0126 are fully concentrated in NAICS 561210, Facilities Support Services, with $48.00 million across 13 awards over the 5-year window. This indicates a narrow NAICS distribution and suggests the vehicle is being used consistently for a single services category rather than a diversified set of procurements. The award count supports repeated use within the same NAICS, but no cross-NAICS spread is evident from the provided data.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0126'
    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
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 48,000,000.00 48.00 million 13

Insight

Obligations for this vehicle are fully concentrated in PSC R408, Support- Professional: Program Management/Support. Over the 5-year window, this PSC accounts for $48.0 million across 13 awards, indicating consistent use of the vehicle for program management/support services rather than a diversified PSC mix.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0126'
    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 0.00 0.00 3
2022 0.00 0.00 3
2023 0.00 0.00 2
2024 48,000,000.00 48.00 million 3
2025 0.00 0.00 2

Insight

Obligations for PIID 19AQMM20D0126 are highly concentrated in 2024, when $48.0 million was obligated across 3 awards. In the other years in the 5-year window, obligated amounts were zero despite award activity in each year, with 2 to 3 awards annually. This pattern indicates that award counts are not aligned with obligation volume and that financial activity is episodic rather than evenly distributed over time.

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.