The ecbdata API allows for easy querying of data from the ECB Data Portal: https://data.ecb.europa.eu/help/data/overview.
Project description
ecbdata
About
The ecbdata API allows for easy querying of data from the European Central Bank's Data Portal.
Installation
You can install with pip as:
pip install ecbdata
Example
from ecbdata import ecbdata
df = ecbdata.get_series('ICP.M.U2.Y.XEF000.3.INX', start='2024-01', end='2024-03')
When behind a proxy server, one can establish a connection as
from ecbdata import ecbdata
ecbdata.connect(proxies={'https': '<https-proxy>',
'http': '<http-proxy>'})
df = ecbdata.get_series('ICP.M.U2.Y.XEF000.3.INX', start='2024-01', end='2024-03')
For details on available series and filters, please consult the ECB Data Portal page.
Author
Luca Mingarelli, 2024
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ecbdata-0.0.9.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file ecbdata-0.0.9.tar.gz
.
File metadata
- Download URL: ecbdata-0.0.9.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63611b45096acee369a3eb152a0794144b9925b4094aeb81f38c565ee946aeb2 |
|
MD5 | 6a9eaebe63b04ac0550addd97c6a77b3 |
|
BLAKE2b-256 | 0b926f111568991b4402cc686c3e0433bc01737c0e5e76b3322041bf25be9edf |
File details
Details for the file ecbdata-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: ecbdata-0.0.9-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 666c4384649940aa10806c0ea1efd50bf9d7ab37167bf6be8a15ecebad4b3fd4 |
|
MD5 | 5b5b6b9e7bf34e73957f8cfdbdcbc610 |
|
BLAKE2b-256 | 34a4f35c05c7c295f23d7366366e8f831bf928f265fa91d7521d9ad127244f49 |