time_series_transform.stock_transform.stock_engine package¶
Submodules¶
time_series_transform.stock_transform.stock_engine.engine_interface module¶
-
class
time_series_transform.stock_transform.stock_engine.engine_interface.
engine_interface
[source]¶ Bases:
object
Interface of the stock API engine
-
abstract
getAdditionalInfo
()[source]¶ Additional information fetched from the selected stock
- Returns
dictionary of additional information, e.g. company information
- Return type
additional data
-
abstract
getHistoricalByPeriod
(period)[source]¶ get historical data by period
- Parameters
period (str) – period of the stock data valid input sample: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max
- Returns
- Return type
stock data
-
abstract