Vehicle Number

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

Vehicle number for PIID DTFAWA09D00062 at agency 6920 shows 42 award actions over the last 5 years with $35.23 million obligated.

This page summarizes the federal procurement record for vehicle number under PIID DTFAWA09D00062 for agency 6920 during the last 5 years. The record totals $35,231,208.76 in obligated value across 42 award actions.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are based on the provided obligated totals, and the average action value is $838,838.3.

Agency ID
6920
PIID
DTFAWA09D00062
Type
Vehicle
Total Obligated
35.23 million
35,231,208.76
Actions
42
Average Action Value
838,838.30

Overview

For the last 5 years, vehicle number tied to PIID DTFAWA09D00062 and agency 6920 shows 42 award actions with a total obligated value of $35,231,208.76. The average action value is $838,838.3, indicating a record with repeated obligated activity rather than a single award event.

How to use this page

This page can be used to review the obligation history associated with the vehicle number in FPDS context for PIID DTFAWA09D00062. It provides a compact view of activity volume and obligated dollars for analysis over the stated time 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 = 'DTFAWA09D00062'
    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 35,231,208.76 35.23 million 42

Insight

Within the 5-year window for vehicle DTFAWA09D00062, obligations are fully concentrated in the Federal Aviation Administration (agency ID 6920). FAA accounts for $35.23 million across 42 awards, indicating a sustained, agency-specific use of this vehicle rather than a broadly distributed obligation 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 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 = 'DTFAWA09D00062'
    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
335921 FIBER OPTIC CABLE MANUFACTURING 35,231,208.76 35.23 million 42

Insight

Over the 5-year window, obligations for PIID DTFAWA09D00062 under Agency ID 6920 are concentrated entirely in NAICS 335921, Fiber Optic Cable Manufacturing. This category accounts for $35.23 million across 42 awards, indicating repeated procurements within a single manufacturing segment. The concentration suggests a focused acquisition pattern with no diversification across other NAICS codes 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 = 'DTFAWA09D00062'
    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
6150 MISCELLANEOUS ELECTRIC POWER AND DISTRIBUTION EQUIPMENT 35,231,208.76 35.23 million 42

Insight

Over the 5-year window, obligations for vehicle PIID DTFAWA09D00062 under agency 6920 are fully concentrated in PSC 6150, Miscellaneous Electric Power and Distribution Equipment. This PSC accounts for $35.23 million across 42 awards, indicating sustained activity in a single product/service category rather than a diversified obligation profile. The concentration suggests this vehicle has been used consistently for this equipment type within the reviewed period.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 increased from $5.09 million in 2021 to a peak of $13.12 million in 2023, then eased to $10.95 million in 2024. Award activity was most concentrated in 2024, which recorded 16 awards despite lower obligations than 2023, indicating smaller average award values that year. The 2025 entry is negative $2.42 million across 2 awards, suggesting deobligations or downward adjustments rather than new funding growth.

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.