Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Equities

Chetan Malhotra edited this page Jul 15, 2018 · 2 revisions

Data

from kloudtrader.equities.data import *

Get historical prices

Returns professional-grade historical stock prices for a security or stock market index. New EOD prices are available at 5p.m.

Technical indicators are mathematical calculations based on the price, volume, or open interest of a security or contract. By analyzing historical data, technical analysts use indicators to predict future price movements.

kloudtrader provides a various line of indicators which can be categorically divided into:

Mometum indicators

Simple moving average

simple_moving_average(ticker,window,start_date,end_date)

Clone this wiki locally