Award Number

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

Federal procurement summary for award number W58P0521C0002 under agency ID 9700, covering obligations and actions over the last 10 years.

This page summarizes award number W58P0521C0002 for agency ID 9700 across the last 10 years. The record shows 31 award actions and total obligated amounts of 4.15 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and may differ from other timeframes or reporting views.

Agency ID
9700
PIID
W58P0521C0002
Type
Award
Total Obligated
4.15 billion
4,150,835,100.00
Actions
31
Average Action Value
133,897,906.45

Overview

Award number W58P0521C0002 is associated with agency ID 9700 in the provided data. Over the last 10 years, the award shows 31 actions and a total obligated amount of 4,150,835,100, with an average action value of 133,897,906.45.

How to use this page

Use this page to review the award-level obligation total and action count for W58P0521C0002 within the stated analysis window. It is suited for quick reference, trend review, and comparison with other award records in the same agency context.

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 = 'W58P0521C0002'
    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 4,150,635,600.00 4.15 billion 24
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 199,500.00 199.50 thousand 7

Insight

Obligations are highly concentrated in DEPT OF THE ARMY, which accounts for 4.15 billion across 24 awards. AGENCY FOR INTERNATIONAL DEVELOPMENT represents a very small share of activity by comparison, with 199.50 thousand obligated across 7 awards. This distribution indicates the award’s funding history is overwhelmingly driven by a single agency, with only limited participation from another 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 = 'W58P0521C0002'
        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
PFIZER INC. 86491 4,150,835,100.00 4.15 billion 31

Insight

PFIZER INC. is the only vendor listed for this award in the 10-year window, indicating complete concentration of obligated dollars with a single supplier. The award total of $4.15 billion across 31 actions reflects sustained funding to one contractor rather than a distributed vendor base. This pattern suggests a highly concentrated award relationship for PIID W58P0521C0002 within agency 9700.

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 = 'W58P0521C0002'
    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
325414 BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING 4,150,835,100.00 4.15 billion 31

Insight

Over the 10-year window, obligations for award W58P0521C0002 are fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing, with $4.15 billion across 31 awards. This indicates a highly concentrated procurement profile with no observed distribution across other NAICS codes in the provided data. The award history is therefore dominated by a single industry classification.

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 = 'W58P0521C0002'
    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 4,150,835,100.00 4.15 billion 31

Insight

Obligations under PIID W58P0521C0002 are fully concentrated in PSC 6505, Drugs and Biologicals, totaling $4.15 billion across 31 awards over the 10-year window. This indicates a highly concentrated procurement profile with no observable PSC diversification in the provided data. The award pattern suggests sustained funding emphasis in this product category rather than broad distribution across multiple PSCs.

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 = 'W58P0521C0002'
    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
2021 4,900,000,002.00 4.90 billion 6
2022 -740,000,001.00 -740.00 million 14
2023 10,302,793.00 10.30 million 9
2024 -19,467,694.00 -19.47 million 2

Insight

Obligations for PIID W58P0521C0002 are highly concentrated in 2021, when $4.90 billion was obligated across 6 awards, far exceeding all later years in the 10-year window. Activity then reversed in 2022 with a net deobligation of $740.0 million across 14 awards, followed by much smaller net obligations in 2023 ($10.3 million across 9 awards) and 2024 (-$19.5 million across 2 awards). The pattern indicates a sharp one-year funding concentration followed by materially lower and volatile annual obligation levels.

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.