Vehicle Number

Vehicle Number 6920 / 693KA822D00032 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for vehicle number 693KA822D00032 under agency ID 6920, covering obligations and award activity over the last 5 years.

This page summarizes procurement activity tied to vehicle number 693KA822D00032 for agency ID 6920 during the last 5 years. The record shows 30 award actions and total obligated funding of 32.95 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the analysis window provided and use the exact obligated amount of 32,953,538.97 with an average action value of 1,098,451.3.

Agency ID
6920
PIID
693KA822D00032
Type
Vehicle
Total Obligated
32.95 million
32,953,538.97
Actions
30
Average Action Value
1,098,451.30

Overview

Vehicle number 693KA822D00032 is associated with 30 award actions in the last 5 years. Across that period, obligated funding totals 32,953,538.97, with an average action value of 1,098,451.3. The figures provide a concise view of procurement activity for agency ID 6920.

How to use this page

Use this page to review the scale and frequency of award activity tied to this vehicle record. The data support basic procurement analysis by showing total obligations, action count, and average action value within the stated 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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA822D00032'
    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
6920 FEDERAL AVIATION ADMINISTRATION 32,953,538.97 32.95 million 30

Insight

Within the 5-year window, obligations are entirely concentrated in the Federal Aviation Administration, which accounts for $32.95 million across 30 awards under PIID 693KA822D00032. This indicates a single-agency funding pattern with no diversification across other agencies in the provided data. The volume of awards suggests repeated use of the vehicle by FAA rather than a one-time obligation.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA822D00032'
        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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA822D00032'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 32,953,538.97 32.95 million 30

Insight

Over the 5-year window, obligations for PIID 693KA822D00032 are fully concentrated in NAICS 561612, Security Guards and Patrol Services. This category accounts for $32.95 million across 30 awards, indicating a consistent reliance on a single service line with no visible diversification 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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA822D00032'
    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
S206 HOUSEKEEPING- GUARD 32,953,538.97 32.95 million 30

Insight

Within the 5-year window for PIID 693KA822D00032, obligations are concentrated entirely in PSC S206, HOUSEKEEPING-GUARD. This category accounts for $32.95 million across 30 awards, indicating repeated use of the same service classification rather than a diversified PSC mix. The concentration suggests this vehicle is primarily used for guard/housekeeping support under a single dominant PSC.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA822D00032'
    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
2022 4,031,323.27 4.03 million 7
2023 9,450,228.99 9.45 million 7
2024 9,020,460.95 9.02 million 8
2025 10,451,525.76 10.45 million 8

Insight

Obligations under PIID 693KA822D00032 increased from 4.03 million in 2022 to 9.45 million in 2023, then remained near that level in 2024 at 9.02 million before rising to 10.45 million in 2025. Award volume was stable at 7 awards in 2022 and 2023, then increased slightly to 8 awards in 2024 and 2025, indicating growth was driven more by higher obligated value than by a materially higher number of awards. Overall, the vehicle shows a step-up in funding in 2023 followed by sustained elevated obligations through 2025.

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.