This page covers award number W911QY20C0100 for Agency ID 9700 across the last 10 years. The award shows total obligations of 8.20 billion across 33 actions, with an average action value of 248,633,523.58.
Award Number
Award Number 9700 / W911QY20C0100 Federal Contract Action Summary (Last 10 Years)
Federal procurement profile for award number W911QY20C0100 under Agency ID 9700, summarizing obligations and action history over the last 10 years.
All values reflect the provided analysis window and obligation totals for this award record.
Overview
Award number W911QY20C0100 is associated with Agency ID 9700 and totals 8,204,906,278.12 in obligations over the last 10 years. The record includes 33 award actions, which yields an average action value of 248,633,523.58. These figures provide a compact view of the award’s financial scale and action frequency within the analysis window.
How to use this page
Use this page to review the award’s obligation total, action count, and average action value in one place. The data supports basic procurement analysis, award tracking, and comparison with other award records in the same 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 = 'W911QY20C0100'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 8,204,906,278.12 | 8.20 billion | 33 |
Insight
For the 10-year period, obligations associated with PIID W911QY20C0100 are entirely concentrated in the Department of the Army, which accounts for $8.20 billion across 33 awards. This indicates a highly centralized obligation pattern with no evidence of agency-level distribution in the provided data.
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 = 'W911QY20C0100'
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 |
|---|---|---|---|---|
| MODERNATX, INC. | 6RP85 | 8,204,906,278.12 | 8.20 billion | 33 |
Insight
MODERNATX, INC. is the sole top vendor for PIID W911QY20C0100 in the 10-year window, indicating full concentration of obligated value with this contractor in the provided results. Across 33 awards, the vendor received $8.20 billion in total obligated funding, suggesting a sustained and highly concentrated contractual relationship rather than dispersed vendor participation.
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 = 'W911QY20C0100'
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 |
|---|---|---|---|---|
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | 8,204,906,278.12 | 8.20 billion | 33 |
Insight
Obligations for this award are entirely concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing, totaling $8.20 billion across 33 awards over the 10-year window. This indicates a highly focused procurement profile with no visible diversification across other NAICS codes in the provided data. The award activity is therefore dominated by a single pharmaceutical manufacturing category.
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 = 'W911QY20C0100'
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 |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | 8,204,906,278.12 | 8.20 billion | 33 |
Insight
Obligations for this award are fully concentrated in PSC 6505, Drugs and Biologicals, with $8.20 billion across 33 awards over the 10-year window. This indicates a highly focused procurement pattern centered on pharmaceutical and biological products rather than a diversified PSC mix. The relatively limited award count alongside the large obligated value suggests high-dollar transactions within a narrow 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 = 'W911QY20C0100'
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 |
|---|---|---|---|
| 2020 | 3,191,598,000.00 | 3.19 billion | 4 |
| 2021 | 4,953,993,662.60 | 4.95 billion | 17 |
| 2022 | 59,026,960.52 | 59.03 million | 8 |
| 2023 | 287,655.00 | 287.65 thousand | 4 |
Insight
Obligations under PIID W911QY20C0100 are heavily concentrated in 2020 and 2021, which account for nearly all obligated dollars in the provided period. Activity peaks in 2021 at 17 awards and $4.95 billion, following $3.19 billion across 4 awards in 2020, indicating a brief surge in both dollar volume and award count. Obligations then drop sharply to $59.03 million in 2022 and $287.65 thousand in 2023, with award counts also declining to 8 and 4, respectively.
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.