The CAC_40() function is designed for automatic retrieval of stock prices of companies from the 'CAC 40' index, traded on the exchange "EURONEXT" directly from the website Yahoo Finance (finance.yahoo.com) by the specified ticker symbol (e.g., AIR, BNP) and selected date. It supports both historical quotes and current real-time values.
This function is convenient for creating stock trackers in tables Excel (LibreOffice Calc) and will be useful for investors, traders, and financial analysts.
=CAC_40(Ticker; [Date]; [Indicator])
The CAC_40() function is easy to use. You just need to specify the cell with the stock code and Excel (Calc) will automatically import its price for the specified date:
=CAC_40(Ticker; Date)
We will get the following result:
In this example, the following values are used:
In this example, the following values are used:
Corresponding data from the website Yahoo Finance:
You can use the function CAC_40() by installing the extension YLC Utilities.
After this, this function will be available in all files that will be opened in Excel (LibreOffice Calc).