The FUNDS() function is designed for automatically obtaining mutual investment fund prices (Mutual Funds) directly from the Yahoo Finance website (finance.yahoo.com) by a specified symbol (for example, VFIAX) and a 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:
Corresponding data from the website Yahoo Finance:
The FUNDS() function can work both in normal mode and as an array function.
To use it as an array, simply enter the function into any cell, specifying the relevant parameters. After that, 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, simply 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 menu
When using a date as text, it must first be converted into a real date, for example:
You can also use ready-made templates to get historical data, financial indicators, or a company profile.
To do this, go to the menu
You can use the FUNDS() function by installing the YLC Utilities extension.
After that, this function will be available in all files opened in Excel (LibreOffice Calc).