Award Number

Award Number 9700 / FA880615C0001 Federal Contract Action Summary (Last 10 Years)

FPDS award detail page for award number FA880615C0001 under agency ID 9700, summarizing activity over the last 10 years.

This page summarizes federal procurement activity for award number FA880615C0001 under agency ID 9700. Over the last 10 years, the award shows 803 actions and total obligations of 1,844,508,685.92.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligation totals are based on the provided analysis window and may reflect rounded display values alongside the exact recorded amount.

Agency ID
9700
PIID
FA880615C0001
Type
Award
Total Obligated
1.84 billion
1,844,508,685.92
Actions
803
Average Action Value
2,297,022.02

Overview

The award record for FA880615C0001 shows sustained contracting activity across the last 10 years, with 803 total actions recorded. Total obligated value is 1,844,508,685.92, which displays as 1.84 billion in readable form. The average action value is 2,297,022.02.

How to use this page

Use this page to review the scale and frequency of obligated activity tied to award number FA880615C0001. The figures support basic trend and concentration analysis for agency ID 9700 within the selected 10-year window, without adding assumptions about scope, mission, or performance.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'FA880615C0001'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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
5700 DEPT OF THE AIR FORCE 1,847,627,305.22 1.85 billion 798
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,118,619.30 -3.12 million 5

Insight

Award activity for PIID FA880615C0001 is heavily concentrated within the Department of the Air Force, which accounts for $1.85 billion across 798 awards. DCMA represents a much smaller share of activity, with 5 awards and a net obligation of -$3.12 million, indicating minimal offsetting or deobligation activity relative to the Air Force volume. Overall, the award history is strongly skewed toward a single agency over the 10-year window.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'FA880615C0001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
RANGE GENERATION NEXT LLC 6WGJ0 1,659,548,415.67 1.66 billion 717
RANGE GENERATION NEXT LLC 184,960,270.25 184.96 million 86

Insight

Obligations under PIID FA880615C0001 are highly concentrated with RANGE GENERATION NEXT LLC, which accounts for $1.66 billion across 717 awards under CAGE code 6WGJ0. An additional $184.96 million is recorded to the same vendor name without a CAGE code across 86 awards, indicating a further concentration of obligated value under the same apparent vendor identity. Over the 10-year window, the award activity reflects sustained reliance on this vendor with a large volume of obligations concentrated in a small set of related records.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'FA880615C0001'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541330 ENGINEERING SERVICES 1,844,508,685.92 1.84 billion 803

Insight

Over the 10-year window for award FA880615C0001, obligations are fully concentrated in NAICS 541330, Engineering Services, with $1.84 billion across 803 awards. This indicates a highly specialized award profile with no diversification across other NAICS codes in the provided data. The volume of awards paired with the concentrated obligation base suggests sustained use of this services category over time.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'FA880615C0001'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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 1,844,508,685.92 1.84 billion 803

Insight

Obligations for award FA880615C0001 are entirely concentrated in PSC R425, Support- Professional: Engineering/Technical, over the 10-year window. The award reflects 803 actions totaling $1.84 billion under this PSC, indicating sustained use of engineering and technical support services rather than a diversified PSC mix. This concentration suggests the award is heavily focused on a single professional services category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'FA880615C0001'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 182,632,673.03 182.63 million 82
2017 145,428,700.42 145.43 million 80
2018 212,750,357.30 212.75 million 64
2019 89,333,327.15 89.33 million 69
2020 209,053,704.82 209.05 million 53
2021 225,696,382.14 225.70 million 66
2022 206,482,757.03 206.48 million 124
2023 216,890,047.78 216.89 million 104
2024 187,243,929.04 187.24 million 94
2025 168,996,807.21 169.00 million 67

Insight

Obligations for PIID FA880615C0001 were generally concentrated in the $169 million to $226 million range from 2016 to 2025, with a low point in 2019 at $89.33 million and the highest annual total in 2021 at $225.70 million. Award counts were more volatile than obligated amounts, rising sharply in 2022 to 124 awards after a prior range of 53 to 82 awards in 2016–2021. Since the 2021 peak in obligations, annual obligated dollars have moderated, declining to $169.00 million in 2025, while award counts also fell to 67.

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.