Technical Indicators
Return technical indicator with price data. List of supported indicators can be found <a href="https://docs.google.com/spreadsheets/d/1ylUvKHVYN2E87WdwIza8ROaCpd48ggEl1k5i5SgA29k/edit?usp=sharing" target="_blank">here</a>.
Query parameters
symbol
Supported resolution includes <code>1, 5, 15, 30, 60, D, W, M </code>.Some timeframes might not be available depending on the exchange.
UNIX timestamp. Interval initial value. If count is not provided, this field is required
UNIX timestamp. Interval end value. If count is not provided, this field is required
Indicator name. Full list can be found <a href="https://docs.google.com/spreadsheets/d/1ylUvKHVYN2E87WdwIza8ROaCpd48ggEl1k5i5SgA29k/edit?usp=sharing" target="_blank">here</a>.
Check out <a href="https://docs.google.com/spreadsheets/d/1ylUvKHVYN2E87WdwIza8ROaCpd48ggEl1k5i5SgA29k/edit?usp=sharing" target="_blank">this page</a> to see which indicators and params are supported.
Response
successful operation
Example response
{
"c": 5.962134,
"s": "s",
"t": 2,
"v": 5.637377,
"h": 6.0274563,
"l": 1.4658129,
"o": 0.8008282
}