Documentation for smfPricesByDates() function


Description

    Downloads adjusted closing prices of a single ticker symbol for specified dates from the Yahoo historical quotes interface.

Syntax

    =smfPricesByDates( Ticker, date, [date,] [date,] ... )

Parameters

    Ticker= Ticker symbol (e.g "MMM").

    date= A date or worksheet range containing dates for which to grab an adjusted closing price; must be an EXCEL serial date value (e.g. DATE(2006,10,15)) or a range of such date values. Strings with valid dates are also allowed (e.g. "12/31/2008"). Non-date or invalid date values will cause "#N/A" to be returned for the adjusted closing price.


Examples Usage notes