Vehicle Number

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

Federal procurement summary for vehicle number under agency 12C2 and PIID AG024BC179002 over the last 10 years.

This page summarizes award activity tied to vehicle number for agency 12C2 under PIID AG024BC179002 during the last 10 years. It covers 20 award actions with total obligated amounts of 59.60 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is 59,603,553.54 across 20 award actions, with an average action value of 2,980,177.68.

Agency ID
12C2
PIID
AG024BC179002
Type
Vehicle
Total Obligated
59.60 million
59,603,553.54
Actions
20
Average Action Value
2,980,177.68

Overview

The record shows 20 award actions associated with vehicle number for agency 12C2 over the last 10 years. Total obligated value is 59,603,553.54, and the average action value is 2,980,177.68.

How to use this page

Use this page to review the spending profile tied to vehicle number and to compare award activity over the 10-year analysis window. The figures support basic contract and obligation analysis without adding assumptions beyond the reported totals.

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 = 'AG024BC179002'
    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 59,603,553.54 59.60 million 20

Insight

For PIID AG024BC179002 over the 10-year window, obligations are fully concentrated in a single top agency: Forest Service (agency ID 12C2). Forest Service accounts for $59.60 million across 20 awards, indicating all reported obligated activity in this view is tied to one agency with repeated award activity rather than a broad agency distribution.

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 = 'AG024BC179002'
        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 = 'AG024BC179002'
    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 59,603,553.54 59.60 million 20

Insight

Obligations for PIID AG024BC179002 are fully concentrated in NAICS 115310, Support Activities for Forestry, over the 10-year window. The vehicle records 20 awards in this single NAICS, with total obligated funds of $59.60 million. This indicates a narrow NAICS distribution and suggests the vehicle has been used consistently for forestry support activities rather than across a broader set of industries.

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 = 'AG024BC179002'
    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
F003 NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION 59,603,553.54 59.60 million 20

Insight

Over the 10-year window, obligations for PIID AG024BC179002 are fully concentrated in PSC F003, totaling $59.6 million across 20 awards. This indicates a single dominant product/service category, with no evidence in the provided rows of diversification across other PSCs. The award pattern suggests repeated procurement activity within natural resources/conservation fire suppression and presuppression functions.

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 = 'AG024BC179002'
    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
2017 53,414,093.21 53.41 million 10
2018 6,134,014.63 6.13 million 9
2019 55,445.70 55.45 thousand 1

Insight

Obligations under PIID AG024BC179002 are highly concentrated in 2017, when the vehicle obligated $53.41 million across 10 awards. Funding then declined sharply to $6.13 million in 2018 with 9 awards, and fell to a nominal $55.45 thousand in 2019 with 1 award. This pattern indicates a steep contraction in obligated activity over the period, with award volume remaining relatively stable in 2017–2018 before dropping materially in 2019.

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.