Developer API Documentation
Data on publicly listed companies in the Nordics from Edger Finance
Placeholder text that should include what this product is about and how to contact if you have questions.
For example:
All requests are sent using the GET method and the response is returned in JSON format.

Missing something? Reach out to us: [email protected]

Investment Data API

GET https://api.edger.finance/{version}/company{isin_or_ticker}?api_key={api_key}

GET https://api.edger.finance/{version}/fundamentals/{isin_or_ticker}/{periods}?api_key={api_key}

GET https://api.edger.finance/{version}/ceo-summary/{isin_or_ticker}/{periods}?api_key={api_key}

GET https://api.edger.finance/{version}/calendar/{isin_or_ticker}?api_key={api_key}

GET https://api.edger.finance/{version}/employees/{isin_or_ticker}/{periods}?api_key={api_key}

GET https://api.edger.finance/{version}/holdings/{isin_or_ticker}/{periods}?api_key={api_key}

GET https://api.edger.finance/{version}/segments/{isin_or_ticker}/{periods}?api_key={api_key}
Definitions
Unique identifiers
ISIN uniquely identifies a security internationally, and the company is implied. Tickers are more memorable but are only unique within a Market. Therefore the ticker must be internationalised, that is... the prefix se. is added for Swedish stocks and space is replaced with _ (underscore). Thus the ticker is a unique short , human-friendly identifier. Ferrari would therefore be us.RACE

Where {isin_or_ticker} is 

SE0000108656
CH0012221716
se.ERIC_B
Periods

Where {periods} is 

null // The last quarter reported, the most recent, one only

x5 // The last 5 quarters

2024-Q1 // A single quarter, in this precise format.

2024 // Four quarters of the year 2024

2023-Q3,2023-Q4,2024-Q1,2024-Q2 //Any number of explicitly defined quarters
Version

Where {version} is 

v0 // Testing and evaluation: no API KEY is needed.

v1 // Version 1
API key

Where {api_key} is // your uniquely supplied key, contact [email protected] 

Html code will be here

Examples
If you have an api_key, add it to the URL parameters (see above) and change the version to “v1” to start accessing production data.

To get your API Key contact [email protected].
Get in touch
Any questions about the documentation or just want to get a hold of us? Send us an email!

[email protected]