Skip to content

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

License

Notifications You must be signed in to change notification settings

LucaMingarelli/ecbdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages