quote
Classes
Module Contents
- class quote.FxPrice
- ticker: str
- bid: float
- ask: float
- open: float
- low: float
- high: float
- changes: float
- date: str
- class quote.RealtimeFullPrice
- symbol: str
- volume: int
- ask_price: float
- ask_size: int
- bid_price: float
- bid_size: int
- last_sale_price: float
- last_sale_size: int
- last_sale_time: int
- fmp_last: float
- last_updated: int
- class quote.AftermarketQuote
- symbol: str
- ask: float
- bid: float
- asize: float
- bsize: int
- timestamp: str
- class quote.PriceChange
- symbol: str
- day_1: float
- day_5: float
- month_1: float
- month_3: float
- month_6: float
- ytd: float
- year_1: float
- year_3: float
- year_5: float
- year_10: float
- max: float
- class quote.OtcQuote
- prev_close: float
- high: float
- low: float
- open: float
- volume: int
- last_sale_price: float
- fmp_last: float
- last_updated: str
- symbol: str
- class quote.Quote
- symbol: str
- name: str
- price: float
- change_percentage: float
- change: float
- day_low: float
- day_high: float
- year_low: float
- year_high: float
- market_cap: int
- price_avg_50: float
- price_avg_200: float
- volume: int
- avg_volume: int
- exchange: str
- open: float
- previous_close: float
- eps: float
- pe: float
- earnings_date: str
- timestamp: str