---
title: "Get Cushing oil storage data"
method: GET
path: "/v1/storage/cushing"
tags: ["Storage", "Premium"]
---

# Get Cushing oil storage data

`GET /v1/storage/cushing`

Latest-available Cushing, Oklahoma oil storage intelligence with market signals.
Cushing is the delivery point for WTI crude and North America's largest oil storage hub.
**Premium Feature** - Scale tier required.

## Response `200`

Cushing storage data with analytics

- CushingStorageResponse
  - `status` string
  - `data` object
    - `current_storage` number — Current storage in barrels
    - `capacity` number — Total capacity in barrels
    - `utilization` number — Utilization percentage
    - `week_change` number — Week-over-week change in barrels
    - `month_change` number — Month-over-month change in barrels
    - `market_signal` 'bullish' | 'bearish' | 'neutral'
    - `trend` 'building' | 'drawing' | 'stable'
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Premium access required
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/versions/5a5ce424cacc/schema)
