Federal Contractor

TISTA SCIENCE AND TECHNOLOGY CORPORATION Federal Contract Obligations (Last 5 Years)

TISTA SCIENCE AND TECHNOLOGY CORPORATION is a federal contractor with 333 award actions and 1.18 billion in obligated obligations over the last 5 years.

TISTA SCIENCE AND TECHNOLOGY CORPORATION, CAGE 4A0N5 and UEI L73LKJ1JCVM7, has received 333 federal award actions totaling 1,184,275,441.53 over the last 5 years. The portfolio is concentrated in computer systems design services and is led by obligations from the Department of Veterans Affairs and the Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures reflect the last 5 years of readable FPDS obligations and may vary from agency-level reporting due to timing and record updates.

CAGE Code
4A0N5
UEI
L73LKJ1JCVM7
Total Obligated
1.18 billion
1,184,275,441.53
Award Actions
333
Average Action Value
3,556,382.70

About TISTA SCIENCE AND TECHNOLOGY CORPORATION federal contract activity

TISTA SCIENCE AND TECHNOLOGY CORPORATION, CAGE 4A0N5, UEI L73LKJ1JCVM7, recorded $1.18 billion in obligated awards across 333 FPDS actions in the last 5 years, with an average award value of $3.56 million. The profile is heavily concentrated in federal IT and systems work, indicating sustained relevance in large civilian program support and technology modernization efforts.

Agency mix and customer concentration

Award activity is led by the Department of Veterans Affairs at $690.20 million across 74 awards, followed by the Centers for Medicare and Medicaid Services at $353.52 million across 74 awards. The remaining top agencies are materially smaller by obligation, including USDA Departmental Administration, the Internal Revenue Service, and the National Institutes of Health, which together indicate a multi-agency federal footprint anchored in health, administrative, and data-intensive missions.

Industry profile based on NAICS activity

The NAICS profile is dominated by 541512 Computer Systems Design Services, which accounts for $1.15 billion and 275 awards, making it the clear core of the vendor’s federal work. Secondary activity is spread across custom programming, other computer-related services, management consulting, and computer facilities management, showing a narrow but related set of technical and advisory capabilities.

Annual contract trend over the analysis window

Obligations peaked in 2022 at $290.23 million and remained elevated in 2023 at $261.08 million before easing to $210.48 million in 2024 and $135.51 million in 2025. Award counts moved in the same general direction, from 93 in 2021 to 33 in 2025, suggesting a tapering in recent volume after a stronger mid-period run.

How to interpret this page

This summary is based on FPDS award data for the last 5 years and reflects obligated dollars and award counts tied to the vendor’s CAGE and UEI. Agency, NAICS, and annual breakdowns are ranked by total obligated value and should be interpreted as a snapshot of reported federal procurement activity, not a full measure of commercial revenue or contract performance.

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 = '4A0N5'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
3600 VETERANS AFFAIRS, DEPARTMENT OF 690,199,394.47 690.20 million 74
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 353,524,929.61 353.52 million 74
1205 USDA, DEPARTMENTAL ADMINISTRATION 40,330,231.34 40.33 million 9
2050 INTERNAL REVENUE SERVICE 36,780,144.95 36.78 million 50
7529 NATIONAL INSTITUTES OF HEALTH 33,348,394.01 33.35 million 37
9100 EDUCATION, DEPARTMENT OF 14,441,564.92 14.44 million 26
12G2 FOOD SAFETY AND INSPECTION SERVICE 5,162,633.05 5.16 million 6
97AS DEFENSE LOGISTICS AGENCY 4,914,012.51 4.91 million 23
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 4,431,808.72 4.43 million 13
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 1,056,430.60 1.06 million 7

Insight

Over the last 5 years, TISTA Science and Technology Corporation’s obligations are highly concentrated in two agencies: the Department of Veterans Affairs and the Centers for Medicare and Medicaid Services, which together account for about 88% of the vendor’s $1.18 billion in total obligations. VA is the largest customer at $690.20 million across 74 awards, followed closely by CMS at $353.52 million across 74 awards, indicating sustained activity with both agencies. All other listed agencies are materially smaller by comparison, with no other agency exceeding $40.33 million in obligations.

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 = '4A0N5'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,153,181,704.42 1.15 billion 275
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 18,473,313.20 18.47 million 5
541519 OTHER COMPUTER RELATED SERVICES 4,842,621.41 4.84 million 29
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 4,178,440.85 4.18 million 12
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 3,600,075.94 3.60 million 8
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 0.00 0.00 1
541330 ENGINEERING SERVICES -714.29 -714.29 3

Insight

Over the last 5 years, TISTA Science and Technology Corporation’s obligations are heavily concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $1.15 billion of $1.18 billion total obligated across 275 of 333 awards. The remaining obligations are distributed across a much smaller set of related IT and professional services codes, led by 541511 at $18.47 million and 541519 at $4.84 million. Other NAICS categories each represent relatively minor share, including 541611 and 541513, while 541990 shows no obligated amount and 541330 is negative, indicating a small adjustment rather than positive award volume.

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 = '4A0N5'
        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 DESC
Year Total Obligated Readable Award Actions
2025 135,513,198.59 135.51 million 33
2024 210,483,745.35 210.48 million 59
2023 261,078,581.70 261.08 million 66
2022 290,229,425.48 290.23 million 82
2021 286,970,490.41 286.97 million 93

Insight

Over the last 5 years, TISTA Science and Technology Corporation recorded $1.18 billion in obligated awards across 333 awards, with an average award value of $3.56 million. Obligations were concentrated in 2021-2023, peaking in 2022 at $290.23 million, then declining in 2023 to $261.08 million, 2024 to $210.48 million, and 2025 to $135.51 million. Award volume followed the same pattern, falling from 93 awards in 2021 to 33 in 2025, indicating a narrowing in both spend and transaction count in the most recent years.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.