Award Number

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

Analyst summary of award number 75N91020F00003 for agency 7529 over the last 10 years, showing 106 actions and $1.78 billion in obligations.

This page summarizes federal procurement activity for award number 75N91020F00003 within agency 7529 across the last 10 years. The record shows 106 award actions and total obligated dollars of $1,781,803,656.12, with an average action value of $16,809,468.45.

Generated at 03/20/2026

Analysis period: Last 10 years

Dollar values are presented as reported for the selected analysis window and may reflect action-level updates over time.

Agency ID
7529
PIID
75N91020F00003
Type
Award
Total Obligated
1.78 billion
1,781,803,656.12
Actions
106
Average Action Value
16,809,468.45

Overview

Award number 75N91020F00003 is associated with agency 7529 and reflects 106 recorded actions in the selected 10-year window. Total obligated dollars equal $1,781,803,656.12, which indicates a substantial level of procurement activity across the period. The average action value is $16,809,468.45, providing a simple measure of scale across the action history.

How to use this page

Use this page to review the action count, total obligations, and average action value tied to award number 75N91020F00003. It is suitable for quick identification of procurement volume and obligation trends within agency 7529 over the last 10 years.

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 10 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,781,803,656.12 1.78 billion 106

Insight

Within the 10-year window, obligations for award PIID 75N91020F00003 are fully concentrated in the National Institutes of Health, which accounts for $1.78 billion across 106 awards. This indicates a highly concentrated spending profile with no evidence of distribution across other agencies in the provided data. The award history therefore reflects sustained NIH funding activity rather than a broad interagency obligation pattern.

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 10 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,775,391,302.47 1.78 billion 45
COUNTERTRADE PRODUCTS, INC. 0J699 2,156,030.70 2.16 million 8
PANAMERICA COMPUTERS, INC. 01AQ1 787,825.05 787.83 thousand 1
UNIVERSITY OF OKLAHOMA 4B862 780,910.07 780.91 thousand 6
IRISYS LLC 7B0Z1 512,500.00 512.50 thousand 2
DYNAMIC SYSTEMS, INC. 0Z428 301,500.99 301.50 thousand 1
INFORMATION MANAGEMENT SERVICES, INC. 3E4H0 283,183.63 283.18 thousand 4
ASTRIX SOFTWARE TECHNOLOGY, INC 1YKZ2 249,473.84 249.47 thousand 1
TAI PEDRO AND ASSOCIATES PC 1F0E5 236,862.84 236.86 thousand 3
22ND CENTURY TECHNOLOGIES INC. 3DYY9 217,713.00 217.71 thousand 3

Insight

Obligations for PIID 75N91020F00003 are highly concentrated: LEIDOS BIOMEDICAL RESEARCH, INC. accounts for $1.78 billion across 45 awards, far exceeding all other vendors in the 10-year window. The remaining vendors are a long tail, each receiving less than $2.2 million, with the next largest obligation to COUNTERTRADE PRODUCTS, INC. at $2.16 million over 8 awards. Award counts are also dispersed, with most vendors appearing only once or a few times, indicating limited secondary vendor concentration relative to the dominant incumbent.

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 10 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,775,391,302.47 1.78 billion 45
541519 OTHER COMPUTER RELATED SERVICES 2,758,093.81 2.76 million 18
443120 COMPUTER AND SOFTWARE STORES 787,825.05 787.83 thousand 1
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 780,910.07 780.91 thousand 6
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 550,208.37 550.21 thousand 4
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 503,368.84 503.37 thousand 5
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 301,720.00 301.72 thousand 3
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 217,713.00 217.71 thousand 3
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 200,288.88 200.29 thousand 3
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 158,499.10 158.50 thousand 2

Insight

Obligations for award 75N91020F00003 are highly concentrated in NAICS 541715, which accounts for 1.78 billion across 45 awards and overwhelmingly exceeds all other reported sectors. The remaining obligations are distributed across a much smaller base, led by NAICS 541519 at 2.76 million across 18 awards, with all other NAICS codes each below 1 million. Overall, the profile indicates a dominant research and development focus, with limited secondary spending in IT, biotechnology, consulting, and related support activities.

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 10 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,775,391,302.47 1.78 billion 45
D319 IT AND TELECOM- ANNUAL SOFTWARE MAINTENANCE SERVICE PLANS 2,156,030.70 2.16 million 8
7025 INFORMATION TECHNOLOGY INPUT/OUTPUT AND STORAGE DEVICES 787,825.05 787.83 thousand 1
AN12 R&D- MEDICAL: BIOMEDICAL (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 785,160.27 785.16 thousand 1
B504 SPECIAL STUDIES/ANALYSIS- CHEMICAL/BIOLOGICAL 550,208.37 550.21 thousand 4
D308 IT AND TELECOM- PROGRAMMING 500,896.63 500.90 thousand 7
D320 IT AND TELECOM- ANNUAL HARDWARE MAINTENANCE SERVICE PLANS 301,500.99 301.50 thousand 1
7050 INFORMATION TECHNOLOGY COMPONENTS 283,012.12 283.01 thousand 7
R499 SUPPORT- PROFESSIONAL: OTHER 254,412.84 254.41 thousand 5
R431 SUPPORT- PROFESSIONAL: HUMAN RESOURCES 200,288.88 200.29 thousand 3

Insight

Obligations are highly concentrated in PSC M1HA, which accounts for $1.78 billion across 45 awards and far exceeds all other codes. The remaining obligations are distributed across a small set of IT, R&D, and support PSCs, with the next largest being D319 at $2.16 million across 8 awards, followed by several categories each below $1 million. This pattern indicates a dominant GOCO R&D facility funding stream with comparatively limited secondary spending in software maintenance, hardware, biomedical R&D, and professional support services.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2019 446,138.30 446.14 thousand 8
2020 303,540,406.32 303.54 million 30
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 minimal in 2019, then increased sharply in 2020 and remained elevated through 2023, ranging from $303.54 million to $453.52 million annually. Activity was most concentrated in 2021 and 2023 by dollars, while award counts were highest in 2020 and 2019, indicating that higher obligation levels did not always align with more awards. In 2024, obligated amounts declined to $157.26 million despite 18 awards, and 2025 shows a small net deobligation of $43.84 thousand across 5 awards.

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.