Skip to main content

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

CircleCI version PyPI Latest Release License Downloads Buy Me A Coffee

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

You find this work useful? Buy Me A Coffee

Python

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.8.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

ecbdata-0.0.8-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page