Vehicle Number

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

Procurement analysis for vehicle number AG024BB155061 under Agency ID 12C2, covering the last 10 years of award activity.

This page summarizes federal procurement activity for vehicle number AG024BB155061. Over the last 10 years, the record shows 8 award actions and total obligations of $36.20 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on readable obligations of $36,204,443.62 and an average action value of $4,525,555.45.

Agency ID
12C2
PIID
AG024BB155061
Type
Vehicle
Total Obligated
36.20 million
36,204,443.62
Actions
8
Average Action Value
4,525,555.45

Overview

The procurement record for vehicle number AG024BB155061 includes 8 award actions in the last 10 years. Total obligated value is $36,204,443.62, with an average action value of $4,525,555.45. This page is limited to the data provided for Agency ID 12C2 and PIID AG024BB155061.

How to use this page

Use this page to review the overall obligation level and award frequency for vehicle number AG024BB155061. The figures support a quick assessment of procurement volume over the analysis window, without adding assumptions about contract scope or performance.

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 = 'AG024BB155061'
    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 36,204,443.62 36.20 million 8

Insight

Over the 10-year window, obligation activity for PIID AG024BB155061 is fully concentrated within the Forest Service (agency ID 12C2). The agency accounts for $36.20 million across 8 awards, indicating a limited but material distribution of obligations within a single agency. This concentration suggests the vehicle has been used exclusively by the Forest Service during the period reviewed.

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 = 'AG024BB155061'
        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 = 'AG024BB155061'
    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
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 36,204,443.62 36.20 million 8

Insight

Obligations for PIID AG024BB155061 are fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. Over the 10-year window, this category accounts for $36.2 million across 8 awards, indicating a narrow procurement profile with repeated activity in a single transportation service area. This concentration suggests the vehicle is used consistently for the same type of requirement rather than a broad mix of NAICS codes.

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 = 'AG024BB155061'
    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 36,204,443.62 36.20 million 8

Insight

Obligations for this vehicle over the 10-year window are fully concentrated in PSC F003, which accounts for $36.20 million across 8 awards. This indicates a narrow procurement focus on forest/range fire suppression and presuppression services with no diversification into other PSC categories in the provided data. The award pattern suggests repeated use of the vehicle for the same mission area rather than a broad mix of requirements.

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 = 'AG024BB155061'
    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 22,074,972.69 22.07 million 5
2019 14,129,470.93 14.13 million 3

Insight

Obligations under PIID AG024BB155061 are concentrated in 2018 and 2019, with $22.07 million across 5 awards in 2018 and $14.13 million across 3 awards in 2019. The 2018 activity exceeds 2019 by $7.95 million and two awards, indicating a decline in both obligation volume and award count year over year. Over the available two-year window, the vehicle reflects a relatively small number of awards and a downward trend in obligated dollars.

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.