Geography

American Samoa Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations in American Samoa for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations in American Samoa for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

State Code
AS
State
American Samoa
Total Obligated
188.00 million
188,000,564.98
Award Actions
920
Average Action Value
204,348.44

About American Samoa federal contract activity

This page summarizes last 10 years of federal contract activity associated with American Samoa. Based on the current FPDS Query dataset, this geography shows 188.00 million in visible obligations across 920 award actions, with an average action value of 204,348.44. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in American Samoa appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by AGRICULTURAL MARKETING SERVICE, with 100.61 million in obligations, followed by NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in American Samoa over the last 10 years. The current ranking is led by STARKIST CO., with 76.22 million in obligations, followed by NV5 GEOSPATIAL, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in American Samoa across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'AS'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
12K2 AGRICULTURAL MARKETING SERVICE 100,607,405.31 100.61 million 46
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 34,770,932.70 34.77 million 204
2100 DEPT OF THE ARMY 28,002,351.70 28.00 million 136
3600 VETERANS AFFAIRS, DEPARTMENT OF 14,737,742.43 14.74 million 155
6920 FEDERAL AVIATION ADMINISTRATION 2,150,926.48 2.15 million 77
6800 ENVIRONMENTAL PROTECTION AGENCY 2,011,285.85 2.01 million 27
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 1,452,952.66 1.45 million 45
9776 USTRANSCOM 1,314,008.42 1.31 million 27
1443 NATIONAL PARK SERVICE 938,863.68 938.86 thousand 17
7008 U.S. COAST GUARD 638,559.58 638.56 thousand 81

Insight

American Samoa contract activity over the last 10 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by AGRICULTURAL MARKETING SERVICE, followed by NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION, which suggests that federal demand in this geography is not evenly distributed.

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
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'AS'
        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 Award Actions
STARKIST CO. 56JN6 76,221,141.19 76.22 million 36
NV5 GEOSPATIAL, INC. 9R590 19,999,455.16 20.00 million 2
PURE ENVIRO-MANAGEMENT, LLC 6AC37 9,296,382.03 9.30 million 32
TUNA STORE, LLC, THE 8,884,170.00 8.88 million 1
AST TELECOM LLC 49D28 8,876,583.16 8.88 million 37
STARKIST CO. 8,061,534.00 8.06 million 1
AR6-CRAM ROOFING JV, LLC 8HKQ5 7,713,400.00 7.71 million 3
STARKIST CO 56JN6 7,440,560.12 7.44 million 7
CARDINAL POINT CAPTAINS, INC. 5M4X7 4,587,981.23 4.59 million 23
SEA PAC ENGINEERING INC 04EN7 3,965,000.00 3.96 million 3

Insight

Visible obligations in American Samoa over the last 10 years appear concentrated among a relatively small set of leading vendors. STARKIST CO. ranks first, followed by NV5 GEOSPATIAL, INC., which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'AS'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
311710 SEAFOOD PRODUCT PREPARATION AND PACKAGING 100,607,405.31 100.61 million 46
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 21,845,885.52 21.85 million 5
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 10,467,854.68 10.47 million 69
238160 ROOFING CONTRACTORS 8,316,567.50 8.32 million 10
517311 WIRED TELECOMMUNICATIONS CARRIERS 5,872,027.48 5.87 million 29
541620 ENVIRONMENTAL CONSULTING SERVICES 4,687,714.99 4.69 million 22
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 4,643,194.00 4.64 million 6
562910 REMEDIATION SERVICES 3,556,798.59 3.56 million 46
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 3,439,411.81 3.44 million 38
238220 PLUMBING, HEATING, AND AIR-CONDITIONING CONTRACTORS 2,520,698.45 2.52 million 12

Insight

The top-NAICS table highlights the industries with the largest visible obligations in American Samoa over the last 10 years. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'AS'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
8905 MEAT, POULTRY, AND FISH 100,607,405.31 100.61 million 46
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 21,820,668.02 21.82 million 7
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 8,573,708.86 8.57 million 9
Z2AA REPAIR OR ALTERATION OF OFFICE BUILDINGS 7,095,386.57 7.10 million 22
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 4,636,084.74 4.64 million 37
Z2PZ REPAIR OR ALTERATION OF OTHER NON-BUILDING FACILITIES 4,157,247.00 4.16 million 4
DG11 IT and Telecom - Network: Satellite Communications and Telecom Access Services 3,489,399.36 3.49 million 21
F108 ENVIRONMENTAL SYSTEMS PROTECTION- ENVIRONMENTAL REMEDIATION 2,826,622.01 2.83 million 19
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 2,804,509.52 2.80 million 10
R499 SUPPORT- PROFESSIONAL: OTHER 2,319,361.11 2.32 million 11

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in American Samoa over the last 10 years. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'AS'
        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 DESC
Year Total Obligated Readable Award Actions
2025 31,016,464.04 31.02 million 84
2024 22,318,543.98 22.32 million 86
2023 3,966,524.17 3.97 million 70
2022 13,827,931.48 13.83 million 88
2021 2,578,806.21 2.58 million 92
2020 8,993,799.50 8.99 million 100
2019 30,029,143.32 30.03 million 94
2018 27,735,091.35 27.74 million 121
2017 23,178,880.41 23.18 million 80
2016 24,355,380.52 24.36 million 105

Insight

The annual trend shows how obligations in American Samoa moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.