Category "google-finance"

How to get price without a sign €/l?

I use this formula to get the data: importXML("https://at.fuelo.net/fuel/type/gasoline?lang=en"; "//table[@class=('table')]//tr") How to get price without a si

Appending GoogleFinance while copy data from source sheet to target sheet

I am copying source sheet data to target sheet by using following code (Thanks to Iamblichus). How to append the target sheet data with "=GOOGLEFINANCE(A1,price

Get BTC prices on Google Sheets from Google Finance

I'm trying to get data from Google Finance in Google Sheets with this formula: =GoogleFinance("CURRENCY:BTC") But I'm getting this error: GOOGLEFINANCE, the

page scraping to get prices from google finance

I am trying to get stock prices by scraping google finance pages, I am doing this in python, using urllib package and then using regex to get price data. When