Skip to main content

A Python client for econdb.com/api/

Project description

This Python module provides a python wrapper around the API of Econdb.com.
For a successful response, API users must provide an authentication. To obtain an authentication token, users can register at econdb.com.

Installation

Just type:

pip install inquisitor

You can also find Inquisitor on Github

Documentation

The documentation on installation, use and API description is found at econdb.com documentation page.

Usage example

import inquisitor
qb = inquisitor.Inquisitor()

### List sources
qb.sources()

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

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

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

inquisitor-0.1.9.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

inquisitor-0.1.9-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 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