PSC Code

PSC F003 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

PSC Code
F003
PSC Description
NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION
Total Obligated
7.27 billion
7,266,076,325.39
Award Actions
78,464
Average Action Value
92,603.94

About PSC F003 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION). Based on the current FPDS Query dataset, this category shows 7.27 billion in visible obligations across 78,464 award actions, with an average action value of 92,603.94. 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 for PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by FOREST SERVICE, with 6.86 billion in obligations, followed by DEPARTMENTAL OFFICES. 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 PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) over the last 5 years. The current ranking is led by PERIMETER SOLUTIONS LP, with 233.34 million in obligations, followed by HELICOPTER TRANSPORT SERVICES, LLC. 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 for PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

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 category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 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__productOrServiceInformation__productOrServiceCode = 'F003'
        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
12C2 FOREST SERVICE 6,859,270,517.13 6.86 billion 76,217
1406 DEPARTMENTAL OFFICES 289,906,759.19 289.91 million 789
1422 BUREAU OF LAND MANAGEMENT 104,231,737.37 104.23 million 1,086
2100 DEPT OF THE ARMY 3,289,646.61 3.29 million 79
1448 U.S. FISH AND WILDLIFE SERVICE 3,158,047.98 3.16 million 42
1450 BUREAU OF INDIAN AFFAIRS 2,057,961.27 2.06 million 188
1425 BUREAU OF RECLAMATION 2,008,327.60 2.01 million 18
5700 DEPT OF THE AIR FORCE 1,180,917.89 1.18 million 21
1443 NATIONAL PARK SERVICE 651,263.36 651.26 thousand 15
12D0 FARM PRODUCTION AND CONSERVATION BUSINESS CENTER 299,592.00 299.59 thousand 2

Insight

PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by FOREST SERVICE, followed by DEPARTMENTAL OFFICES, which suggests that agency demand in this category 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(anyHeavy(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__productOrServiceInformation__productOrServiceCode = 'F003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
PERIMETER SOLUTIONS LP 1RKV8 233,335,495.74 233.34 million 393
HELICOPTER TRANSPORT SERVICES, LLC 52DP8 228,367,525.16 228.37 million 352
10 TANKER AIR CARRIER, LLC 4XXT6 141,679,044.73 141.68 million 234
SILLER HELICOPTERS, INC. 5ENG0 117,138,474.14 117.14 million 196
NEPTUNE AVIATION SERVICES, INC. 3MJY3 108,877,671.90 108.88 million 271
BILLINGS FLYING SERVICE, INC. 3MXT3 102,955,119.76 102.96 million 156
HELICOPTER EXPRESS INC 3BXN9 99,550,251.27 99.55 million 627
HELICOPTER EXPRESS INC. 3BXN9 99,057,926.94 99.06 million 650
AERO AIR, LLC 0LV90 97,204,490.45 97.20 million 217
CROMAN CORP. 8T700 89,358,364.38 89.36 million 247

Insight

Within PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. PERIMETER SOLUTIONS LP ranks first, followed by HELICOPTER TRANSPORT SERVICES, LLC, which helps define the current competitive landscape in this category.

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__productOrServiceInformation__productOrServiceCode = 'F003'
        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 1,821,388,172.37 1.82 billion 15,660
2024 1,976,630,334.05 1.98 billion 20,993
2023 1,305,097,960.65 1.31 billion 14,347
2022 1,457,952,530.78 1.46 billion 16,797
2021 705,007,327.54 705.01 million 10,667

Insight

The annual trend shows how obligations in PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

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