Returns realtime stock prices for the Stock Exchange with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Stock Exchange identifier (MIC or Intrinio ID) | |
source | Character | Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] |
active_only | Logical | Returns prices only from the most recent trading day. | [optional] |
traded_today | Logical | Returns prices only from securities which have traded on the most recent trading day. | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
tickers | Character | The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
stock_prices | List of RealtimeStockPrice | The realtime stock prices for all Securities traded on the Stock Exchange |
stock_prices_data_frame | Data Frame | Data frame representation of stock_prices |
stock_exchange | StockExchange | The Stock Exchange resolved from the given identifier |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |