Refiner Crude Acquisition Cost was last reported at 82.25 USD/Bbl as of July 1, 2026. That is down 6.85% from the prior reading of 88.30 USD/Bbl. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (USD/Bbl) |
|---|---|
| Jul 2026 | 82.25 |
| Jun 2026 | 88.30 |
| May 2026 | 104.62 |
| Apr 2026 | 98.52 |
| Mar 2026 | 86.95 |
| Feb 2026 | 63.69 |
| Jan 2026 | 60.60 |
| Dec 2025 | 59.09 |
| Nov 2025 | 61.22 |
| Oct 2025 | 62.40 |
| Date | Value (USD/Bbl) |
|---|---|
| Sep 2025 | 65.66 |
| Aug 2025 | 66.73 |
| Jul 2025 | 69.30 |
| Jun 2025 | 68.11 |
| May 2025 | 63.26 |
| Apr 2025 | 65.38 |
| Mar 2025 | 69.94 |
| Feb 2025 | 73.04 |
| Jan 2025 | 74.93 |
| Dec 2024 | 70.37 |
Pull the full history of Refiner Crude Acquisition Cost into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USREFINERCOST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USREFINERCOST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USREFINERCOST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();