bnbxrate

Bulgarian National Bank - get history exchage rates


Keywords
bulgarian, currency-exchange-rates, exchange-rate, python, usd, webscrape
License
MIT
Install
pip install bnbxrate==0.1.0

Documentation

bnbxrate

Build Status

Provides historical exchange rates USD/BGN for a given date. The main source of the data is Bulgarian National Bank - bnb.bg.

Usage

bnbxrate '01.01.2020'

In this case the provided date was a national holiday, so the result is for the last working day:

{'31.12.2019': '1.74099'}

The date format should be in '%d.%m.%Y'.

Installation

Create a virtual environment with python3.6+, before running the code.

git clone https://github.com/hristo-mavrodiev/bnbxrate.git
cd bnbxrate
pip install -r requirements.txt
python setup.py install

License

MIT