The FUNDS() function is designed to automatically obtain prices for mutual investment funds (Mutual Funds) directly from the Yahoo Finance website (finance.yahoo.com) for the specified symbol (for example, VFIAX) and the selected date. It allows you to obtain both historical prices and current asset value indicators.
This function simplifies investment portfolio management in Excel (LibreOffice Calc) spreadsheets and is an indispensable tool for long-term investors.
=FUNDS(Symbol; [Date]; [Indicator])
Using the FUNDS() function is very simple. Just specify the fund ticker and date, and Excel (Calc) will automatically download the data:
=FUNDS(Symbol; Date; Indicator)
We will have the following result:
The following values are used in this example:
The following values are used in this example:
Relevant data from the Yahoo Finance website:
The FUNDS() function can work both in normal mode and as an array function.
To use as an array, simply enter the function into any cell, specifying the appropriate parameters. After that, you need to press Ctrl+Shift+Enter to enter the array formula, and LO Calc will automatically return a table with data.
To select all cells associated with the array formula, just select any cell in the array and press Ctrl+/.
If you need to convert an array formula into values - select the entire array and in the
You can use the FUNDS() function by installing the YLC Utilities extension.
After that, this function will be available in all files that will be opened in Excel (LibreOffice Calc).