Functia =IMPORTDATA
The IMPORTDATA function is what allows you to get arbitrary data from the internet, with a single argument, the source URL, Google Sheets will pull the contents and update the row. Given that cryptoprices.cc is returning plain text, it requires no additional parsing from your side.
See Google documentation on =IMPORTDATA
.
Cum sa importi pretul BVB in Google Sheets
=IMPORTDATA("https://bvb-prices.ro/stock/BVB/")
Cum sa importi componenta indecelui BET in Google Sheets
=IMPORTDATA("https://bvb-prices.ro/index/BET")
Cum sa convertesti pretul curent al unei actiuni BVB in Euro
=IMPORTDATA("https://bvb-prices.ro/stock/BVB/")*GOOGLEFINANCE("CURRENCY:RONEUR")
Demo
Poti sa vezi un SpreadSheet cu mai multe exemple aici.