Vehicle Number

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

FPDS procurement summary for vehicle number 693KA820D00008 at agency 6920 over the last 5 years, showing 100 award actions and $681.12 million in obligations.

This page summarizes federal award activity for vehicle number 693KA820D00008 at agency 6920 during the last 5 years. The record shows 100 award actions with total obligations of $681,124,741.18.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated is shown in both readable format and exact dollars; average action value is $6,811,247.41.

Agency ID
6920
PIID
693KA820D00008
Type
Vehicle
Total Obligated
681.12 million
681,124,741.18
Actions
100
Average Action Value
6,811,247.41

Overview

The award record for vehicle number 693KA820D00008 covers 100 actions in the last 5 years. Total obligations are $681,124,741.18, with an average action value of $6,811,247.41.

How to use this page

Use this page to review obligation volume and action frequency for the specified vehicle record at agency 6920. The figures support a basic check of award concentration and average transaction size within the 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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA820D00008'
    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 681,124,741.18 681.12 million 100

Insight

Within the 5-year window for vehicle PIID 693KA820D00008, obligations are entirely concentrated in a single agency: the Federal Aviation Administration. FAA accounts for $681.12 million across 100 awards, indicating all recorded obligation activity in this view is concentrated within one agency rather than distributed across multiple agencies. This level of concentration suggests the vehicle is used exclusively or predominantly for FAA requirements in 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 = '6920' AND content__IDV__contractID__IDVID__PIID = '693KA820D00008'
        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 = '693KA820D00008'
    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
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 681,124,741.18 681.12 million 100

Insight

Across the 5-year window, obligations for PIID 693KA820D00008 are fully concentrated in NAICS 611430, Professional and Management Development Training. This NAICS accounts for $681.12 million across 100 awards, indicating repeated procurement activity within a single services category rather than a diversified NAICS mix.

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 = '693KA820D00008'
    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
AF15 EDUCATION, TRAINING, EMPLOYMENT, & SOCIAL SVCS R&D SVCS; EDUC SVCS R&D; R&D FACILITIES & MAJ EQUIP 681,124,741.18 681.12 million 100

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in PSC AF15, totaling $681.12 million across 100 awards. This indicates a narrow product/service mix with no observable PSC diversification within the provided data. The concentration suggests this vehicle has been used primarily for education, training, employment, and social services R&D-related requirements.

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 = '693KA820D00008'
    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 110,604,604.74 110.60 million 25
2022 90,464,029.05 90.46 million 14
2023 145,628,169.53 145.63 million 16
2024 154,304,218.16 154.30 million 19
2025 180,123,719.70 180.12 million 26

Insight

Obligations for PIID 693KA820D00008 show a clear upward trend over the 5-year window, declining from $110.60 million in 2021 to $90.46 million in 2022, then increasing each year through $180.12 million in 2025. Award activity also expanded overall, moving from 25 awards in 2021 to 26 in 2025, with the lowest count in 2022 at 14. The pattern indicates spending concentration strengthened in the most recent years, with 2024 and 2025 accounting for the highest annual obligation levels in the period.

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.