Refinery Utilization API — EIA Weekly Runs + History
Every Wednesday at 10:30 ET the EIA publishes how hard US refineries are running, and oil markets react: "refineries operated at 96.2% of their operable capacity". This API serves that headline and the numbers behind it as clean, versioned JSON — with weekly history back to 1982 available from day one. **What you get** - **utilization** — percent utilization of operable capacity (the headline; a…
Refinery Utilization API — EIA Weekly Runs + History endpoints
| Method | Endpoint | Description |
|---|---|---|
| refinery | ||
| GET |
/v1/refinery/{metric} /v1/refinery/{metric} |
|
| GET |
/v1/refinery/{metric}/history /v1/refinery/{metric}/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 |
/v1/refinery/latest /v1/refinery/latest |
Most recent published snapshot of the four metrics (utilization, gross-inputs, crude-inputs, capacity) for the chosen area, in a single call. |
| Other endpoints | ||
| GET |
/v1/refinery/{metric} /v1/refinery/{metric} |
|
| GET |
/v1/refinery/{metric}/history /v1/refinery/{metric}/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 |
/v1/refinery/latest /v1/refinery/latest |
Most recent published snapshot of the four metrics (utilization, gross-inputs, crude-inputs, capacity) for the chosen area, in a single call. |
Refinery Utilization API — EIA Weekly Runs + History pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 240 / minute |
|