Market Annotations
Annotations link events or explanatory context to price series.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/indicators/annotations | Annotation lookup |
| GET | /v1/indicators/annotations/batch | Batch annotation lookup |
curl "https://api.oilpriceapi.com/v1/indicators/annotations?code=WTI_USD" \
-H "Authorization: Token YOUR_API_KEY"
curl "https://api.oilpriceapi.com/v1/indicators/annotations/batch?codes=WTI_USD,BRENT_CRUDE_USD" \
-H "Authorization: Token YOUR_API_KEY"
See Market Indicators for common params and errors.