FX Historical Series
GET
https://api.unusualwhales.com/api/forex/history
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Query Parameters
from
string
required
to
string
required
interval
string
optional
Default:
daily
enum: daily, weekly, monthly
Responses
200 422 500
Try It
GET
Query Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/forex/history?from=VALUE&to=VALUE" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": null
}