Returns Securities traded on the Stock Exchange with `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Stock Exchange identifier (MIC or Intrinio ID) | |
pageSize | Number | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
securities | [SecuritySummary] | The 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. |