Skip to main content

Python class to fetch data from inquirim.com

Project description

## Brief

This Python module provides a class to download and parse data from the API of Inquirim.com. This API accepts requests provided an authentication token is supplied. To obtain an authentication token, users must register at inquirim.com.

## Example of use

token = ‘’ # your token inq = inquisitor(token) inq.query(‘series’, ticker = [“WEO.GGSB_NPGDP00CB.Y.FR”,”WEO.GGSB_NPGDP00CB.Y.ES”], expand = ‘values’) ## request data for french and spanish GDP inq.query(‘custom’, name = ‘test’, expand = ‘values’) ## request data for a custom dataset (users can create and edit datasets) df = inq.df() # a pandas data frame

## Motivation

This project aims at complementing the effort to make access to economic data easier with the inquirim.com API.

## Installation

pip install git+https://github.com/inquirim/inquisitor.git

## License

MIT

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.zip (3.1 kB view hashes)

Uploaded Source

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