adjustedClosingPrices
Description
adjusts raw closing prices for splits and cash dividends.TT2
= adjustedclosingprices(TT1
)
adjustedclosingprices
adjusts raw closing prices for stock
splits by dividing by the split ratio (for example, dividing by 2 for a 2:1 split or
1.5 for a 3:2 split). adjustedclosingprices
adjusts closing
prices for cash dividends by scaling them by a dividend multiplier in which it
expresses the dividend as a fraction of the last closing price preceding the
ex-dividend date. To avoid negative prices, this scaling operation adheres to the
Center for Research in Security Prices (CRSP) standard.
specifies options using one or more name-value arguments in addition to the input
arguments in the previous syntax.TT2
= adjustedclosingprices(___,Name=Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024a