Geography

American Samoa Federal Contract Obligations (Last Year)

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

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

Generated at 03/15/2026

Analysis period: Last full year

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

State Code
AS
State
American Samoa
Total Obligated
31.02 million
31,016,464.04
Award Actions
84
Average Action Value
369,243.61

About American Samoa federal contract activity

This page summarizes last full year of federal contract activity associated with American Samoa. Based on the current FPDS Query dataset, this geography shows 31.02 million in visible obligations across 84 award actions, with an average action value of 369,243.61. 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 full year. The visible agency ranking is led by NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION, with 21.41 million in obligations, followed by AGRICULTURAL MARKETING SERVICE. 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 full year. The current ranking is led by NV5 GEOSPATIAL, INC., with 20.00 million in obligations, followed by STARKIST CO. 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 full year, from 2025 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 full year. 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 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
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 21,412,256.01 21.41 million 21
12K2 AGRICULTURAL MARKETING SERVICE 7,018,727.38 7.02 million 13
2100 DEPT OF THE ARMY 1,996,452.47 2.00 million 13
3600 VETERANS AFFAIRS, DEPARTMENT OF 262,316.08 262.32 thousand 18
7524 FOOD AND DRUG ADMINISTRATION 116,130.21 116.13 thousand 1
6800 ENVIRONMENTAL PROTECTION AGENCY 100,000.00 100.00 thousand 1
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 50,376.00 50.38 thousand 2
6920 FEDERAL AVIATION ADMINISTRATION 27,600.00 27.60 thousand 4
1443 NATIONAL PARK SERVICE 12,240.00 12.24 thousand 3
97AS DEFENSE LOGISTICS AGENCY 10,800.00 10.80 thousand 3

Insight

American Samoa contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION, followed by AGRICULTURAL MARKETING SERVICE, 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 1 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
NV5 GEOSPATIAL, INC. 9R590 19,999,455.16 20.00 million 2
STARKIST CO 56JN6 7,440,560.12 7.44 million 7
PURE ENVIRO-MANAGEMENT, LLC 6AC37 2,503,029.47 2.50 million 10
CARDINAL POINT CAPTAINS, INC. 5M4X7 866,600.52 866.60 thousand 2
YOUNG ENERGY SOLUTIONS 4VTV6 225,265.00 225.26 thousand 4
SAKOM SERVICES WI, LLC 7VJ15 216,160.49 216.16 thousand 1
DEPARTMENT OF HEALTH 3YJY8 116,130.21 116.13 thousand 2
ENVIRONMENTAL QUALITY MANAGEMENT, INC 0SME6 100,000.00 100.00 thousand 1
MULTIVARIABLE SYSTEMS TECH, LLC 7PBS9 94,969.19 94.97 thousand 1
AMERICAN SAMOA GOVERNMENT 373U4 50,376.00 50.38 thousand 1

Insight

Visible obligations in American Samoa over the last full year appear concentrated among a relatively small set of leading vendors. NV5 GEOSPATIAL, INC. ranks first, followed by STARKIST CO, 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 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
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 19,999,455.16 20.00 million 2
311710 SEAFOOD PRODUCT PREPARATION AND PACKAGING 7,018,727.38 7.02 million 13
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 2,483,647.47 2.48 million 14
541620 ENVIRONMENTAL CONSULTING SERVICES 873,800.52 873.80 thousand 3
561612 SECURITY GUARDS AND PATROL SERVICES 214,006.49 214.01 thousand 2
561210 FACILITIES SUPPORT SERVICES 185,728.00 185.73 thousand 2
923120 ADMINISTRATION OF PUBLIC HEALTH PROGRAMS 116,130.21 116.13 thousand 1
562910 REMEDIATION SERVICES 100,000.00 100.00 thousand 1
238290 OTHER BUILDING EQUIPMENT CONTRACTORS 94,969.19 94.97 thousand 1
561720 JANITORIAL SERVICES 69,075.00 69.08 thousand 7

Insight

The top-NAICS table highlights the industries with the largest visible obligations in American Samoa over the last full year. 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 1 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
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 19,999,455.16 20.00 million 2
8905 MEAT, POULTRY, AND FISH 7,018,727.38 7.02 million 13
Z2AA REPAIR OR ALTERATION OF OFFICE BUILDINGS 1,818,530.30 1.82 million 7
R499 SUPPORT- PROFESSIONAL: OTHER 872,770.25 872.77 thousand 1
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 592,708.36 592.71 thousand 3
R430 SUPPORT- PROFESSIONAL: PHYSICAL SECURITY AND BADGING 216,160.49 216.16 thousand 1
Z1DZ MAINTENANCE OF OTHER HOSPITAL BUILDINGS 185,728.00 185.73 thousand 2
H399 INSPECTION- MISCELLANEOUS 116,130.21 116.13 thousand 1
F108 ENVIRONMENTAL SYSTEMS PROTECTION- ENVIRONMENTAL REMEDIATION 100,000.00 100.00 thousand 1
S201 HOUSEKEEPING- CUSTODIAL JANITORIAL 69,075.00 69.08 thousand 7

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in American Samoa over the last full year. 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 1 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

Insight

The annual trend shows how obligations in American Samoa moved across the last full year, from 2025 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.