Currencies¶
Currencies
sources: https://www.alphavantage.co https://www.nseindia.com/
-
class
plutoPy.model.Currencies.Av30minTimeSeries(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.Base,plutoPy.model.Db.StockVizBekaQuery the 30-min bar of currency USD-fx time-series published by AlphaVantage
-
CLOSE¶
-
HIGH¶
-
LOW¶
-
OPEN¶
-
SYMBOL¶
-
TIME_STAMP¶ in UTC
-
-
class
plutoPy.model.Currencies.AvEodTimeSeries(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.Base,plutoPy.model.Db.StockVizBekaQuery the end-of-day currency USD-fx time-series published by AlphaVantage
-
CLOSE¶
-
HIGH¶
-
LOW¶
-
OPEN¶
-
SYMBOL¶
-
TIME_STAMP¶ in UTC
-