Vehicle Number

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

Analysis of vehicle number for agency 6920 under PIID DTFAWA14C00049R over the last 10 years, showing 119 award actions and $61.67 million obligated.

This page summarizes procurement activity tied to vehicle number for agency 6920 using PIID DTFAWA14C00049R. The analysis window covers the last 10 years and totals 119 award actions with $61,667,141.50 obligated.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are reported as both rounded readable values and exact obligations, with an average action value of $518,211.27.

Agency ID
6920
PIID
DTFAWA14C00049R
Type
Vehicle
Total Obligated
61.67 million
61,667,141.50
Actions
119
Average Action Value
518,211.27

Overview

The record for vehicle number under PIID DTFAWA14C00049R shows 119 award actions across the last 10 years. Total obligated value is $61,667,141.50, with an average action value of $518,211.27.

How to use this page

Use this page to review the scale and frequency of procurement activity associated with vehicle number for agency 6920. The figures support a basic read of obligation volume, action count, and average action value within the selected period.

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 = 'DTFAWA14C00049R'
    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 61,667,141.50 61.67 million 119

Insight

For PIID DTFAWA14C00049R over the 10-year window, all reported obligations are concentrated within the Federal Aviation Administration, which received $61.67 million across 119 awards. This indicates a fully concentrated spending profile at the agency level for the vehicle. The volume of awards suggests repeated use of the instrument within a single agency rather than distribution across multiple agencies.

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 = 'DTFAWA14C00049R'
        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 = 'DTFAWA14C00049R'
    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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 61,667,141.50 61.67 million 119

Insight

The vehicle is concentrated in NAICS 541511, Custom Computer Programming Services, which accounts for the full observed obligation profile in this 10-year window. Across 119 awards, the total obligated amount is $61.67 million, indicating a sustained and highly focused procurement pattern rather than a diversified mix of NAICS codes. This level of concentration suggests the vehicle has been used primarily for software development and related programming support.

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 = 'DTFAWA14C00049R'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 61,667,141.50 61.67 million 119

Insight

Over the 10-year window, obligations under PIID DTFAWA14C00049R are fully concentrated in PSC R425, Support- Professional: Engineering/Technical. This PSC accounts for $61.67 million across 119 awards, indicating sustained use of the vehicle for engineering and technical support services. The single-PSC distribution suggests limited PSC diversification and a clear service focus for this vehicle.

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 = 'DTFAWA14C00049R'
    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 7,357,447.00 7.36 million 10
2017 10,594,048.98 10.59 million 14
2018 9,529,950.15 9.53 million 11
2019 6,500,480.10 6.50 million 20
2020 4,718,109.72 4.72 million 18
2021 5,237,382.92 5.24 million 11
2022 4,769,803.62 4.77 million 9
2023 4,841,251.64 4.84 million 12
2024 5,903,092.37 5.90 million 7
2025 2,215,575.00 2.22 million 7

Insight

Obligations for PIID DTFAWA14C00049R were highest in 2017 at $10.59 million and generally trended downward afterward, with a brief uptick in 2024 to $5.90 million before dropping to $2.22 million in 2025. Award activity was more volatile than obligations, ranging from 7 to 20 awards annually, with the highest count in 2019 despite lower obligated dollars than earlier years. Overall, the pattern indicates front-loaded spending followed by a sustained decline and a more dispersed award distribution in later years.

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.