Federal Contractor

BP PRODUCTS NORTH AMERICA INC. Federal Contract Obligations (Last 5 Years)

BP PRODUCTS NORTH AMERICA INC. (CAGE 6HW96, UEI RDHYLFA8JAB4) has received 889 federal award actions totaling $4.20 billion over the last 5 years, almost entirely from the Defense Logistics Agency.

Federal procurement records show BP PRODUCTS NORTH AMERICA INC. concentrated in petroleum refinery work under NAICS 324110, with all recorded obligations in the analysis window tied to the Defense Logistics Agency. Annual obligations peaked in 2022 and remained substantial in 2023 and 2024, while 2025 reflects limited year-to-date activity.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and award actions, with annual totals shown by fiscal year and rounded values preserved for reference.

CAGE Code
6HW96
UEI
RDHYLFA8JAB4
Total Obligated
4.20 billion
4,195,031,728.84
Award Actions
889
Average Action Value
4,718,820.84

About BP PRODUCTS NORTH AMERICA INC. federal contract activity

BP PRODUCTS NORTH AMERICA INC. recorded 889 federal awards in the last 5 years, with total obligations of 4.20 billion and an average award value of 4,718,820.84. The vendor is identified by CAGE 6HW96 and UEI RDHYLFA8JAB4. The award profile is highly concentrated, reflecting a large-volume federal fuel and petroleum supply relationship.

Agency mix and customer concentration

Federal obligations are concentrated entirely within the DEFENSE LOGISTICS AGENCY, which accounted for all 889 awards and the full 4.20 billion obligated. This indicates a single-agency dependency profile rather than a distributed customer base. The agency concentration is consistent with defense-related bulk fuel procurement.

Industry profile based on NAICS activity

All recorded obligations fall under NAICS 324110, PETROLEUM REFINERIES, with 889 awards totaling 4.20 billion. The NAICS profile shows no diversification across industries in the available data. This suggests the vendor’s federal business in the analysis window is tied to refinery-grade petroleum supply activities.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at 1.67 billion across 237 awards, followed by 2023 at 1.21 billion across 304 awards and 2024 at 663.88 million across 168 awards. The 2021 total was 629.06 million across 178 awards, while 2025 shows 23.22 million across 2 awards, which likely reflects a partial-year period. Overall, the trend shows elevated award volume and obligation levels in 2022-2024 compared with 2021.

How to interpret this page

This summary is based on FPDS-observed obligations for the last 5 years and uses the provided CAGE and UEI to identify the vendor record. Totals, award counts, agency mix, NAICS mix, and annual trend figures are taken directly from the supplied dataset. No additional sources or assumptions were used.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6HW96'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
97AS DEFENSE LOGISTICS AGENCY 4,195,031,728.84 4.20 billion 889

Insight

Over the last 5 years, BP PRODUCTS NORTH AMERICA INC. received $4.20 billion across 889 awards, all of which are attributed to the Defense Logistics Agency. This indicates complete agency concentration, with no observed distribution across other agencies in the provided data. The average award value of $4.72 million suggests a high-volume, recurring procurement relationship centered on a single federal buyer.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6HW96'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
324110 PETROLEUM REFINERIES 4,195,031,728.84 4.20 billion 889

Insight

Over the last 5 years, BP PRODUCTS NORTH AMERICA INC. received $4.20 billion across 889 awards, all attributable to NAICS 324110, Petroleum Refineries. This indicates complete concentration of obligated dollars and award activity in a single NAICS, with no diversification across other industry codes in the provided period. The average award value of about $4.72 million suggests a large number of recurring obligations within this core petroleum refining 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6HW96'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 23,218,747.52 23.22 million 2
2024 663,884,471.52 663.88 million 168
2023 1,212,685,763.20 1.21 billion 304
2022 1,666,179,284.34 1.67 billion 237
2021 629,063,462.26 629.06 million 178

Insight

Over the last 5 years, BP PRODUCTS NORTH AMERICA INC. (CAGE 6HW96) obligated $4.20 billion across 889 awards, averaging $4.72 million per award. Obligations were highly concentrated in 2022 and 2023, which together account for the majority of the period’s total, with 2022 at $1.67 billion and 2023 at $1.21 billion. Activity then declined in 2024 to $663.88 million across 168 awards, and 2025 currently reflects limited-year obligations of $23.22 million across 2 awards. Overall, the pattern indicates a peak in mid-period spending followed by a marked reduction in both dollar value and award volume.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.