Vehicle Number

Vehicle Number 7523 / 75D30121D10579 Federal Contract Action Summary (Last 5 Years)

Federal procurement overview for vehicle number 75D30121D10579 at agency 7523, covering award activity in the last 5 years.

This page summarizes award activity tied to vehicle number 75D30121D10579 for agency 7523 over the last 5 years. The record shows 9 award actions and $1,211,607,191.40 in total obligated value.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may round differently in display fields.

Agency ID
7523
PIID
75D30121D10579
Type
Vehicle
Total Obligated
1.21 billion
1,211,607,191.40
Actions
9
Average Action Value
134,623,021.27

Overview

Across the last 5 years, vehicle number 75D30121D10579 recorded 9 award actions with a total obligated amount of $1,211,607,191.40. The average action value was $134,623,021.27, indicating that the obligation volume was concentrated across a small number of high-value actions. This page is intended to support review of the procurement record for agency 7523 under PIID 75D30121D10579.

How to use this page

Use this page to review the action count, obligated totals, and average action value associated with the vehicle record. The figures provide a compact view of contract activity for analysis and comparison within the selected 5-year window.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10579'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 1,211,607,191.40 1.21 billion 9

Insight

For PIID 75D30121D10579 over the 5-year window, obligations are entirely concentrated in the Centers for Disease Control and Prevention. The CDC accounts for $1.21 billion across 9 awards, indicating a highly focused award pattern rather than broad agency distribution. This level of concentration suggests the vehicle is being used primarily within a single agency channel.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10579'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10579'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 1,211,607,191.40 1.21 billion 9

Insight

Over the 5-year window, obligations for vehicle PIID 75D30121D10579 are concentrated entirely in NAICS 325412, Pharmaceutical Preparation Manufacturing. This NAICS accounts for $1.21 billion across 9 awards, indicating a narrow and highly concentrated obligation profile within the reported data. No other NAICS codes are reflected in this section, so the available distribution suggests full concentration in a single industry category.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10579'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 1,211,607,191.40 1.21 billion 9

Insight

Over the 5-year window, PSC 6505 (Drugs and Biologicals) accounts for all reported obligations for this vehicle, totaling $1.21 billion across 9 awards. This indicates complete concentration in a single PSC category, with no diversification across other product/service codes in the provided results. The distribution suggests the vehicle was used exclusively for drug and biological procurements during the period.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10579'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 1,100,145,386.98 1.10 billion 5
2022 111,461,804.42 111.46 million 2
2025 0.00 0.00 2

Insight

Obligations for PIID 75D30121D10579 are highly concentrated in 2021, when 5 awards accounted for $1.10 billion. Activity dropped sharply in 2022 to $111.46 million across 2 awards, indicating a substantial decline from the prior year. In 2025, 2 awards are recorded with no obligated dollars, suggesting limited current-year funding activity under this vehicle.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.