Federal Contractor

SCIENTIFIC RESEARCH CORPORATION Federal Contract Obligations (Last Year)

SCIENTIFIC RESEARCH CORPORATION (CAGE 0D5A6, UEI FAK7LNGRNAN5) recorded 442 award actions and $413.55 million in obligations in the last full year.

In the last full year, Scientific Research Corporation received $413.55 million across 442 award actions, for an average action value of $935,642.28. Most of that activity came from the Department of the Navy, with engineering services accounting for the largest share of obligations.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window, and agency and NAICS totals are based on obligated amounts reported in FPDS-style award data.

CAGE Code
0D5A6
UEI
FAK7LNGRNAN5
Total Obligated
413.55 million
413,553,888.80
Award Actions
442
Average Action Value
935,642.28

About SCIENTIFIC RESEARCH CORPORATION federal contract activity

SCIENTIFIC RESEARCH CORPORATION recorded $413.55 million in obligated awards across 442 actions in the last full year, for an average award value of $935,642.28. The vendor’s procurement profile is concentrated in a relatively high volume of mid-sized awards rather than a small number of very large actions.

Agency mix and customer concentration

The DEPT OF THE NAVY dominated the vendor’s award base with $313.62 million across 325 awards, accounting for the clear majority of obligated value. The remaining obligation was distributed across the DEPT OF THE AIR FORCE, FEDERAL ACQUISITION SERVICE, DEPT OF THE ARMY, and U.S. CUSTOMS AND BORDER PROTECTION, indicating some diversification but strong Navy dependence.

Industry profile based on NAICS activity

NAICS 541330, Engineering Services, was the primary category at $334.50 million across 374 awards, which indicates that technical engineering work is the core of this vendor’s federal business. Smaller but still material activity appears in 541990, 541519, and 336411, showing a secondary mix of professional services, computer-related services, and aircraft manufacturing.

Annual contract trend over the analysis window

The annual trend shows $413.55 million obligated in 2025, matching the last full-year analysis window and providing a single-year snapshot rather than a multi-year growth series. With 442 awards in that year, the data supports a sustained and active federal contracting relationship, but no directional trend can be inferred from one period alone.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CAGE code 0D5A6 and UEI FAK7LNGRNAN5 over the last full year. Agency and NAICS groupings reflect obligated dollars and award counts in the provided dataset; figures are rounded as supplied and may not sum perfectly due to rounding.

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 = '0D5A6'
        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
1700 DEPT OF THE NAVY 313,618,544.24 313.62 million 325
5700 DEPT OF THE AIR FORCE 33,737,174.48 33.74 million 40
4732 FEDERAL ACQUISITION SERVICE 32,527,206.78 32.53 million 13
2100 DEPT OF THE ARMY 31,089,171.88 31.09 million 24
7014 U.S. CUSTOMS AND BORDER PROTECTION 2,258,164.57 2.26 million 4
97AS DEFENSE LOGISTICS AGENCY 473,370.75 473.37 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
6901 OFFICE OF THE SECRETARY 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,500.00 -2.50 thousand 2
1900 STATE, DEPARTMENT OF -147,743.90 -147.74 thousand 30

Insight

Over the last full year, SCIENTIFIC RESEARCH CORPORATION obligated $413.55 million across 442 awards, with spending heavily concentrated at the Department of the Navy, which accounts for $313.62 million and 325 awards. The Department of the Air Force, Federal Acquisition Service, and Department of the Army are the next largest agencies but are far smaller at $33.74 million, $32.53 million, and $31.09 million, respectively. Outside the top four, obligations drop sharply, with only modest activity at U.S. Customs and Border Protection and minimal or negative net obligations at several other agencies, indicating a narrow agency concentration profile.

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 = '0D5A6'
        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
541330 ENGINEERING SERVICES 334,499,762.98 334.50 million 374
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 33,471,238.23 33.47 million 24
541519 OTHER COMPUTER RELATED SERVICES 30,394,036.25 30.39 million 20
336411 AIRCRAFT MANUFACTURING 12,599,617.40 12.60 million 12
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,630,049.34 1.63 million 2
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 491,008.72 491.01 thousand 2
335311 POWER, DISTRIBUTION, AND SPECIALTY TRANSFORMER MANUFACTURING 473,370.75 473.37 thousand 2
334610 MANUFACTURING AND REPRODUCING MAGNETIC AND OPTICAL MEDIA 2,400.00 2.40 thousand 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 1
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 0.00 0.00 1

Insight

SCIENTIFIC RESEARCH CORPORATION’s obligated dollars in the last full year are highly concentrated in NAICS 541330, Engineering Services, which accounts for $334.50 million across 374 awards, or about 81% of the vendor’s $413.55 million total. The next two NAICS groups, 541990 and 541519, add another $63.86 million, bringing the top three categories to roughly 96% of obligated value, indicating a strong technical services profile with limited spread beyond a few primary lines of effort. Manufacturing codes appear in smaller volumes and lower dollar amounts, with no single manufacturing NAICS approaching the scale of the service categories.

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 = '0D5A6'
        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 413,553,888.80 413.55 million 442

Insight

In the last full year, SCIENTIFIC RESEARCH CORPORATION (CAGE 0D5A6) recorded $413.55 million in obligated awards across 442 actions. This yields an average award value of about $935.6K, indicating obligations were distributed across a moderately high number of awards rather than concentrated in a small set of very large actions. With only one year in the 1-year window, this view supports a level-of-activity snapshot rather than a multi-year trend assessment.

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.