20 year history - Borsdata-Sweden/API GitHub Wiki

You can now download 20 years of share prices.
Yearly Report - 20 reports.
R12 & Quarter - 40 reports.
You just need to add querystring &maxcount to your call.

Sample
/v1/instruments/97/stockprices?authKey={KEY}&maxcount=20

Calls that support new &maxcount

  • /api/v{version}/instruments/{insid}/stockprices
  • /api/v{version}/instruments/{id}/reports/{reporttype}
  • /api/v{version}/instruments/{id}/reports
  • /api/v{version}/instruments/{insid}/kpis/{kpiId}/{reporttype}/{pricetype}/history
  • /api/v{version}/instruments/{insid}/kpis/{reporttype}/summary

Swagger

If no &maxcount is added then you get default 10 year data.
This is to keep backwardcompability.