cURL
curl --request GET \ --url https://alphainsider.com/api/getStockPriceHistory
{ "success": true, "response": [ { "stock_price_id": "SnNPDVnCo_yrwLTtagsx4", "stock_id": "v3lhjrwEhNuAOxPT29oxO", "bid": "406.010000000000000", "ask": "406.010000000000000", "last": "406.010000000000000", "created_at": "2020-08-24T14:00:00.000Z" }, { "stock_price_id": "ztdNu8H_Eyjmn3eIb_Deo", "stock_id": "v3lhjrwEhNuAOxPT29oxO", "bid": "402.660000000000000", "ask": "402.660000000000000", "last": "402.660000000000000", "created_at": "2020-08-24T15:00:00.000Z" } ] }
Get stock price history.
Stock ID. "stock:exchange" or "stock_id"
"stock:exchange"
"stock_id"
Start date.
End date.
Number of results to return.
Request was successful.