The CRYPTO() function is designed for automatic retrieval of cryptocurrency prices directly from the Yahoo Finance website (finance.yahoo.com) by the specified exchange symbol (e.g., BTC, ETH) and selected date. It supports both historical data and real-time values.
This function is convenient for creating crypto trackers in Excel (LibreOffice Calc) spreadsheets and will be useful for investors, analysts, and everyone who monitors the market.
=CRYPTO(Symbol; [Date])
The CRYPTO() function is simple to use. You just need to specify the cell with the cryptocurrency code and Excel (Calc) automatically imports its price for the given date:
=CRYPTO(Symbol; Date)
We will have the following result:
In this example, the following values are used:
Corresponding data from the Yahoo Finance website:
You can use the CRYPTO() function by installing the YLC Utilities extension.
After that, this function will be available in all files that will be opened in Excel (LibreOffice Calc).