Git Product home page Git Product logo

phillippat1 / notebooks-trading-eco Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tradingeconomics/notebooks

0.0 0.0 0.0 30.18 MB

Trading Economics Python Jupyter Notebooks showcase how everyone can make insights and data science. Trading Economics has more than 20 million indicators from 196 countries plus historical, delayed and live quotes for exchange rates, stocks, indexes, bonds and commodity prices

Python 0.01% Jupyter Notebook 99.99% Dockerfile 0.01%

notebooks-trading-eco's Introduction

Trading Economics Notebooks

The Trading Economics Python Jupyter Notebooks GitHub repository showcases examples on how one can easily interact with our data to make interesting data findings and insights. Trading Economics is a gateway to 20 million indicators from 196 countries. Trading Economics provides its subscribers with a near real-time economic calendar updated 24 hours a day, historical data time series sourced recently and directly from national statistics offices, quotes for thousands of financial markets, and active support. 

Getting started

Users also have the choice to fork or clone this repository into their local computer. Be aware that if you just clone the repository you will not be able to push changes into our master branch. Thus forking is probably better as it allows you to add new files and push changes.

git clone https://github.com/tradingeconomics/notebooks

Installation

JupyterLab allows users to do data science using a web-based user interface.

pip install jupyterlab

Credentials

While many examples can be run with an anonymous guest:guest key, the best path is for you to sign up for a free developer account at https://developer.tradingeconomics.com/ to get your own API key. With a developer account one gets free access to datasets from the Worldbank, the United Nations, the Federal Reserve, the EUROSTAT, and much more.  Dont' worry! We will never share your email information with anyone. If you do not want to register, consider, the API key guest:guest is very limited.

Protect your credentials! Please set your keys as environment variables before you launch your application.

# linux / mac 
export apikey='guest:guest'
# windows
set apikey='guest:guest'

Running

jupyter lab

Running with Docker

Trading Economics Notebooks Docker packages everything you need to run some data science and analytics. Please swap 'guest:guest' with your key and consider that only notebooks into the work folder will be stored.

docker run --rm --name te-notebooks -p 8888:8888  -e apikey='guest:guest' -v "${PWD}":/home/jovyan/work tradingeconomics/notebooks:latest  start.sh jupyter lab --LabApp.token=''

Documentation:

https://docs.tradingeconomics.com

Examples:

https://github.com/tradingeconomics/tradingeconomics

Learn more

https://tradingeconomics.com/api/

Support

Do you have any suggestions? Please let us know

https://tradingeconomics.com/contact.aspx?subject=notebooks

notebooks-trading-eco's People

Contributors

antoniojfsousa avatar tennesseecps avatar te-support avatar tetatenda avatar stella-te avatar patriciavicente avatar adil-shahab-te avatar fguerreir0 avatar brunodlcarmo avatar xtech-beintouch01 avatar josevargaste avatar alexander-k1 avatar tatmush avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.