The OPTIONS() function is designed for automatically obtaining historical data for options directly from the Yahoo Finance website (finance.yahoo.com) by a specified contract symbol (for example, SPY260205P00680000).
This function allows you to obtain prices and other option indicators directly in the Excel (LibreOffice Calc) table, which significantly simplifies the analysis of derivatives and the construction of complex financial models.
=OPTIONS(Symbol; [Date]; [Indicator])
The OPTIONS() function automatically downloads data for a specific contract. You only need to specify the option symbol, and Excel (Calc) imports the data:
=OPTIONS(Symbol; Date; Indicator)
We will have the following result:
In this example, the following values are used:
In this example, the following values are used:
Corresponding data from the Yahoo Finance website:
The OPTIONS() 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 data table.
To select all cells related to the array formula, simply select any array cell and press Ctrl+/.
If you need to convert an array formula into values - select the entire array and in the
You can use the OPTIONS() function by installing the YLC Utilities extension.
After that, this function will be available in all files opened in Excel (LibreOffice Calc).