Stockprice - Borsdata-Sweden/API GitHub Wiki
EndDay
In API we provide End-Day Stockprice data.
End-Day means the last closing price of last marketday.
There is no updates of stockprice during the market day.
Normaly all markets is closed and new stockprices is updated around 20:00 (utc+1).
Intraday/Realtime
Sorry. Intraday (delayed or Realtime) data is not provided in API.
History
You can get up to 20 year historical End-Day stockprice.
Sample Stockprice API calls
Get stockprices for an Array of instruments (Max 50 instruments)
/v1/instruments/stockprices?authKey={{KEY}}&instList=7,97
/v1/instruments/stockprices?authKey={{KEY}}&instList=7,97&to=2022-03-07&from=2022-03-01
https://github.com/Borsdata-Sweden/API/wiki/API-Array-calls
Get all stockprice for one instrument. (HM, instId=97)
/v1/instruments/97/stockprices?authKey={KEY}&maxcount=20
For a timeperiod
/v1/instruments/97/stockprices?authKey={KEY}&from=2018-01-01&to=2018-02-01
Get last stockprice for all instruments.
/v1/instruments/stockprices/last?authKey={KEY}
Get stockprice by date, for all instruments.
/v1/instruments/stockprices/date?authKey={{KEY}}&date=2019-02-01