Vehicle Number

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

This page summarizes vehicle number activity for PIID 693KA822D00032 under agency 6920 over the last 10 years.

The record shows 30 award actions with total obligated funding of 32.95 million dollars, equal to 32,953,538.97 in exact reported obligations. The average action value is 1,098,451.3, indicating multiple funded actions across the analysis window.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years and use the provided readable and exact obligation totals for PIID 693KA822D00032.

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

Over the last 10 years, agency 6920 recorded 30 award actions tied to vehicle number PIID 693KA822D00032. The total obligated amount is 32,953,538.97, with a readable total of 32.95 million and an average action value of 1,098,451.3. These values describe the funding pattern captured for this procurement record.

How to use this page

Use this page to review the obligation history, action count, and average action value associated with vehicle number PIID 693KA822D00032. The summary supports quick comparison across actions within the 10-year analysis window and provides a concise view of reported funding activity.

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 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
6920 FEDERAL AVIATION ADMINISTRATION 32,953,538.97 32.95 million 30

Insight

Within the 10-year window, obligations for this vehicle are fully concentrated in the Federal Aviation Administration (agency ID 6920), which accounts for $32.95 million across 30 awards. This indicates a single-agency funding profile with no evidence of distribution across additional top agencies in the provided data. The award count suggests repeated use of the vehicle by the same agency rather than reliance on a broad interagency base.

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 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 = '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 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 32,953,538.97 32.95 million 30

Insight

Obligations for PIID 693KA822D00032 are concentrated in NAICS 561612, Security Guards and Patrol Services, which accounts for $32.95 million across 30 awards over the 10-year window. This indicates a highly focused procurement pattern in a single service category rather than a broad distribution across multiple 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 = '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 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 32,953,538.97 32.95 million 30

Insight

Obligations are fully concentrated in PSC S206, Housekeeping-Guard, with $32.95 million across 30 awards over the 10-year window. This indicates a narrow service profile for the vehicle and limited PSC diversification. The repeated award activity suggests sustained use of the instrument for guard services rather than a broad mix of requirement types.

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 10 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 at a similar level in 2024 ($9.02 million) before rising to $10.45 million in 2025. Award volume was stable at 7 awards in 2022 and 2023, then increased modestly to 8 awards in 2024 and 2025, indicating higher annual funding rather than a material change in award count. Overall, activity is concentrated in the most recent three years, with 2023–2025 accounting for the bulk of the recorded obligations.

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.