Vehicle Number

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

Federal procurement page for vehicle number records tied to Agency ID 6920 and PIID DTFAWA07C00067R over the last 10 years.

This page summarizes award activity for vehicle number under Agency ID 6920 for PIID DTFAWA07C00067R across the last 10 years. The record shows 123 award actions with total obligated funding of 1.03 billion dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may differ slightly between the readable and exact obligated values.

Agency ID
6920
PIID
DTFAWA07C00067R
Type
Vehicle
Total Obligated
1.03 billion
1,029,621,012.66
Actions
123
Average Action Value
8,370,902.54

Overview

Across the last 10 years, this vehicle number record for Agency ID 6920 and PIID DTFAWA07C00067R accounts for 123 award actions and total obligated funding of 1,029,621,012.66 dollars. The average action value is 8,370,902.54 dollars, indicating a high-dollar award pattern within the selected period.

How to use this page

Use this page to review obligation volume and award frequency for the specified vehicle number record. It is suited for quick inspection of total dollars, action count, and average action value without inferring details beyond the provided procurement data.

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 = 'DTFAWA07C00067R'
    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 1,029,621,012.66 1.03 billion 123

Insight

For vehicle DTFAWA07C00067R over the 10-year window, obligations are fully concentrated within the Federal Aviation Administration, which accounts for the entire 1.03 billion observed. The FAA also represents all 123 awards in the provided data, indicating a single-agency award profile with no visible distribution across other agencies in this view. This suggests the vehicle has been used exclusively by FAA for the period analyzed.

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 = 'DTFAWA07C00067R'
        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 = 'DTFAWA07C00067R'
    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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,029,621,012.66 1.03 billion 123

Insight

Obligations under this vehicle are fully concentrated in NAICS 334511, with $1.03 billion obligated across 123 awards over the 10-year window. This indicates a highly focused procurement profile centered on search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing. No other NAICS codes are represented in the provided results, so the distribution shows no diversification within this query set.

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 = 'DTFAWA07C00067R'
    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
AD25 R&D- DEFENSE OTHER: SERVICES (OPERATIONAL SYSTEMS DEVELOPMENT) 1,029,621,012.66 1.03 billion 123

Insight

Obligations under PIID DTFAWA07C00067R are fully concentrated in PSC AD25, R&D- Defense Other: Services (Operational Systems Development), totaling $1.03 billion across 123 awards over the 10-year window. This indicates a highly concentrated vehicle with no observable PSC diversification in the provided data. The award pattern suggests sustained use for operational systems development work rather than a mixed-services procurement profile.

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 = 'DTFAWA07C00067R'
    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
2018 125,703,674.97 125.70 million 7
2019 115,088,250.05 115.09 million 11
2020 141,376,638.81 141.38 million 17
2021 109,461,521.92 109.46 million 14
2022 128,499,013.63 128.50 million 17
2023 118,294,681.96 118.29 million 15
2024 113,013,154.76 113.01 million 22
2025 178,184,076.56 178.18 million 20

Insight

Obligations under PIID DTFAWA07C00067R were relatively stable from 2018 through 2024, ranging from $109.46 million to $141.38 million annually, with award counts generally between 7 and 22. Activity was distributed across multiple years rather than concentrated in a single period, although 2025 stands out as a clear increase to $178.18 million, the highest amount in the 10-year window. Award counts also rose over time, peaking at 22 in 2024 and remaining elevated at 20 in 2025, indicating broader transactional activity alongside higher dollar volume.

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.