Returns historical Price for a specified As Of Date.
Syntax
vf_GetHistorical(Symbol, AsOfDate[, Item])
The vf_GetHistorical function syntax has these parts:
| Part | Description |
| Symbol | Required; String. A valid ticker Symbol. Follows Yahoo!Finance naming conventions. |
| AsOfDate | Required; Date. |
| Item | Optional; String. Can be one of the following: Open, High, Low, Volume, Close, Adj Close. If Item is none of the above the list of available items is returned. Otherwise the respective Item's value is returned. If Item is omitted the Adj Close is returned. |
Remarks
Sourced from Yahoo!Finance.
See Also
vf_GetHistory
vf_GetHstVol
vf_GetHstCorr
vf_GetPrice
vf_GetDividend
vf_GetReturn
vf_GetOptions
vf_GetOption
vf_Today
vf_Download
Resources
Contact
E-mail: admin@vbafin.com