Returns adjustments to stock prices, derived from dividends and splits.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the company's common stock. | AAPL |
start_date
|
The earliest date for which to return adjustments. | 2014-09-28 |
end_date
|
The latest date for which to return adjustments. | 2015-09-28 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 3 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 20 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
identifier
* required
The stock market ticker symbol associated with the company's common stock.
|
||
start_date
* required
The earliest date for which to return adjustments.
|
||
end_date
* required
The latest date for which to return adjustments.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
date | the date of the stock price adjustment | date |
factor | the total adjustment factor by which earlier prices should be divided, including both dividends and splits | number |
dividend | the non-split-adjusted dividend per share on the ex-dividend date | number |
dividend_currency | the currency that the dividend was paid in | number |
split_ratio | the factor by which shares were divided | number |
date
the date of the stock price adjustment
|
||
factor
the total adjustment factor by which earlier prices should be divided, including both dividends and splits
|
||
dividend
the non-split-adjusted dividend per share on the ex-dividend date
|
||
dividend_currency
the currency that the dividend was paid in
|
||
split_ratio
the factor by which shares were divided
|