

/api/v1/screener/{symbol}Ranked seasonal windows (the seasonality screener candidates) for a symbol: each candidate has a start, length, direction, win rate and average return.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| symbol | path | string | yes | Instrument symbol, e.g. eurusd. |
curl -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/screener/eurusd"{
"apiVersion": "v1",
"data": {
"symbol": "EURUSD",
"candidates": [
{ "startIn": 5, "length": 12, "direction": "long", "winrate": 0.82, "avgReturn": 0.011,
"startLabel": "Jun 27", "endLabel": "Jul 11" }
]
},
"meta": { "requestId": "req_sc01", "credits": { "cost": 2, "remaining": 979 } }
}GET /api/v1/screener/eurusdCreate a key at /dashboard/api. The key stays in your browser.