← Back to catalog
eia.petroleum_spot
mock data$0.001 / callUS Petroleum Spot Prices (EIA)
Spot prices for crude oil and petroleum products: WTI (EPCWTI), Brent (EPCBRENT), Diesel (EPD2D), Regular Gas (EPMRR). Daily/weekly/monthly/annual. EIA public domain
Input schema
end
stringLatest period.
start
stringEarliest period (ISO date or YYYY-MM-DD).
length
integerNumber of recent observations (default 24, max 500).
product
stringPetroleum product code — e.g. "EPCBRENT" (Brent), "EPCWTI" (WTI), "EPD2D" (No. 2 Diesel), "EPMRR" (Regular Gas).
frequency
stringTime frequency (default "daily" for spot prices).
Call via REST
curl -X POST https://unifyapi.pro/api/call/eia.petroleum_spot \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"end":"<end>","start":"<start>","length":0,"product":"<product>","frequency":"<frequency>"}'