dpitic / Learn-Algorithmic-Trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn-Algorithmic-Trading

Algorithmic trading systems and strategies.

Publisher's Code Repository

The original code repository published by the author on GitHub.

Dependencies

The code depends on the following libraries.

pandas-datareader

pandas-datareader provides access to financial data from numerous data sources.

Installation

pandas-datareader can be installed with either pip or conda.

pip install pandas-datareader

or

conda install pandas-datareader

Usage

import pandas_datareader as pdr

About


Languages

Language:Python 100.0%