Vehicle Number

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

Analysis of vehicle number AG024BC119015 for Agency ID 12C2 over the last 10 years, showing 13 award actions and 42.56 million in obligated funding.

This page summarizes federal procurement activity for vehicle number AG024BC119015 associated with Agency ID 12C2. Over the last 10 years, the vehicle recorded 13 award actions with total obligated value of 42,558,414.65.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and may differ from rounded public displays.

Agency ID
12C2
PIID
AG024BC119015
Type
Vehicle
Total Obligated
42.56 million
42,558,414.65
Actions
13
Average Action Value
3,273,724.20

Overview

The record for vehicle number AG024BC119015 shows 13 award actions in the last 10 years, with total obligated funding of 42,558,414.65. The average action value is 3,273,724.2, indicating relatively large actions within the observed period.

How to use this page

Use this page to review obligation levels and action frequency tied to vehicle number AG024BC119015 for Agency ID 12C2. The figures support a quick assessment of procurement volume across the selected 10-year window.

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 = 'AG024BC119015'
    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 42,558,414.65 42.56 million 13

Insight

Within the 10-year window for PIID AG024BC119015, obligations are fully concentrated in a single top agency: the Forest Service (agency ID 12C2). This agency accounts for 13 awards totaling $42.56 million, indicating a complete one-agency distribution for this vehicle in the provided data. The absence of other agencies suggests no observable interagency spread in the recorded obligations for this PIID.

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 = 'AG024BC119015'
        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 = 'AG024BC119015'
    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
325188 ALL OTHER BASIC INORGANIC CHEMICAL MANUFACTURING 42,558,414.65 42.56 million 13

Insight

Over the 10-year window, obligations for vehicle PIID AG024BC119015 are fully concentrated in NAICS 325188, All Other Basic Inorganic Chemical Manufacturing. This category accounts for $42.56 million across 13 awards, indicating a narrow obligation profile within the available data. The distribution suggests sustained use of a single industry classification 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 = 'AG024BC119015'
    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 42,558,414.65 42.56 million 13

Insight

Over the 10-year window, vehicle PIID AG024BC119015 shows complete concentration in PSC F003, with all 13 awards and $42.56 million obligated to natural resources/conservation forest-range fire suppression/presuppression. This indicates a highly focused buying pattern with no observable PSC diversification in the provided data. The award count suggests repeated use of the vehicle for the same requirement category rather than a broad mix of service types.

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 = 'AG024BC119015'
    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
2016 41,921,613.86 41.92 million 10
2017 636,800.79 636.80 thousand 3

Insight

Obligations for PIID AG024BC119015 are heavily concentrated in 2016, when 41.92 million was obligated across 10 awards. In 2017, obligations fell sharply to 636.80 thousand across 3 awards, indicating a pronounced year-over-year decline in both value and award volume. Over the 10-year window provided, activity is limited to these two years, suggesting the vehicle experienced a brief, front-loaded funding pattern rather than a sustained obligation profile.

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.