This page summarizes federal procurement activity for award HQ014712C0004 within agency ID 9700 across the last 10 years. The record includes 347 actions and $4,040,986,994.51 in total obligated value.
Award Number
Award Number 9700 / HQ014712C0004 Federal Contract Action Summary (Last 10 Years)
Award number HQ014712C0004 for agency 9700 shows 347 recorded actions over the last 10 years and $4.04 billion in total obligated value.
Amounts are based on the readable total obligated value of $4.04 billion and the exact total obligated value of $4,040,986,994.51.
Overview
The award record for HQ014712C0004 within agency 9700 covers 347 actions in the last 10 years. Total obligated value is $4,040,986,994.51, with an average action value of $11,645,495.66. These figures reflect the activity captured in the provided analysis window.
How to use this page
Use this page to review the scale and cadence of obligations tied to award HQ014712C0004. The action count and average action value provide a basic profile for comparing this award with other federal procurement records in the same agency or time period.
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 = 'HQ014712C0004'
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 |
|---|---|---|---|---|
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 4,040,986,994.51 | 4.04 billion | 345 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 2 |
Insight
Over the 10-year window, obligations under PIID HQ014712C0004 are highly concentrated at the Missile Defense Agency (97JC), which accounts for 4.04 billion across 345 awards. The Defense Contract Management Agency (9763) appears only marginally, with 2 awards and no obligated dollars. This indicates the award activity is overwhelmingly centered within a single agency, with minimal distribution to other 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__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 = 'HQ014712C0004'
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 |
|---|---|---|---|---|
| BOEING COMPANY, THE | 3A768 | 4,040,986,994.51 | 4.04 billion | 347 |
Insight
The award activity is fully concentrated in a single vendor, BOEING COMPANY, THE (CAGE 3A768), which accounts for $4.04 billion across 347 awards over the 10-year window. This indicates a highly concentrated obligation pattern with all observed top-vendor activity captured by one supplier. The volume of awards alongside the high obligated value suggests sustained reliance on this contractor for this PIID.
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 = 'HQ014712C0004'
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 |
|---|---|---|---|---|
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 4,040,986,994.51 | 4.04 billion | 347 |
Insight
Over the 10-year window, obligations for PIID HQ014712C0004 are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This NAICS accounts for the entire $4.04 billion obligated across 347 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data.
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 = 'HQ014712C0004'
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 |
|---|---|---|---|---|
| 1420 | GUIDED MISSILE COMPONENTS | 4,040,986,994.51 | 4.04 billion | 347 |
Insight
Obligations for PIID HQ014712C0004 are entirely concentrated in PSC 1420, Guided Missile Components, with $4.04 billion obligated across 347 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of awards paired with the full obligation concentration suggests sustained recurring activity within a single product 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 = 'HQ014712C0004'
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 | 1,229,494,472.78 | 1.23 billion | 95 |
| 2017 | 957,726,369.20 | 957.73 million | 81 |
| 2018 | 2,106,387,840.58 | 2.11 billion | 52 |
| 2019 | -247,690,079.92 | -247.69 million | 48 |
| 2020 | 10,721,586.40 | 10.72 million | 23 |
| 2021 | 38,250,238.29 | 38.25 million | 18 |
| 2022 | -436,215.57 | -436.22 thousand | 8 |
| 2023 | 1,048,701.49 | 1.05 million | 3 |
| 2024 | -12,225,576.51 | -12.23 million | 11 |
| 2025 | -42,290,342.23 | -42.29 million | 8 |
Insight
Obligations for PIID HQ014712C0004 were heavily concentrated in the early part of the 10-year window, with the largest annual totals in 2016 ($1.23 billion), 2018 ($2.11 billion), and 2017 ($957.73 million). Activity then declined sharply, with annual obligations dropping below $40 million from 2020 onward and award counts falling from 95 in 2016 to single digits in most recent years. Several years show negative obligations, including 2019, 2022, 2024, and 2025, indicating downward adjustments or deobligations that further reduced net annual totals.
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.