Welcome to Open FI documentation
Overview
Insynsregistret is a Swedish financial registry maintained by the Finansinspektionen (FI). It contains information regarding insider trading on different trading venues.
Open FI provides a API to access this data easily for developers.
API:s
Open FI has 2 endpoints, one GraphQL endpoint and one REST endpoint. Open FI is created for GraphQL and REST endpoints is automatticlly genereated using sofa.
Endpoint https://open-fi.herokuapp.com/graphql
Endpoint https://open-fi.herokuapp.com/api/v1
Pagination
Pagination is based on Relay GraphQL cursor based pagination. If you want to know more on how that works you can read this article
Notes
Open FI is hosted privately and free to use! However due to this we don't provide any SLA uptime. Things might go down or be overloaded. All of Open FI is open source and available on Github to host yourself! Check deployment session for more information.