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.StockVizBeka

Query 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.StockVizBeka

Query the end-of-day currency USD-fx time-series published by AlphaVantage

CLOSE
HIGH
LOW
OPEN
SYMBOL
TIME_STAMP

in UTC

class plutoPy.model.Currencies.NseFuturesTimeSeries(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base, plutoPy.model.Db.StockViz

Query the currency futures time-series published by the NSE

CLOSE
CONTRACTS
EXPIRY
HIGH
LOW
OI
OPEN
SETTLE
SYMBOL
TIME_STAMP
VALUE
class plutoPy.model.Currencies.NseOptionsTimeSeries(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base, plutoPy.model.Db.StockViz

Query the currency option time-series published by the NSE

CLOSE
CONTRACTS
EXPIRY
HIGH
LOW
OI
OPEN
OTYPE
SETTLE
STRIKE
SYMBOL
TIME_STAMP
VALUE