PSC Code

PSC F003 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) for last 10 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 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.

PSC Code
F003
PSC Description
NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION
Total Obligated
10.88 billion
10,880,076,784.17
Award Actions
123,359
Average Action Value
88,198.48

About PSC F003 federal contract activity

This page summarizes last 10 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 10.88 billion in visible obligations across 123,359 award actions, with an average action value of 88,198.48. 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 10 years. The visible agency ranking is led by FOREST SERVICE, with 10.22 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 10 years. The current ranking is led by PERIMETER SOLUTIONS LP, with 374.91 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 10 years, from 2016 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 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__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 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
12C2 FOREST SERVICE 10,219,138,755.53 10.22 billion 118,867
1406 DEPARTMENTAL OFFICES 409,184,493.11 409.18 million 1,319
1422 BUREAU OF LAND MANAGEMENT 229,249,935.58 229.25 million 2,121
2100 DEPT OF THE ARMY 6,763,569.29 6.76 million 216
1448 U.S. FISH AND WILDLIFE SERVICE 4,179,924.87 4.18 million 88
5700 DEPT OF THE AIR FORCE 3,720,726.41 3.72 million 34
1450 BUREAU OF INDIAN AFFAIRS 3,072,133.81 3.07 million 635
1425 BUREAU OF RECLAMATION 2,054,577.60 2.05 million 19
1443 NATIONAL PARK SERVICE 1,754,990.51 1.75 million 32
1700 DEPT OF THE NAVY 459,981.40 459.98 thousand 11

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 10 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 10 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 374,909,809.57 374.91 million 900
HELICOPTER TRANSPORT SERVICES, LLC 52DP8 315,002,247.60 315.00 million 386
NEPTUNE AVIATION SERVICES, INC. 3MJY3 231,379,795.18 231.38 million 308
10 TANKER AIR CARRIER, LLC 4XXT6 213,188,683.50 213.19 million 301
AERO FLITE INC 3J0M6 192,603,946.42 192.60 million 118
SILLER HELICOPTERS, INC. 5ENG0 173,760,663.91 173.76 million 225
AERO AIR, LLC 0LV90 160,446,157.25 160.45 million 250
HELICOPTER EXPRESS INC. 3BXN9 157,415,908.82 157.42 million 786
BILLINGS FLYING SERVICE, INC. 3MXT3 142,720,343.90 142.72 million 185
HELIMAX AVIATION, INC. 3PAG9 124,633,794.09 124.63 million 127

Insight

Within PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION), visible obligations over the last 10 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 10 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
2020 870,486,181.69 870.49 million 12,877
2019 438,768,695.20 438.77 million 4,649
2018 954,966,841.83 954.97 million 13,980
2017 831,610,862.92 831.61 million 9,416
2016 518,167,877.14 518.17 million 3,973

Insight

The annual trend shows how obligations in PSC F003 (NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION) moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.