Oil Demand API — EIA Weekly Products Supplied + History
How much oil is America actually burning? Every Wednesday at 10:30 ET the EIA publishes "products supplied" — the number the market reads as US petroleum demand: "gasoline product supplied averaged 8.8 million barrels a day". This API serves the whole demand table as clean, versioned JSON — with weekly history back to 1990 available from day one. **What you get** - **total** — products supplied…
Oil Demand API — EIA Weekly Products Supplied + History endpoints
| Method | Endpoint | Description |
|---|---|---|
| demand | ||
| GET |
/v1/demand/latest /v1/demand/latest |
Most recent published products-supplied snapshot of every product (total, gasoline, distillate, jet-fuel, propane, residual, other-oils) in a single call — the demand table of… |
| GET |
/v1/demand/{product} /v1/demand/{product} |
|
| GET |
/v1/demand/{product}/history /v1/demand/{product}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Periods are survey week-ending… |
| Other endpoints | ||
| GET |
/v1/demand/latest /v1/demand/latest |
Most recent published products-supplied snapshot of every product (total, gasoline, distillate, jet-fuel, propane, residual, other-oils) in a single call — the demand table of… |
| GET |
/v1/demand/{product}/history /v1/demand/{product}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Periods are survey week-ending… |
| GET |
/health/deep /health/deep |
Verifies database connectivity and that the latest total products supplied snapshot is at most 16 days old (threshold calibrated to the WPSR publication calendar). Heavier than… |
| GET |
/v1/demand/{product} /v1/demand/{product} |
|
| GET |
/health /health |
Cheap process check. Does not touch the database. Not rate limited. |
Oil Demand API — EIA Weekly Products Supplied + History pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 240 / minute |
|