Vehicle Number

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

Federal procurement summary for vehicle number 75D30122D13474 under agency 7523 over the last 10 years.

This page presents award activity for vehicle number 75D30122D13474 within agency 7523 during the last 10 years. The record shows 10 award actions with total obligated value of $864.28 million.

Generated at 03/20/2026

Analysis period: Last 10 years

Total obligated value is $864,284,680.84 across 10 award actions, for an average action value of $86,428,468.08.

Agency ID
7523
PIID
75D30122D13474
Type
Vehicle
Total Obligated
864.28 million
864,284,680.84
Actions
10
Average Action Value
86,428,468.08

Overview

Vehicle number 75D30122D13474 is associated with 10 award actions in the last 10 years under agency 7523. Total obligated spending is $864,284,680.84, which averages $86,428,468.08 per action. This page is intended as a procurement reference for reviewing award activity tied to the vehicle record.

How to use this page

Use this page to review the overall obligated value, action count, and average action value for vehicle number 75D30122D13474. The figures provide a compact summary for comparing this vehicle record with other procurement entries in agency 7523.

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 = '75D30122D13474'
    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 864,284,680.84 864.28 million 10

Insight

Over the 10-year window, obligations for PIID 75D30122D13474 are fully concentrated within a single agency: the Centers for Disease Control and Prevention. CDC accounts for $864.28 million across 10 awards, indicating that this vehicle’s activity is entirely associated with one agency and is not distributed 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 = '75D30122D13474'
        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 = '75D30122D13474'
    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
325411 MEDICINAL AND BOTANICAL MANUFACTURING 864,284,680.84 864.28 million 10

Insight

Obligations for this vehicle are fully concentrated in NAICS 325411, Medicinal and Botanical Manufacturing, with $864.28 million across 10 awards over the 10-year window. This indicates a highly focused contract mix with no visible NAICS diversification in the provided data. The award count suggests repeated use of the vehicle within the same industrial sector rather than broad distribution across multiple NAICS codes.

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 = '75D30122D13474'
    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 864,284,680.84 864.28 million 10

Insight

Over the 10-year window, obligations under PIID 75D30122D13474 are fully concentrated in PSC 6505, Drugs and Biologicals. This PSC accounts for $864.28 million across 10 awards, indicating a narrow spend profile centered on a single product category. The concentration suggests limited PSC diversification within this vehicle.

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 = '75D30122D13474'
    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
2022 805,305,090.16 805.31 million 5
2023 58,979,590.68 58.98 million 3
2024 0.00 0.00 1
2025 0.00 0.00 1

Insight

Obligations for PIID 75D30122D13474 are highly concentrated in 2022, which accounts for $805.31 million across 5 awards and materially exceeds all other years in the 10-year window. Activity drops sharply in 2023 to $58.98 million across 3 awards, indicating a steep decline from the prior year. The 2024 and 2025 entries each show one award with no obligated dollars, suggesting limited or non-obligating activity in the most recent years.

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.