Skip to content

historyRepeatability

tradingview-inspect edited this page Mar 1, 2020 · 2 revisions

Test for historical data repeatability

Checking if historical API returns the same data for the same requests. If "has-intraday" value is equal to false for the symbol in the symbol info, then the test for this symbol will be skipped.

Possible issues

Request error

Error on sending HTTP request to /history endpoint

Read error

Error reading body of HTTP response to request to /history endpoint

Invalid status code

Response status code is not 200

Data mismatch

The exact same request returns different data