Returns stock price adjustments for the Stock Exchange with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Stock Exchange identifier (MIC or Intrinio ID) | |
date | DateTime? | The date for which to return price adjustments | [optional] |
pageSize | int? | 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 |
---|---|---|
StockPriceAdjustments | List | The stock price adjustments for all Securities traded on the Stock Exchange on the given date |
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. |