The FINANCIALS() function is designed to automatically obtain financial statements of companies directly from the Yahoo Finance website (finance.yahoo.com) by the specified ticker symbol (for example, AAPL, NVDA).
This function allows downloading the income statement, balance sheet, and cash flow statement for a specific period directly into the Excel (LibreOffice Calc) spreadsheets.
=FINANCIALS(Ticker; Statement; [Freq]; [Header]; [Indicator]; [Date])
The FINANCIALS() function automates the collection of fundamental data. You specify the stock code, and Excel (Calc) imports the corresponding financial indicators:
=FINANCIALS(Ticker; Statement; Freq)
We will get the following result:
The following values are used in this example:
The following values are used in this example:
The following values are used in this example:
The FINANCIALS() function can work both in normal mode and as an array function.
To use it as an array, simply enter the function in 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, simply select any cell of the array and press Ctrl+/.
If you need to convert an array formula to values, select the entire array and in the
When using a date in text format, 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 FINANCIALS() function by installing the YLC Utilities extension.
After that, this function will be available in all files opened in Excel (LibreOffice Calc).