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.

### Installation

pip install inquisitor

### Example of use

` token = '' # your token inq = inquisitor(token) inq.query('series', ticker = ["WEO.GGSB_NPGDP00CB.Y.FR","WEO.GGSB_NPGDP00CB.Y.ES"]) ## request data for french and spanish GDP 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.

### 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.2.zip (4.6 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