Returns stock price adjustments for the Security with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
start_date
|
Return price adjustments on or after the date | - |
end_date
|
Return price adjustments on or before the date | - |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
start_date
* required
Return price adjustments on or after the date
|
||
end_date
* required
Return price adjustments on or before the date
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
stock_price_adjustments | The stock price adjustments for the Security | array |
date
|
The date on which the adjustment occurred. The adjustment should be applied to all stock prices before this date. | date |
factor
|
The factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices. | number |
dividend
|
The dividend amount, if a dividend was paid. | number |
dividend_currency
|
The currency of the dividend, if known. | string |
split_ratio
|
The ratio of the stock split, if a stock split occurred. | number |
security | The Security resolved from the given identifier | object |
id
|
The Intrinio ID for Security | string |
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
name
|
The name of the Security | string |
code
|
A 2-3 digit code classifying the Security (reference) | string |
currency
|
The currency in which the Security is traded on the exchange | string |
ticker
|
The common/local ticker of the Security | string |
composite_ticker
|
The country-composite ticker of the Security | string |
figi
|
The OpenFIGI identifier | string |
composite_figi
|
The country-composite OpenFIGI identifier | string |
share_class_figi
|
The global-composite OpenFIGI identifier | string |
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
stock_price_adjustments
The stock price adjustments for the Security
|
||
security
The Security resolved from the given identifier
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|