Returns stock price adjustments for the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
start_date | Date | Return price adjustments on or after the date | [optional] |
end_date | Date | Return price adjustments on or before the date | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
stock_price_adjustments | Array | The stock price adjustments for the Security |
security | SecuritySummary | The Security resolved from the given identifier |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |