This award record covers PIID FA910115C0500 for Agency ID 9700 across the last 10 years. It includes 269 award actions with total obligated amounts of 2.39 billion.
Award Number
Award Number 9700 / FA910115C0500 Federal Contract Action Summary (Last 10 Years)
Award number FA910115C0500 for Agency ID 9700 shows obligations and action history over the last 10 years.
Total obligated exact value is 2389544528.17, and the average action value is 8883065.16.
Overview
The award number FA910115C0500 is associated with Agency ID 9700 and reflects activity within the last 10 years. Across that window, the record shows 269 actions and total obligated funding of 2,389,544,528.17. The average action value is 8,883,065.16.
How to use this page
Use this page to review the award-level obligation history and action volume tied to PIID FA910115C0500. The data supports basic trend review, comparison of total obligations to action count, and identification of high-level award activity over time.
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 = 'FA910115C0500'
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 | 2,389,544,528.17 | 2.39 billion | 269 |
Insight
All reported obligations for PIID FA910115C0500 in the 10-year window are concentrated in a single agency: the Department of the Air Force. The award account reflects $2.39 billion across 269 awards, indicating a highly concentrated obligation profile with no other agencies represented in the provided rows.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| NATIONAL AEROSPACE SOLUTIONS, LLC | 77SY4 | 2,210,513,178.32 | 2.21 billion | 258 |
| NATIONAL AEROSPACE SOLUTIONS, LLC | 179,031,349.85 | 179.03 million | 11 |
Insight
Obligations on this award are highly concentrated with NATIONAL AEROSPACE SOLUTIONS, LLC, which accounts for $2.21 billion across 258 awards under CAGE 77SY4. An additional $179.03 million is associated with the same vendor name but without a CAGE code, across 11 awards, indicating a smaller secondary set of records not tied to the reported identifier. Over the 10-year window, this reflects a strong vendor concentration on this award with limited distribution across other vendors.
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 = 'FA910115C0500'
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 | 2,389,544,528.17 | 2.39 billion | 269 |
Insight
Obligations for PIID FA910115C0500 are fully concentrated in NAICS 541330, Engineering Services, with $2.39 billion obligated across 269 awards in the 10-year window. This indicates a highly concentrated spend profile within a single professional services category rather than a distributed mix of industries. The volume of awards alongside the obligation level suggests repeated procurement activity in the same NAICS, consistent with sustained engineering services demand.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| AZ16 | R&D- OTHER RESEARCH AND DEVELOPMENT (MANAGEMENT/SUPPORT) | 2,389,544,528.17 | 2.39 billion | 269 |
Insight
Obligations for PIID FA910115C0500 over the 10-year window are entirely concentrated in PSC AZ16, R&D- Other Research and Development (Management/Support). This PSC accounts for $2.39 billion across 269 awards, indicating sustained use of a single research and development support classification rather than a diversified PSC mix. The concentration suggests this award activity is highly specialized within one procurement 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 = 'FA910115C0500'
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 | 179,031,349.85 | 179.03 million | 11 |
| 2017 | 218,584,519.51 | 218.58 million | 25 |
| 2018 | 231,954,043.21 | 231.95 million | 26 |
| 2019 | 281,055,028.29 | 281.06 million | 34 |
| 2020 | 274,562,691.20 | 274.56 million | 31 |
| 2021 | 286,417,364.95 | 286.42 million | 37 |
| 2022 | 292,550,839.87 | 292.55 million | 34 |
| 2023 | 464,700,831.00 | 464.70 million | 37 |
| 2024 | 172,491,589.59 | 172.49 million | 25 |
| 2025 | -11,803,729.30 | -11.80 million | 9 |
Insight
Obligations for PIID FA910115C0500 generally increased from 2016 through 2023, rising from $179.03 million to a peak of $464.70 million, with award counts also expanding from 11 to 37. Funding is fairly concentrated in 2021–2023, which together account for the largest annual obligations in the period. Activity then declined sharply in 2024 to $172.49 million and turned negative in 2025 at -$11.80 million, alongside a lower award count of 9.
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.