The CRYPTO() function is designed to automatically retrieve 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 useful for creating crypto trackers in Excel (LibreOffice Calc) spreadsheets and will be useful for investors, analysts, and anyone monitoring the market.
=CRYPTO(Token; [Date])
The CRYPTO() function is easy to use. You just need to specify the cell with the cryptocurrency code and Excel (Calc) will automatically import its price for the specified date:
=CRYPTO(Token; 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 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 opened in Excel (LibreOffice Calc).