Federal Contractor

AMERICAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

AMERICAN SYSTEMS CORPORATION (CAGE 61443, UEI CFWRL5LXXX93) received 325 federal award actions totaling $231.35 million in the last full year.

In the last full year, AMERICAN SYSTEMS CORPORATION recorded 325 award actions with total obligations of $231,349,647.18, or about $231.35 million, for an average action value of $711,845.06. Most of the obligated value came from the Department of the Navy and Washington Headquarters Services, with additional activity at the Defense Health Agency, Department of the Air Force, and U.S. Customs and Border Protection.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated dollars in the selected analysis window and are based on the provided FPDS summary rows.

CAGE Code
61443
UEI
CFWRL5LXXX93
Total Obligated
231.35 million
231,349,647.18
Award Actions
325
Average Action Value
711,845.06

About AMERICAN SYSTEMS CORPORATION federal contract activity

AMERICAN SYSTEMS CORPORATION (CAGE 61443, UEI CFWRL5LXXX93) recorded 325 FPDS-observed awards totaling $231.35 million in the last full year, for an average award value of $711,845.06. The profile indicates a high-volume federal contracting footprint with obligations concentrated in defense and security-related work.

Agency mix and customer concentration

The Department of the Navy was the largest customer at $92.20 million across 172 awards, followed closely by Washington Headquarters Services at $85.35 million across 35 awards. The remaining top obligations were spread across the Defense Health Agency, Department of the Air Force, and U.S. Customs and Border Protection, indicating a mix of military, health, and homeland security demand.

Industry profile based on NAICS activity

The vendor’s award base was led by NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, at $90.31 million across 68 awards. NAICS 541330, Engineering Services, accounted for the most awards at 172 and $75.03 million, while the balance was concentrated in computer and systems support categories including 541513, 541519, and 541512.

Annual contract trend over the analysis window

Only one annual data point is present for the analysis window: 2025, with $231.35 million obligated across 325 awards. With no prior-year values in the supplied dataset, no growth or decline trend can be calculated from this extract.

How to interpret this page

This summary is based solely on the FPDS records provided for the last full year and reflects obligated amounts, award counts, and coded agency/NAICS classifications in the dataset. Values are reported as supplied, and no outside sources or inferred adjustments were used.

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 = '61443'
        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 92,195,076.31 92.20 million 172
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 85,347,929.54 85.35 million 35
97DH DEFENSE HEALTH AGENCY (DHA) 22,616,722.54 22.62 million 21
5700 DEPT OF THE AIR FORCE 18,137,081.20 18.14 million 54
7014 U.S. CUSTOMS AND BORDER PROTECTION 15,750,867.44 15.75 million 13
4732 FEDERAL ACQUISITION SERVICE 773,916.06 773.92 thousand 11
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 0.00 0.00 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -185.76 -185.76 10
2100 DEPT OF THE ARMY -77,384.01 -77.38 thousand 1

Insight

AMERICAN SYSTEMS CORPORATION’s last full year obligations were concentrated in the Department of the Navy and Washington Headquarters Services, which together accounted for about 77% of total obligations ($177.54 million of $231.35 million) across 207 awards. The next three agencies—Defense Health Agency, Department of the Air Force, and U.S. Customs and Border Protection—added another $56.50 million, indicating a broader but still defense-heavy distribution. Lower-value obligations to Federal Acquisition Service and several agencies were immaterial, and the presence of small negative obligations at NASA and the Department of the Army suggests minor deobligations rather than meaningful award activity.

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 = '61443'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 90,305,804.52 90.31 million 68
541330 ENGINEERING SERVICES 75,029,911.71 75.03 million 172
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 22,047,278.57 22.05 million 16
541519 OTHER COMPUTER RELATED SERVICES 15,094,927.51 15.09 million 15
541512 COMPUTER SYSTEMS DESIGN SERVICES 14,742,974.80 14.74 million 16
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 10,206,949.13 10.21 million 11
332510 HARDWARE MANUFACTURING 3,583,812.37 3.58 million 13
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,400,887.00 1.40 million 1
336411 AIRCRAFT MANUFACTURING 50,152.00 50.15 thousand 1
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 33,931.58 33.93 thousand 2

Insight

AMERICAN SYSTEMS CORPORATION’s last full year obligations were concentrated in a small set of professional, scientific, and technical NAICS, led by 541715 at $90.31 million across 68 awards and 541330 at $75.03 million across 172 awards. These two codes account for the majority of the vendor’s $231.35 million total obligated value, indicating a strong focus on R&D and engineering support. Secondary activity was spread across computer-related services, with 541513, 541519, 541512, and 541511 contributing a combined $62.09 million across 58 awards, while all other NAICS represented relatively minor obligation amounts.

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 = '61443'
        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 231,349,647.18 231.35 million 325

Insight

In the last full year, AMERICAN SYSTEMS CORPORATION (CAGE 61443) obligated $231.35 million across 325 awards, for an average award value of about $711.8K. Because the window contains a single annual observation for 2025, the data support a snapshot of current funding volume rather than a year-over-year trend assessment. The award profile indicates moderate transaction dispersion with substantial total obligation concentrated across a relatively high number of awards.

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.