

Google treats dates passed into GOOGLEFINANCE as as noon UTC time. Information is provided 'as is' and solely for informational purposes, not for trading purposes or advice. Quotes are not sourced from all markets and may be delayed up to 20 minutes. If you attempt to do so, you'll see a #N/A error in place of the values in the corresponding cells of your spreadsheet. Historical data cannot be downloaded or accessed via the Sheets API or Apps Script. GOOGLEFINANCE is only available in English and does not support most international exchanges. If any date parameters are specified, the request is considered historical and only the historical attributes are allowed.Some attributes may not yield results for all symbols. Historical data, even for a single day, will be returned as an expanded array with column headers. Real-time results will be returned as a value within a single cell. Important: A possible exception is when interval is specified as a number and when end_date|num_days is specified as a number of days.

#Yahoo finance change currency professional#
Professional use may be subject to additional licensing fees from a third-party data provider.Īll parameters must be enclosed in quotation marks or be references to cells containing text. Usage restrictions: The data is not for financial industry professional use or use by other professionals at non-financial firms (including government entities). interval can alternatively be specified as 1 or 7.Interval - The frequency of returned data either "DAILY" or "WEEKLY". If start_date is specified but end_date|num_days is not, only the single day's data is returned.Įnd_date|num_days - The end date when fetching historical data, or the number of days from start_date for which to return data.Start_date - The start date when fetching historical data. "expenseratio" - The fund's expense ratio. "morningstarrating" - The Morningstar "star" rating. "capitalgain" - The amount of the most recent capital gain distribution. "incomedividenddate" - The date of the most recent cash distribution. "incomedividend" - The amount of the most recent cash distribution. "return52" - Fifty-two-week (annual) total return. "yieldpct" - The distribution yield, the sum of the prior 12 months' income distributions (stock dividends and fixed income interest payments) and net asset value gains divided by the previous month's net asset value number. "changepct" - The percentage change in the net asset value. "change" - The change in the most recently reported net asset value and the one immediately prior. "date" - The date at which the net asset value was reported. "volume" - The volume for the specified date(s).Īttribute is one of the following for mutual fund data: "low" - The low price for the specified date(s). "high" - The high price for the specified date(s). "close" - The closing price for the specified date(s). "open" - The opening price for the specified date(s). Currencies don't have trading windows, so open, low, high, and volume won't return for this argument.Īttribute is one of the following for historical data: "currency" - The currency in which the security is priced. "shares" - The number of outstanding shares. "closeyest" - The previous day's closing price. "changepct" - The percentage change in price since the previous trading day's close. "change" - The price change since the previous trading day's close. "volumeavg" - The average daily trading volume. "datadelay" - How far delayed the real-time data is. "tradetime" - The time of the last trade. "marketcap" - The market capitalization of the stock. "volume" - The current day's trading volume. "priceopen" - The price as of market open. "price" - Real-time price quote, delayed by up to 20 minutes. Not all futures are supported at this time.Īttribute - The attribute to fetch about ticker from Google Finance and is required if a date is specified.Īttribute is one of the following for real-time data: Use TSE:123 or ASX:XYZ instead of ticker 123.TO or XYZ.AX. Reuters Instrument Codes are no longer supported. If the exchange symbol is not specified, GOOGLEFINANCE will use its best judgement to choose one for you. For example, use “NASDAQ:GOOG” instead of “GOOG.” It’s mandatory to use both the exchange symbol and ticker symbol for accurate results and to avoid discrepancies. Ticker - The ticker symbol for the security to consider. GOOGLEFINANCE("NASDAQ:GOOG","price",TODAY()-30,TODAY()) Fetches current or historical securities information from Google Finance.
