Returns stock price adjustments for the Stock Exchange with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Stock Exchange identifier (MIC or Intrinio ID) | |
date | Date | The date for which to return price adjustments | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
stock_price_adjustments | List of StockPriceAdjustment | The stock price adjustments for all Securities traded on the Stock Exchange on the given date |
stock_price_adjustments_data_frame | Data Frame | Data frame representation of stock_price_adjustments |
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. |