Vehicle Number

Vehicle Number 7529 / 75N97020D00008 Federal Contract Action Summary (Last 10 Years)

Analyst summary for vehicle number 75N97020D00008 under agency 7529, covering obligations over the last 10 years.

This page summarizes procurement activity for vehicle number 75N97020D00008 for agency ID 7529 across the last 10 years. The record shows 19 award actions and total obligations of $48.47 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided exact obligation amount of $48,465,049.77 and an average action value of $2,550,792.09.

Agency ID
7529
PIID
75N97020D00008
Type
Vehicle
Total Obligated
48.47 million
48,465,049.77
Actions
19
Average Action Value
2,550,792.09

Overview

The procurement record for vehicle number 75N97020D00008 shows 19 award actions in the last 10 years. Total obligated funding is $48,465,049.77, with an average action value of $2,550,792.09. This page is intended to support review of spending magnitude and activity count for agency ID 7529.

How to use this page

Use this page to review the scale of obligations associated with vehicle number 75N97020D00008. The summary can help compare this vehicle record with other FPDS results by action count, total obligated dollars, and average action value.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = '75N97020D00008'
    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
7529 NATIONAL INSTITUTES OF HEALTH 48,465,049.77 48.47 million 19

Insight

Within the 10-year window for vehicle 75N97020D00008, obligations are fully concentrated at the NATIONAL INSTITUTES OF HEALTH. The agency recorded 19 awards totaling $48.47 million, indicating a single-agency award profile with no visible distribution across other agencies in the provided data. This concentration suggests the vehicle has been used exclusively or overwhelmingly by NIH over the period reviewed.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = '75N97020D00008'
        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 = '7529' AND content__IDV__contractID__IDVID__PIID = '75N97020D00008'
    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
519120 LIBRARIES AND ARCHIVES 48,465,049.77 48.47 million 19

Insight

Obligations for vehicle PIID 75N97020D00008 are fully concentrated in NAICS 519120, Libraries and Archives, with $48.47 million across 19 awards over the 10-year window. This indicates a single-sector award profile with no diversification across other NAICS codes in the provided data. The award count suggests repeated obligating activity within the same industry segment rather than broad distribution across 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 = '7529' AND content__IDV__contractID__IDVID__PIID = '75N97020D00008'
    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
7630 NEWSPAPERS AND PERIODICALS 48,465,049.77 48.47 million 19

Insight

Obligations under PIID 75N97020D00008 are concentrated entirely in PSC 7630, Newspapers and Periodicals, with $48.47 million obligated across 19 awards over the 10-year window. This indicates a narrow PSC distribution and a clear reliance on this single category for the vehicle. The concentration suggests limited diversification in obligated spend within this contract 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 = '7529' AND content__IDV__contractID__IDVID__PIID = '75N97020D00008'
    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
2020 7,946,754.43 7.95 million 2
2021 10,273,557.91 10.27 million 4
2022 9,047,477.99 9.05 million 4
2023 10,752,608.83 10.75 million 4
2024 10,374,200.61 10.37 million 3
2025 70,450.00 70.45 thousand 2

Insight

Obligations under PIID 75N97020D00008 were concentrated in 2021 through 2024, when annual funding ranged from $9.05 million to $10.75 million across 3 to 4 awards per year. The highest obligated amount occurred in 2023 at $10.75 million, following a dip in 2022 and a return to similar levels in 2024 at $10.37 million. In 2025, obligations dropped sharply to $70.45 thousand across 2 awards, indicating a significant reduction in annual funding activity relative to prior 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.