All Projects → econdb → inquisitor

econdb / inquisitor

Licence: other
Python Interface to econdb.com API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to inquisitor

BeaData.jl
A Julia interface for retrieving data from the Bureau of Economic Analysis (BEA).
Stars: ✭ 17 (-45.16%)
Mutual labels:  economics, economic-data
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+16529.03%)
Mutual labels:  economics, economic-data
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+13880.65%)
Mutual labels:  economics, economic-data
Ai Economist
Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist).
Stars: ✭ 537 (+1632.26%)
Mutual labels:  economics
Awesome Economics
A curated collection of links for economists
Stars: ✭ 688 (+2119.35%)
Mutual labels:  economics
Cgoes
Research by Carlos Góes
Stars: ✭ 105 (+238.71%)
Mutual labels:  economics
Microeconometrics.jl
Microeconometric estimation in Julia
Stars: ✭ 30 (-3.23%)
Mutual labels:  economics
Mostly Harmless Replication
Replication of tables and figures from "Mostly Harmless Econometrics" in Stata, R, Python and Julia.
Stars: ✭ 337 (+987.1%)
Mutual labels:  economics
Lab.js
Online research made easy
Stars: ✭ 140 (+351.61%)
Mutual labels:  economics
Guide2econra
Stars: ✭ 86 (+177.42%)
Mutual labels:  economics
Econml
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.
Stars: ✭ 1,238 (+3893.55%)
Mutual labels:  economics
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (+2183.87%)
Mutual labels:  economics
Cybernetics Club
🔃 Cybernetics Reading Club
Stars: ✭ 113 (+264.52%)
Mutual labels:  economics
Dsge.jl
Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE)
Stars: ✭ 625 (+1916.13%)
Mutual labels:  economics
Rtutor
Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
Stars: ✭ 141 (+354.84%)
Mutual labels:  economics
Gcam Core
GCAM -- The Global Change Analysis Model
Stars: ✭ 100 (+222.58%)
Mutual labels:  economics
Appelpy
Applied Econometrics Library for Python
Stars: ✭ 136 (+338.71%)
Mutual labels:  economics
Fecon236
Tools for financial economics. Curated wrapper over Python ecosystem. Source code for fecon235 Jupyter notebooks.
Stars: ✭ 72 (+132.26%)
Mutual labels:  economics
Psid.jl
Quickly assemble data from the Panel Study of Income Dynamics (PSID)
Stars: ✭ 22 (-29.03%)
Mutual labels:  economics
abcFinance
Agent-based computational Finance
Stars: ✭ 27 (-12.9%)
Mutual labels:  economics

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 the documentation site.

Installation

pip install inquisitor

Quick examples

import inquisitor
qb = inquisitor.Inquisitor()

### List sources 
qb.sources()

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

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].