Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic API for accessing ECB data from the ECB's Data Portal.

Resources

Stars

25 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages