First release of python SDK.
- TImeseries: Get timeseries of symbols
- Indicators: Get the indicators of the symbol
Timeseries support
get_timeseries()
Indicators support
1. ADX - get_adx()
2. AROON - get_aroon()
3. AROONSC - get_aroonsc()
4. BBANDS - get_bbands()
5. CCI - get_cci()
6. EMA - get_ema()
7. MACD - get_macd()
8. RSI - get_rsi()
9. SMA - get_sma()
10. STOCH - get_stoch()