Library to download data from Trading Economics API
Project description
# Trading Economics API
### Load Data Directly Into Python
If you don’t have a copy of Python installed on your computer, you can get it from:
https://www.python.org/downloads/
It’s recomended to install pip, it is a package management system used to manage software packages written in Python. You can find all information on https://packaging.python.org/installing/.
Then just type in Python (command line) `python pip install tradingeconomics `
There is a possibility to install package using easy_install `python easy_install https://pypi.python.org/packages/4c/b4/e2e2a9668be305a42c0644b3eb5d4d1034ae062653ef737d7e80c1423d28/tradingeconomics-0.2.X.tar.gz ` Where ‘X’ type the last version number.
As alternative you can download the package from https://pypi.python.org/pypi/tradingeconomics and then follow the installation instructions for [Python 3.x](https://docs.python.org/3/install/) or [Python 2.x](https://docs.python.org/2/install/)
Another method is to download the GitHub repo: https://github.com/ieconomics/open-api/tree/master/python and then place it in your Python library folder.
### Lets start In command window type
`python import tradingeconomics as te te.login('APIkey') ` If you don’t have APIkey just left empty space in brackets.
Note: Without APIkey datasets will default to returning sample data.
Results are available in differente formats, such as : JSON, pandas.DataFrame or dictionary.
For example:
To get calendar data for specific country, in data frame format, just type `python te.getCalendarData(country = 'Italy', output_type = 'df') `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tradingeconomics-0.2.943-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d84caf16c84a056c24f13a41e91a839cda524a17ab65c890e328c3c245dfb63a |
|
MD5 | 0fea156a6e13affac1fb8ce1d95822fe |
|
BLAKE2b-256 | 01541e4abbe66aeca9da5ac4a47f74f21bc57a1f14bc97bc8608f9704cdcdd6c |