Last active
July 10, 2025 08:23
-
-
Save maaduukaar/274d17ec28f7fd30b0b91c990b9f8ae8 to your computer and use it in GitHub Desktop.
Get Toncoin rate to Google Spreadsheets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EN: | |
=VALUE(SUBSTITUTE(IMPORTXML("https://coinmarketcap.com/currencies/toncoin/"; "//span[@data-test='text-cdp-price-display']"); "$"; "")) | |
RU: | |
=ЗНАЧЕН(ПОДСТАВИТЬ(ПОДСТАВИТЬ(IMPORTXML("https://coinmarketcap.com/currencies/toncoin/"; "//span[@data-test='text-cdp-price-display']"); "$"; ""); "."; ",")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment