Vehicle Number

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

Vehicle number record for PIID DTFAWA09D00062 under agency ID 6920, showing 107 award actions over the last 10 years.

This page summarizes procurement activity for vehicle number associated with PIID DTFAWA09D00062 during the last 10 years. Total obligated value is $75.63 million across 107 award actions, with an average action value of $706,793.42.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided readable and exact obligated amounts for the stated analysis window.

Agency ID
6920
PIID
DTFAWA09D00062
Type
Vehicle
Total Obligated
75.63 million
75,626,896.16
Actions
107
Average Action Value
706,793.42

Overview

The record covers 107 award actions tied to vehicle number for PIID DTFAWA09D00062 over the last 10 years. Total obligated funding is $75,626,896.16, which reads as $75.63 million when rounded to two decimals. The average action value is $706,793.42, indicating repeated obligation activity across the period.

How to use this page

Use this page to review procurement volume and obligation levels associated with this vehicle number record. The figures support basic trend, concentration, and activity checks for the specified PIID and agency ID 6920. No additional contract terms, product details, or performance facts are included in the provided inputs.

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 = 'DTFAWA09D00062'
    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 75,626,896.16 75.63 million 107

Insight

Over the 10-year window, obligations for PIID DTFAWA09D00062 are fully concentrated within the Federal Aviation Administration (agency ID 6920). The FAA accounts for $75.63 million across 107 awards, indicating repeated use of this vehicle by a single agency rather than a distributed, multi-agency award pattern.

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 = 'DTFAWA09D00062'
        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 = 'DTFAWA09D00062'
    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
335921 FIBER OPTIC CABLE MANUFACTURING 75,626,896.16 75.63 million 107

Insight

Over the 10-year window, obligations under PIID DTFAWA09D00062 for vehicle 6920 are fully concentrated in NAICS 335921, Fiber Optic Cable Manufacturing. This single NAICS accounts for $75.63 million across 107 awards, indicating a highly focused procurement pattern rather than a diversified spend distribution. The volume of awards suggests repeated activity in the same product category over time.

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 = 'DTFAWA09D00062'
    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
6150 MISCELLANEOUS ELECTRIC POWER AND DISTRIBUTION EQUIPMENT 75,626,896.16 75.63 million 107

Insight

Obligations under PIID DTFAWA09D00062 are fully concentrated in PSC 6150, Miscellaneous Electric Power and Distribution Equipment, totaling $75.63 million across 107 awards over the 10-year window. This indicates a highly focused spending profile within a single product service category, with no evidence of distribution across other PSCs in the provided data. The award count suggests repeated procurement activity in the same category rather than a one-time obligation event.

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 = 'DTFAWA09D00062'
    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
2016 9,779,132.38 9.78 million 13
2017 7,923,202.36 7.92 million 14
2018 10,608,014.49 10.61 million 13
2019 6,989,747.59 6.99 million 12
2020 5,095,590.58 5.10 million 13
2021 5,094,528.74 5.09 million 8
2022 8,490,362.54 8.49 million 9
2023 13,115,078.88 13.12 million 7
2024 10,952,158.66 10.95 million 16
2025 -2,420,920.06 -2.42 million 2

Insight

Obligations under PIID DTFAWA09D00062 are uneven across the 10-year window, ranging from 5.09 million in 2021 to 13.12 million in 2023, with no sustained year-over-year growth pattern. Activity is spread across most years, but award counts and dollars diverge in several periods, notably 2024 with the highest award count (16) but a lower obligation total than 2023. The negative obligation total in 2025 (-2.42 million) indicates a net de-obligation in the current partial year and should be treated separately from prior annual funding levels.

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.