Vehicle Number

Vehicle Number 12C2 / 12024B18D9025 Federal Contract Action Summary (Last 10 Years)

Federal procurement profile for vehicle number 12024B18D9025 under agency 12C2, covering award activity from the last 10 years.

This page summarizes obligation and award action history for vehicle number 12024B18D9025. The record shows 22 award actions with total obligations of $106.60 million over the analysis window.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated readable is $106.60 million, based on an exact total obligation of $106,596,123.09.

Agency ID
12C2
PIID
12024B18D9025
Type
Vehicle
Total Obligated
106.60 million
106,596,123.09
Actions
22
Average Action Value
4,845,278.32

Overview

The procurement record for vehicle number 12024B18D9025 includes 22 award actions across the last 10 years. Total obligations reached $106,596,123.09, with an average action value of $4,845,278.32. This page presents the activity in a compact format for review and comparison.

How to use this page

Use this page to review obligation levels and action count for the specified vehicle record under agency 12C2. The totals support basic trend, concentration, and award-history analysis without adding information beyond the recorded values.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '12C2' AND content__IDV__contractID__IDVID__PIID = '12024B18D9025'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
12C2 FOREST SERVICE 106,596,123.09 106.60 million 22

Insight

Over the 10-year window for PIID 12024B18D9025, all reported obligations are concentrated in a single top agency: the Forest Service. The Forest Service accounts for $106.60 million across 22 awards, indicating exclusive agency-level concentration in the provided data. No additional agency distribution is present in the rows provided, so the observed activity is fully centralized within one agency.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '12C2' AND content__IDV__contractID__IDVID__PIID = '12024B18D9025'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '12C2' AND content__IDV__contractID__IDVID__PIID = '12024B18D9025'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
115310 SUPPORT ACTIVITIES FOR FORESTRY 106,596,123.09 106.60 million 22

Insight

Over the 10-year window for vehicle 12024B18D9025 under agency 12C2, obligations are concentrated entirely in NAICS 115310, Support Activities for Forestry. This category accounts for $106.60 million across 22 awards, indicating a clear thematic concentration with no other NAICS codes represented in the provided data. The pattern suggests sustained procurement activity focused on forestry support functions rather than a diversified NAICS mix.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '12C2' AND content__IDV__contractID__IDVID__PIID = '12024B18D9025'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
8720 FERTILIZERS 106,596,123.09 106.60 million 22

Insight

For Agency 12C2 PIID 12024B18D9025 over the 10-year window, PSC 8720 (Fertilizers) accounts for all reported obligations in the top PSC view, totaling $106.60 million across 22 awards. This indicates a highly concentrated spend profile within the reviewed vehicle, with obligations distributed across multiple awards rather than a single action. The pattern suggests sustained procurement activity in a narrow product category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '12C2' AND content__IDV__contractID__IDVID__PIID = '12024B18D9025'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2018 32,615,731.79 32.62 million 7
2019 22,984,924.25 22.98 million 10
2020 50,995,467.05 51.00 million 5

Insight

Obligations under PIID 12024B18D9025 were concentrated in three years within the 10-year window, with the highest funding in 2020 at $51.00 million across 5 awards. FY 2018 accounted for $32.62 million across 7 awards, while FY 2019 declined to $22.98 million despite the highest award count at 10. The pattern indicates uneven annual distribution, with both obligation level and award count peaking in different years, suggesting variability in funding intensity over time.

Use FPDS Query for deeper award and vehicle analysis

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