The DIVIDEND() function is designed to automatically obtain dividend data directly from the Yahoo Finance website (finance.yahoo.com) by the specified stock ticker symbol (for example, AAPL, NVDA) and the selected date.
This function is convenient for creating stock trackers in Excel (LibreOffice Calc) tables and will be useful for investors, traders, and financial analysts.
=DIVIDEND(Ticker; [Range]; [Total])
The DIVIDEND() function is easy to use. You just need to specify a cell with the stock code and Excel (Calc) will automatically import the dates and amounts of dividends paid in the specified range:
=DIVIDEND(Ticker; Range; Total)
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 Yahoo Finance website:
The DIVIDEND() 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 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 in the array and press Ctrl+/.
If it is necessary to convert an array formula into values - select the entire array and in the
You can use the DIVIDEND() function by installing the YLC Utilities extension.
After that, this function will be available in all files that are opened in Excel (LibreOffice Calc).