Federal Contractor

RESEARCH TRIANGLE INSTITUTE Federal Contract Obligations (Last Year)

RESEARCH TRIANGLE INSTITUTE (CAGE 3A730, UEI JJHCMK4NT5N3) received 290.04 million across 657 federal award actions in the last full year.

RESEARCH TRIANGLE INSTITUTE’s federal contracting profile in the last full year shows 290,036,125.52 in obligated dollars across 657 award actions, averaging 441,455.28 per action. Its activity was concentrated at HHS component agencies, led by the Substance Abuse and Mental Health Services Administration, the Centers for Disease Control and Prevention, the National Institutes of Health, and the Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are organized by obligated dollars, award actions, agency, and NAICS code.

CAGE Code
3A730
UEI
JJHCMK4NT5N3
Total Obligated
290.04 million
290,036,125.52
Award Actions
657
Average Action Value
441,455.28

About RESEARCH TRIANGLE INSTITUTE federal contract activity

RESEARCH TRIANGLE INSTITUTE (CAGE 3A730, UEI JJHCMK4NT5N3) recorded 657 FPDS-observed awards in the last full year, with total obligated funding of 290.04 million and an average award value of 441,455.28. The profile indicates a high-volume, mid-dollar contract and assistance footprint rather than reliance on a small number of exceptionally large awards.

Agency mix and customer concentration

Obligations were concentrated among health and human services agencies, led by the Substance Abuse and Mental Health Services Administration at 60.30 million across 19 awards. The Centers for Disease Control and Prevention, National Institutes of Health, and Centers for Medicare and Medicaid Services together accounted for another substantial share, indicating recurring demand from federal health and science programs, while the Agency for International Development also appears as a material customer.

Industry profile based on NAICS activity

The vendor’s award profile is anchored in professional, scientific, and technical services. The largest NAICS by dollars was 541990 at 113.16 million, followed by 541611 at 89.57 million and 541219 at 32.08 million; 541611 also drove the highest award volume with 311 actions, suggesting a large number of smaller consulting-type obligations alongside larger technical services work.

Annual contract trend over the analysis window

The annual trend shows 290.04 million obligated in 2025 across 657 awards, which serves as the full-year baseline for this analysis window. Because only one year is provided, the data support a point-in-time profile rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 3A730 and UEI JJHCMK4NT5N3 for the last full year. Obligated dollars, award counts, and averages are derived from the provided dataset; agency and NAICS rankings reflect total obligated amounts within the analysis window.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3A730'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 60,298,652.00 60.30 million 19
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 52,295,423.08 52.30 million 48
7529 NATIONAL INSTITUTES OF HEALTH 39,297,294.80 39.30 million 63
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 34,499,920.83 34.50 million 64
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 25,279,627.38 25.28 million 24
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 14,287,440.37 14.29 million 15
6800 ENVIRONMENTAL PROTECTION AGENCY 14,094,958.22 14.09 million 201
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 12,233,787.35 12.23 million 12
7524 FOOD AND DRUG ADMINISTRATION 9,808,373.99 9.81 million 76
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 8,925,300.95 8.93 million 13

Insight

Over the last full year, RESEARCH TRIANGLE INSTITUTE’s obligations were concentrated in HHS-related agencies, led by the Substance Abuse and Mental Health Services Administration at $60.30 million, followed by CDC, NIH, CMS, and FDA. The top 10 agencies account for a substantial share of the vendor’s $290.04 million total obligations, indicating a diversified but health-centric customer base. Award volume is not tightly aligned with dollars in every case—for example, EPA recorded 201 awards but only $14.09 million, while SAMHSA had 19 awards totaling $60.30 million—suggesting meaningful variation in award size across agencies.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3A730'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 113,161,294.43 113.16 million 52
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 89,565,325.30 89.57 million 311
541219 OTHER ACCOUNTING SERVICES 32,076,766.26 32.08 million 22
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 26,589,373.00 26.59 million 15
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 12,324,973.47 12.32 million 5
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 10,406,430.61 10.41 million 80
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 7,487,403.47 7.49 million 16
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 4,644,780.08 4.64 million 13
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 3,578,738.17 3.58 million 7
541330 ENGINEERING SERVICES 2,085,837.72 2.09 million 12

Insight

Over the last full year, RESEARCH TRIANGLE INSTITUTE (CAGE 3A730) received 290.04 million across 657 awards, with obligations concentrated in a small set of NAICS codes. NAICS 541990 led obligations at 113.16 million, followed by 541611 at 89.57 million; together they accounted for roughly 70% of total obligated dollars, indicating a strong concentration in professional, scientific, and consulting services. Award volume was more dispersed than dollars, with 541611 carrying the highest count at 311 awards and 541715 also showing frequent use at 80 awards despite a comparatively lower obligated value.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3A730'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 290,036,125.52 290.04 million 657

Insight

In the last full year, RESEARCH TRIANGLE INSTITUTE (CAGE 3A730) obligated $290.04 million across 657 awards, for an average award value of about $441.5 thousand. The annual profile reflects a substantial volume of relatively small-to-moderate awards rather than reliance on a single large obligation, indicating broad distribution of procurement activity. With only one year in scope, this view supports baseline assessment of current-year award concentration but does not evidence a multi-year trend.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.