Vehicle Number

Vehicle Number 1900 / 19AQMM20D0058 Federal Contract Action Summary (Last 10 Years)

Vehicle number record for PIID 19AQMM20D0058 under Agency ID 1900, showing award activity over the last 10 years.

This page summarizes the vehicle number associated with PIID 19AQMM20D0058 for Agency ID 1900. The record shows 9 award actions and $65.00 million in total obligated value across the analysis window.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is $65,000,000 across 9 actions, with an average action value of $7,222,222.22.

Agency ID
1900
PIID
19AQMM20D0058
Type
Vehicle
Total Obligated
65.00 million
65,000,000.00
Actions
9
Average Action Value
7,222,222.22

Overview

The vehicle number entry is tied to PIID 19AQMM20D0058 and Agency ID 1900 over the last 10 years. During that period, the record reflects 9 award actions and $65,000,000 in total obligated value. The average obligated amount per action is $7,222,222.22.

How to use this page

Use this page to review the contract vehicle record and its award activity at a glance. The figures help place the vehicle in context by showing how obligation is distributed across the 9 reported actions. This supports basic trend review and identification of the procurement instrument associated with PIID 19AQMM20D0058.

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 = '19AQMM20D0058'
    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
1900 STATE, DEPARTMENT OF 65,000,000.00 65.00 million 9

Insight

Over the 10-year window, obligations for PIID 19AQMM20D0058 are fully concentrated within the Department of State. The Department of State accounts for $65.0 million across 9 awards, indicating all reported vehicle activity in this view is tied to a single agency with no visible distribution across other agencies. This pattern suggests a narrow obligational footprint and agency-specific reliance on the vehicle.

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 = '19AQMM20D0058'
        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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM20D0058'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 65,000,000.00 65.00 million 9

Insight

For vehicle PIID 19AQMM20D0058 at agency 1900, obligations over the 10-year window are concentrated entirely in NAICS 561612, Security Guards and Patrol Services. The vehicle records 9 awards totaling $65.00 million under this single NAICS, indicating a highly concentrated service profile with no diversification across other NAICS codes in 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 = '19AQMM20D0058'
    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
S206 HOUSEKEEPING- GUARD 65,000,000.00 65.00 million 9

Insight

For PIID 19AQMM20D0058, obligations over the 10-year window are fully concentrated in PSC S206 (HOUSEKEEPING- GUARD), totaling $65.00 million across 9 awards. This indicates a single-service concentration with no diversification across other PSCs in the provided data. The award count suggests repeated activity under the same service category rather than broad procurement distribution.

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 = '19AQMM20D0058'
    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
2020 65,000,000.00 65.00 million 1
2021 0.00 0.00 1
2022 0.00 0.00 1
2023 0.00 0.00 1
2024 0.00 0.00 2
2025 0.00 0.00 3

Insight

Obligations for PIID 19AQMM20D0058 are highly concentrated in 2020, when $65.0 million was obligated under a single award. From 2021 through 2025, recorded obligations are zero each year despite award counts of 1 in 2021–2023, 2 in 2024, and 3 in 2025, indicating activity without obligated dollars in those years. Over the 10-year window, the funding profile is sharply front-loaded with no subsequent obligation growth.

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.