MNB soap client
Project description
MNB SOAP client module
Background
MNB exposes a publicly available exchange rate API as a SOAP service where they publish their official daily rate between Hungarian Forint (HUF) and most other currencies.
The official documentation of their API is available here in hungarian or in english
Installation
python setup.py install
or you can install it with any PyPI-compatible package manager
pip install mnb-soap
Sample:
from mnb import getCurrencyRate
a = getCurrencyRate()
print (a.getCurrencies())
print ('1 japán yen = {} hungarian forint', a.getActual('JPY'))
print (a.getHistoricalData('2023-03-01','2023-03-20','JPY'))
end
Python version:
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
History:
2023-03-21 ver 0.1 rewrited to module old branch moved to: 0.0.1 alpha
2023-02-24 actualisation
2017-02-06 rewrited test.py scrapper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MNB_soap-0.1.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file MNB_soap-0.1.tar.gz
.
File metadata
- Download URL: MNB_soap-0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e287d20efe9fd6105664cc07aa3a281776473da4e6081352c84d3c094348272f |
|
MD5 | c3102e5d2a17745304f856cf85dc10ba |
|
BLAKE2b-256 | 26850284a96efb4e3b8e0b068461f48bd9097e2b73d9dadeb3680c6bf4efd54a |
File details
Details for the file MNB_soap-0.1-py3-none-any.whl
.
File metadata
- Download URL: MNB_soap-0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0318a967e3c841bbe9f46284d43c1ee23cd9d3bc065319f0b4fca9bf2f8e60e4 |
|
MD5 | 551408d984ab6894e8a6092bb4e99514 |
|
BLAKE2b-256 | 4e909ea4fa3b44c4591f215e95b6247eaf3017bd9c07eb31b8de55a1e295d4d0 |