This repository was archived by the owner on Nov 27, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork3
Python Interface to econdb.com API
NotificationsYou must be signed in to change notification settings
econdb/inquisitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 thedocumentation site.
pip install inquisitor
import inquisitorqb = inquisitor.Inquisitor()### List sources qb.sources()### List datasetsqb.datasets(source='EU')### Obtain series dataqb.series(dataset='EI_BSCO_M')
MIT
About
Python Interface to econdb.com API
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published