GithubHelp home page GithubHelp logo

jan-stanek / financial-statements-downloader Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 127 KB

Tool for downloading financial statements from https://or.justice.cz

Home Page: https://pypi.python.org/pypi/financial-statements-downloader

License: MIT License

Python 100.00%

financial-statements-downloader's Introduction

Financial statements downloader

Task

Create terminal application for downloading financial statements from czech business register (https://or.justice.cz/) and extracting information from them and storing them in structured form.

Input is a file with ICOs, one ICO per line.

At first the application downloads pdfs with financial statements. In the next step it extracts information specified in config file and stores them in structured form.

The application must allow downloading documents of large number of companies, while respecting information system limits (https://or.justice.cz/ias/ui/podminky).

Installation

  • pip install financial-statements-downloader

Commands

  • import_icos <filepath> - imports ICOs from file
  • download - downloads information about subjects and documents
  • extract - extract information from financial statements

Config

[downloader]
base_url = https://or.justice.cz/ias/ui/  # information system url
search_url = rejstrik-$firma?jenPlatne=VSECHNY&ico=  #search url
limit_day = 3000  # download limit
download_extract = true  # download information from extract
download_documents = true  # download documents
documents_type = závěrka  # document type
documents_dir = documents  # directory for downloaded documents

[parser]  # example of specification extracted information
vlastni_kapital = Vlastní kapitál
cizi_zdroje = Cizí zdroje

financial-statements-downloader's People

Contributors

jan-stanek avatar

Stargazers

Michal Bernhard avatar

Watchers

James Cloos avatar  avatar

financial-statements-downloader's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.