insynsregistret

A client for the Swedish insynsregistret


Keywords
insynsregistret, insider, trading, finansinspektionen, omx
License
BSD-3-Clause
Install
pip install insynsregistret==0.0.2.3

Documentation

Insynsregistret

https://api.travis-ci.org/djonsson/insynsregistret.svg?branch=master https://img.shields.io/pypi/pyversions/insynsregistret.svg?maxAge=2590000 https://img.shields.io/pypi/l/insynsregistret.svg?maxAge=2590000

Introduction

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.

Usage

For most users, the recommended method to install is via pip:

$ pip install insynsregistret

Development

# 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

License

Insynsregistret is BSD licensed, so feel free to use it as you like.