econdb / inquisitor

Python Interface to econdb.com API

Home Page:https://www.econdb.com/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Versions

Brief

Econdb.com is an aggregator of economic data.

This Python module provides a wrapper around the API of Econdb.com.

To send requests to the API, users need to provide an authentication token, which can be obtained by registering at econdb.com.

Documentation of the API and use examples can be found on the documentation site.

Installation

pip install inquisitor

Quick examples

import inquisitor
qb = inquisitor.Inquisitor()

### List sources 
qb.sources()

### List datasets
qb.datasets(source='EU')

### Obtain series data
qb.series(dataset='EI_BSCO_M')

License

MIT

About

Python Interface to econdb.com API

https://www.econdb.com/api/


Languages

Language:Python 100.0%