Skip to content

AnteWall/open-fi

Repository files navigation

Open-Fi

Insynsregistret is a Swedish financial registry maintained by the Finansinspektionen (FI). It contains information regarding insider trading on different trading venues.

This is a project creating a scraper and open api to easily fetch and expose this data for developers. Since the data is free, so is also this code and open source.

Roadmap:

  • Able to scrape data from FI registry
    • Insider trades
  • Save data into database
  • Expose data trough a GraphQL endpoint
  • Expose data trough REST endpoint
  • Add higher rate limit if API keys are set

Development

Start by installing dependencies

yarn install

Run dev server

To start a development server run the following command.

yarn dev

Generated GraphQL Typescript interfaces

We use GraphqlCodegen to type Resolvers and other stuff for the GraphQL server.

To regenerate them call

yarn graphql-codegen