Skip to main content

Library to download data from Trading Economics API

Project description

Install Python

If you don’t have a copy of Python installed on your computer, you can get it from:

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 in:

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 -https://docs.python.org/3/install/)

or Python 2 - https://docs.python.org/2/install/

and place it in your Python library folder.

Starting the package

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

tradingeconomics-0.2.947.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

tradingeconomics-0.2.947-py2-none-any.whl (31.3 kB view hashes)

Uploaded Python 2

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