get https://api.itick.org/forex/kline
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://api.itick.org/forex/kline?region=gb&code=EURUSD&kType=1&et=1741239240000&limit=100' \
--header 'accept: application/json'
xxxxxxxxxx
15{
"code": 0,
"msg": null,
"data": [
{
"tu": 7,
"c": 1.568,
"t": 1729090560000,
"v": 4,
"h": 1.568,
"l": 1.568,
"o": 1.568
}
]
}