Vehicle Number

Vehicle Number 7523 / 75D30125D20402 Federal Contract Action Summary (Last 10 Years)

Federal procurement analysis page for vehicle number 75D30125D20402 under agency ID 7523, covering the last 10 years of award activity.

This page summarizes procurement activity for vehicle number 75D30125D20402 over the last 10 years. The record shows 4 award actions with total obligated funding of 94.84 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Monetary totals are based on the provided exact obligation amount of 94838436.96 and a calculated average action value of 23709609.24.

Agency ID
7523
PIID
75D30125D20402
Type
Vehicle
Total Obligated
94.84 million
94,838,436.96
Actions
4
Average Action Value
23,709,609.24

Overview

Across the last 10 years, vehicle number 75D30125D20402 is associated with 4 award actions totaling 94.84 million in obligated funding. The exact obligated amount is 94,838,436.96, and the average action value is 23,709,609.24. This page presents the available FPDS-based summary for agency ID 7523 without adding unsupported detail.

How to use this page

Use this page to review the scale and concentration of obligations linked to vehicle number 75D30125D20402. The action count and average action value provide a compact view of award activity for the analysis window. No contract performance, vendor, or scope details are inferred beyond the supplied identifiers and totals.

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 = '75D30125D20402'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 94,838,436.96 94.84 million 4

Insight

For PIID 75D30125D20402 over the 10-year window, obligations are fully concentrated within a single top agency: the Centers for Disease Control and Prevention. CDC accounts for $94.84 million across 4 awards, indicating a narrow distribution of obligations rather than broad agency spread. This pattern suggests the vehicle has been used primarily to support CDC requirements.

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 = '75D30125D20402'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 = '75D30125D20402'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 94,838,436.96 94.84 million 4

Insight

Over the 10-year window, obligations for vehicle 75D30125D20402 are concentrated entirely in NAICS 325412, Pharmaceutical Preparation Manufacturing. This single NAICS accounts for $94.84 million across 4 awards, indicating a narrow procurement distribution within the observed period. The pattern suggests sustained use of this vehicle for pharmaceutical preparation requirements rather than a diversified NAICS mix.

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 = '75D30125D20402'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 94,838,436.96 94.84 million 4

Insight

Obligations for PIID 75D30125D20402 are fully concentrated in PSC 6505, Drugs and Biologicals, with $94.84 million across 4 awards over the 10-year window. This indicates a narrow procurement profile centered on medical product purchases rather than a diversified mix of supplies or services. The low award count relative to total dollars suggests each action was high value and materially drove the vehicle’s obligated spend.

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 = '75D30125D20402'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2024 3,043.20 3.04 thousand 1
2025 94,835,393.76 94.84 million 3

Insight

Obligations for PIID 75D30125D20402 are highly concentrated in 2025, accounting for 94.84 million across 3 awards, versus 3.04 thousand in 2024 across 1 award. This indicates a sharp year-over-year increase in both award volume and obligated dollars within the 10-year window provided. The activity is not evenly distributed across years and is dominated by the 2025 obligations.

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.