This page summarizes obligation and action activity for vehicle number 693KA820D00008 in FPDS over the last 10 years. The record shows 110 award actions with total obligated value of $748.60 million.
Vehicle Number
Vehicle Number 6920 / 693KA820D00008 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for vehicle number 693KA820D00008 under agency 6920, covering the last 10 years of award activity.
Totals are based on a total obligated exact value of 748596231.28 and an average action value of 6805420.28.
Overview
The procurement record for vehicle number 693KA820D00008 shows sustained award activity across the last 10 years. Agency 6920 obligated $748,596,231.28 across 110 award actions, for an average action value of $6,805,420.28. This indicates repeated procurement use of the vehicle within the analysis window.
How to use this page
Users can use this page to review the scale and frequency of obligations tied to PIID 693KA820D00008. The totals provide a quick check on overall activity, while the action count and average action value help frame how obligations were distributed over time.
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 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 | 748,596,231.28 | 748.60 million | 110 |
Insight
Over the 10-year window, obligations for PIID 693KA820D00008 are fully concentrated in the Federal Aviation Administration, which accounts for $748.60 million across 110 awards. This indicates the vehicle has been used exclusively, or at least entirely in the provided dataset, by a single agency rather than being broadly distributed across multiple agencies. The award count suggests repeated use of the vehicle within FAA procurement activity, with no evidence here of cross-agency diversification.
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 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 = '693KA820D00008'
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 |
|---|---|---|---|---|
| 611430 | PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING | 748,596,231.28 | 748.60 million | 110 |
Insight
Over the 10-year window, this vehicle’s obligations are fully concentrated in NAICS 611430, Professional and Management Development Training. The single reported NAICS accounts for $748.60 million across 110 awards, indicating a highly focused procurement pattern within this vehicle. No distribution across additional NAICS codes is shown 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 = '693KA820D00008'
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 |
|---|---|---|---|---|
| AF15 | EDUCATION, TRAINING, EMPLOYMENT, & SOCIAL SVCS R&D SVCS; EDUC SVCS R&D; R&D FACILITIES & MAJ EQUIP | 704,865,508.31 | 704.87 million | 102 |
| AF15 | R&D- EDUCATION: EDUCATIONAL (OPERATIONAL SYSTEMS DEVELOPMENT) | 43,730,722.97 | 43.73 million | 8 |
Insight
Obligations on this vehicle are highly concentrated in PSC AF15. The first AF15 description accounts for $704.87 million across 102 awards, far exceeding the second AF15 description at $43.73 million across 8 awards. This indicates that activity under the vehicle is overwhelmingly weighted toward the first AF15 category, with only a limited share attributed to the second.
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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2020 | 67,471,490.10 | 67.47 million | 10 |
| 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 increased overall across the 2020–2025 window, rising from 67.47 million in 2020 to 180.12 million in 2025, with a brief dip in 2022 after a sharp increase in 2021. Activity is moderately concentrated in the later years: 2023 through 2025 account for the highest obligation levels, each above 145.63 million, and award counts also increased from 10 in 2020 to 26 in 2025. The pattern indicates growing use of the vehicle over time, with both dollar volume and award frequency trending upward despite year-to-year variability.
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.