Vehicle Number

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

Procurement summary for vehicle number 75D30124D18658 under agency 7523 over the last 10 years.

This page summarizes federal award activity for vehicle number 75D30124D18658 for agency 7523 across the last 10 years. The record shows 8 award actions with total obligated amount of 1.00 billion dollars, or 1,002,127,309.44 exact.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligation values are shown in both readable and exact forms; average action value is 125,265,913.68 across 8 actions.

Agency ID
7523
PIID
75D30124D18658
Type
Vehicle
Total Obligated
1.00 billion
1,002,127,309.44
Actions
8
Average Action Value
125,265,913.68

Overview

The available record for vehicle number 75D30124D18658 covers 8 award actions during the last 10 years. Total obligated funding is 1,002,127,309.44, reported as 1.00 billion in readable form, with an average action value of 125,265,913.68. This summary is limited to the provided procurement identifiers and obligation totals. It is intended to support quick review of award volume and funding level for agency 7523.

How to use this page

Use this page to review the overall procurement footprint associated with vehicle number 75D30124D18658. The action count and obligation totals provide a compact view of activity over the analysis window. For deeper review, compare the exact obligation amount with the average action value and confirm the underlying award actions in the source record.

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 = '75D30124D18658'
    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 1,002,127,309.44 1.00 billion 8

Insight

Over the 10-year window, obligations for vehicle PIID 75D30124D18658 are fully concentrated within a single top agency: the Centers for Disease Control and Prevention. CDC accounts for $1.00 billion in obligations across 8 awards, indicating that activity under this vehicle is narrowly distributed and agency-specific. This level of concentration suggests the vehicle’s historical use has been limited to one buying organization rather than spread across multiple agencies.

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 = '75D30124D18658'
        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 = '75D30124D18658'
    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 1,002,127,309.44 1.00 billion 8

Insight

Obligations under this vehicle are fully concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing, with $1.00 billion obligated across 8 awards over the 10-year window. This indicates a highly focused industrial base and limited NAICS diversification within the vehicle. The distribution suggests the instrument has been used primarily for pharmaceutical manufacturing requirements rather than a broad mix of health-related sectors.

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 = '75D30124D18658'
    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 1,002,127,309.44 1.00 billion 8

Insight

Obligations are fully concentrated in PSC 6505, Drugs and Biologicals, with $1.00 billion obligated across 8 awards over the 10-year window. This indicates a highly concentrated spend profile for this vehicle, with no evidence of diversification across other PSCs in the provided data. The average obligation per award is substantial, suggesting large-value procurements within the drugs and biologicals category.

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 = '75D30124D18658'
    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 1,277,794,493.60 1.28 billion 5
2025 -275,667,184.16 -275.67 million 3

Insight

Obligations are highly concentrated in 2024, with 1.28 billion across 5 awards, followed by a materially lower and negative net obligation position in 2025 of -275.67 million across 3 awards. The year-over-year shift indicates a sharp contraction in net funded activity for this vehicle within the 10-year window provided. Award counts are low in both years, suggesting the obligation pattern is driven by a small number of actions rather than broad distribution.

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.