During the analysis window, BP PRODUCTS NORTH AMERICA INC. received $23,218,747.52 in federal obligations across 2 awards, both reported through the Defense Logistics Agency. The spending was concentrated in NAICS 324110, Petroleum Refineries.
Federal Contractor
BP PRODUCTS NORTH AMERICA INC. Federal Contract Obligations (Last Year)
BP PRODUCTS NORTH AMERICA INC. recorded 2 federal award actions in the last full year, with total obligations of $23.22 million under CAGE 6HW96 and UEI RDHYLFA8JAB4.
This page reflects the last full year of readable FPDS obligation data and summarizes totals, award counts, agency concentration, and NAICS activity.
About BP PRODUCTS NORTH AMERICA INC. federal contract activity
BP PRODUCTS NORTH AMERICA INC. recorded $23.22 million in obligated federal spending across 2 awards in the last full year, with an average award value of $11.61 million. The vendor profile is highly concentrated at the CAGE and UEI level provided, indicating a small award set rather than broad contract dispersion.
Agency mix and customer concentration
All obligated dollars in the period came from the Defense Logistics Agency, which accounted for 100% of total spend and all 2 awards. This concentration suggests the vendor’s federal activity during the analysis window was tied entirely to a single buying organization.
Industry profile based on NAICS activity
The entire award base mapped to NAICS 324110, Petroleum Refineries, with 100% of obligations and 2 awards in that category. The industry profile is therefore fully concentrated in downstream petroleum refining, with no diversification across other NAICS codes in the observed period.
Annual contract trend over the analysis window
Annual activity in 2025 totaled $23.22 million across 2 awards, and no other years are present in the analysis window. With only one year of activity shown, the trend view reflects a single-period snapshot rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS award obligations associated with BP PRODUCTS NORTH AMERICA INC. during the last full year, using the provided CAGE code 6HW96 and UEI RDHYLFA8JAB4. Figures reflect obligated dollars and award counts in the supplied dataset and are aggregated by agency, NAICS, and year.
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 1 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 | 23,218,747.52 | 23.22 million | 2 |
Insight
BP PRODUCTS NORTH AMERICA INC. had $23.22 million in obligated awards over the last full year, across 2 awards, for an average award value of $11.61 million. All reported obligations were concentrated in a single agency, the Defense Logistics Agency, indicating complete agency concentration for this period. This pattern suggests the vendor’s recent federal activity was narrowly distributed rather than diversified across multiple agencies.
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 1 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 | 23,218,747.52 | 23.22 million | 2 |
Insight
BP PRODUCTS NORTH AMERICA INC. (CAGE 6HW96) had all obligated dollars in the last full year concentrated in NAICS 324110, Petroleum Refineries, totaling $23.22 million across 2 awards. This indicates a fully concentrated procurement profile within a single industry code, with no diversification across other NAICS categories in the reported period. The average award value was $11.61 million, suggesting two similarly material obligations rather than a broad set of smaller transactions.
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 1 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 |
Insight
BP PRODUCTS NORTH AMERICA INC. recorded $23.22 million in obligations across 2 awards in the last full year, indicating a highly concentrated award profile. The average award value was $11.61 million, which suggests relatively large individual obligations rather than broad distribution across many actions. With all reported obligations captured in a single year, this period reflects a concentrated annual funding pattern.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.