Insynsregistret is a Swedish financial registry maintained by the Swedish Finansinspektionen (FI). It contains information regarding insider trading on the Stockholm Stock Exchange (OMX) which is the largest financial market in Sweden.
All insider trading is reported to FI, which publishes the data to this public database. This python library makes it easier to automate data extraction from Insynsregistret.
Please note that this library currently is under development. See the tests for usage instructions.
For most users, the recommended method to install is via pip:
$ pip install insynsregistret
# Sets up environment and installs dependencies $ make env # Activate the environment $ . env/bin/activate # Shows the list of commands available $ make help env create a development environment using virtualenv deps install dependencies clean remove unwanted stuff lint check style with flake8 test run all your tests using nose production run test suite and do a release release package and upload a release sdist package
Insynsregistret is BSD licensed, so feel free to use it as you like.