Returns realtime stock prices for the Stock Exchange with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Stock Exchange identifier (MIC or Intrinio ID) | |
source | List | Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] |
activeOnly | bool? | Returns prices only from the most recent trading day. | [optional] |
tradedToday | bool? | Returns prices only from securities which have traded on the most recent trading day. | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
tickers | List | The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
StockPrices | List | The realtime stock prices for all Securities traded on the Stock Exchange |
StockExchange | StockExchange | The Stock Exchange resolved from the given identifier |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |