Support Center

Scan historical prices

Scan historical prices for any global symbol

We've added a new API to allow our users to scan historical prices for any global symbols with their own pricing field filters. e.g.

Get historical prices of AMZN when the Close Prices > 1700 AND 1-Day Return % > 2 in the year 2019.

https://www.clickapis.com/api/v1/symbol_scan_prices?
symbol=AMZN&
start_date=2019-01-01&
end_date=2019-12-31&
q=close~gt~1700,return_1d~gt~2


This
will allow our users to filter any historical data within given filters for any global symbols to see trade opportunities and more.

For details on filters that you can apply, See Filters

To access: See Scan Historical Prices