Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
/inquisitorPublic archive

Python Interface to econdb.com API

NotificationsYou must be signed in to change notification settings

econdb/inquisitor

Repository files navigation

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 thedocumentation site.

Installation

pip install inquisitor

Quick examples

import inquisitorqb = inquisitor.Inquisitor()### List sources qb.sources()### List datasetsqb.datasets(source='EU')### Obtain series dataqb.series(dataset='EI_BSCO_M')

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp