Google Sheets BVB Prices

Metoda cea mai simpla pentru a importa date de la BVB in Google Sheets.

Folosind functia IMPORTDATA e suficient.

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

Cum sa importi pretul BVB in Google Sheets
Cum sa importi componenta indecelui BET in Google Sheets

Poti sa vezi un SpreadSheet cu mai multe exemple aici.