Award Number

Award Number 7529 / 75N91020F00003 Federal Contract Action Summary (Last 5 Years)

Procurement analysis for award number 75N91020F00003 under agency ID 7529, covering the last 5 years of obligation and action activity.

This award record shows 68 actions over the last 5 years, with total obligated value of 1.48 billion dollars. The average action value is 21,732,604.58 dollars.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated equals 1,477,817,111.5 dollars and values are shown for the last 5 years.

Agency ID
7529
PIID
75N91020F00003
Type
Award
Total Obligated
1.48 billion
1,477,817,111.50
Actions
68
Average Action Value
21,732,604.58

Overview

Award number 75N91020F00003 is associated with agency ID 7529 and shows 68 recorded actions in the last 5 years. Total obligated value is 1,477,817,111.5 dollars, with an average action value of 21,732,604.58 dollars.

How to use this page

Use this page to review obligation volume and action frequency for award 75N91020F00003 within the selected analysis window. The figures support basic procurement review, trend comparison, and follow-up on this award's recorded activity.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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 1,477,817,111.50 1.48 billion 68

Insight

Over the 5-year window, obligations for PIID 75N91020F00003 are fully concentrated within the National Institutes of Health, which accounts for $1.48 billion across 68 awards. This indicates a highly concentrated award profile with no visible distribution across other agencies in the provided data. The volume of awards alongside the obligational total suggests repeated activity within a single agency relationship.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
LEIDOS BIOMEDICAL RESEARCH, INC. 3LYK6 1,476,011,136.14 1.48 billion 41
COUNTERTRADE PRODUCTS, INC. 0J699 1,703,893.04 1.70 million 7
TAI PEDRO AND ASSOCIATES PC 1F0E5 119,013.24 119.01 thousand 2
22ND CENTURY TECHNOLOGIES INC. 3DYY9 72,571.00 72.57 thousand 2
PROFESSIONAL AND SCIENTIFIC ASSOCIATES, INC. 1LLT3 0.00 0.00 1
SRI INTERNATIONAL 03652 -139.63 -139.63 1
ROCHE DIAGNOSTICS CORPORATION 51169 -191.92 -191.92 1
NORTH BETHESDA HOTEL, L.L.C. 35YM8 -2,492.76 -2.49 thousand 1
TMG II BETHESDA HOTEL OPERATING COMPANY L.L.C. 7HGN8 -3,801.46 -3.80 thousand 1
UNIVERSITY OF OKLAHOMA 4B862 -4,250.20 -4.25 thousand 5

Insight

Obligations under PIID 75N91020F00003 are highly concentrated in LEIDOS BIOMEDICAL RESEARCH, INC. (CAGE 3LYK6), which accounts for $1.48 billion across 41 awards, far exceeding all other vendors listed. The remaining vendors are distributed across much smaller obligations, with COUNTERTRADE PRODUCTS, INC. next at $1.70 million across 7 awards and all others at $119.01 thousand or less, including several near-zero or negative net obligations. This pattern indicates a dominant incumbent with a long-running, high-dollar award relationship and limited spending spread among secondary vendors over the 5-year window.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,476,011,136.14 1.48 billion 41
541519 OTHER COMPUTER RELATED SERVICES 1,703,893.04 1.70 million 7
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 119,013.24 119.01 thousand 2
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 72,571.00 72.57 thousand 2
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 0.00 0.00 1
561920 CONVENTION AND TRADE SHOW ORGANIZERS 0.00 0.00 1
325412 PHARMACEUTICAL PREPARATION MANUFACTURING -139.63 -139.63 1
325413 IN-VITRO DIAGNOSTIC SUBSTANCE MANUFACTURING -191.92 -191.92 1
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) -4,250.20 -4.25 thousand 5
561510 TRAVEL AGENCIES -4,648.24 -4.65 thousand 1

Insight

Obligations under PIID 75N91020F00003 over the past 5 years are highly concentrated in NAICS 541715, which accounts for 41 awards and about $1.48 billion, overwhelmingly dominating the profile. The remaining obligated amounts are minimal by comparison, led by NAICS 541519 at $1.70 million, with all other positive categories below $120 thousand. Several NAICS categories have zero or negative net obligated amounts, indicating limited activity and some downward adjustments rather than broad-based spending across sectors.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M1HA OPERATION OF GOVERNMENT-OWNED CONTRACTOR-OPERATED (GOCO) R&D FACILITIES 1,476,011,136.14 1.48 billion 41
D319 IT AND TELECOM- ANNUAL SOFTWARE MAINTENANCE SERVICE PLANS 1,703,893.04 1.70 million 7
R499 SUPPORT- PROFESSIONAL: OTHER 119,013.24 119.01 thousand 2
D308 IT AND TELECOM- PROGRAMMING 54,034.63 54.03 thousand 4
R708 SUPPORT- MANAGEMENT: PUBLIC RELATIONS 0.00 0.00 1
B504 SPECIAL STUDIES/ANALYSIS- CHEMICAL/BIOLOGICAL -139.63 -139.63 1
6640 LABORATORY EQUIPMENT AND SUPPLIES -191.92 -191.92 1
AN12 HEALTH R&D SERVICES; HEALTH CARE SERVICES; APPLIED RESEARCH -4,250.20 -4.25 thousand 5
V302 TRANSPORTATION/TRAVEL/RELOCATION- RELOCATION: TRAVEL AGENT -4,648.24 -4.65 thousand 1
X1AB LEASE/RENTAL OF CONFERENCE SPACE AND FACILITIES -12,550.60 -12.55 thousand 3

Insight

Obligations are highly concentrated in PSC M1HA, which accounts for $1.48 billion across 41 awards and dominates the profile for PIID 75N91020F00003 over the 5-year window. The next largest PSC, D319, is much smaller at $1.70 million across 7 awards, while all remaining PSCs are individually below $120 thousand. Several minor PSCs carry small negative obligations, indicating limited deobligation activity rather than material secondary spending.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 453,236,880.99 453.24 million 18
2022 413,845,610.58 413.85 million 12
2023 453,517,213.42 453.52 million 15
2024 157,261,244.64 157.26 million 18
2025 -43,838.13 -43.84 thousand 5

Insight

Obligations for PIID 75N91020F00003 were concentrated in 2021 through 2023, each year ranging from about $413.85 million to $453.52 million, with award counts between 12 and 18. Funding then dropped sharply in 2024 to $157.26 million, despite the highest award count in the period at 18. In 2025, obligations were effectively flat to slightly negative at -$43.84 thousand across 5 awards, indicating minimal current-year 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.