Vehicle Number

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

Federal procurement summary for vehicle number under Agency ID 7523, covering the last 5 years of action history for PIID 75D30122D12999.

This page presents the procurement record associated with vehicle number for Agency ID 7523. Across the last 5 years, the record shows 5 award actions totaling $80.28 million in obligated funds.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are based on the provided exact obligation amount of 80,283,217.5 and an average action value of 16,056,643.5.

Agency ID
7523
PIID
75D30122D12999
Type
Vehicle
Total Obligated
80.28 million
80,283,217.50
Actions
5
Average Action Value
16,056,643.50

Overview

The procurement record for PIID 75D30122D12999 shows 5 award actions in the last 5 years. Total obligated value is $80,283,217.5, with an average action value of $16,056,643.5. This page is limited to the provided award-level summary and does not add unreported contract details.

How to use this page

Use this page to review the obligation profile tied to vehicle number for Agency ID 7523. The figures are useful for identifying the scale of spending and the concentration of value across the 5 recorded actions.

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 = '75D30122D12999'
    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 80,283,217.50 80.28 million 5

Insight

Within the 5-year window, all reported obligation activity for PIID 75D30122D12999 is concentrated in a single agency: the Centers for Disease Control and Prevention. The vehicle reflects 5 awards totaling $80.28 million, indicating a fully concentrated distribution with no reported obligations outside agency 7523 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__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 = '75D30122D12999'
        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 = '75D30122D12999'
    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
325414 BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING 80,283,217.50 80.28 million 5

Insight

Over the 5-year window, obligations for vehicle 75D30122D12999 are fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing. This single NAICS accounts for $80.28 million across 5 awards, indicating a narrow and stable procurement pattern rather than a diversified mix of industry sectors. The distribution suggests the vehicle has been used exclusively, or nearly so, for biological product manufacturing requirements in the observed period.

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 = '75D30122D12999'
    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 80,283,217.50 80.28 million 5

Insight

Over the 5-year window, obligations under vehicle PIID 75D30122D12999 are fully concentrated in PSC 6505, Drugs and Biologicals. The reported total of $80.28 million across 5 awards indicates a narrow product mix and limited distribution across PSCs. This concentration suggests the vehicle has been used consistently for pharmaceutical and biologics procurement rather than a diversified set of supply categories.

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 = '75D30122D12999'
    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 4,275.00 4.28 thousand 1
2022 80,278,942.50 80.28 million 3
2024 0.00 0.00 1

Insight

Obligations under PIID 75D30122D12999 are highly concentrated in 2022, when 80.28 million was obligated across 3 awards, compared with 4.28 thousand in 2021 and no recorded obligation in 2024. The 5-year window shows a sharp one-year spike followed by a return to negligible or zero obligations in the remaining reported years. Award activity is also limited, with only 5 awards total across the three reported years, indicating episodic rather than steady annual funding.

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.