Este é um blog onde anoto dicas técnicas de informática e computação. This is a blog where I write down technical tips on computing. Be aware that some resources used in this blog may use cookies to collect information used by Ads and Google Analytics. I do not monetize from this website, neither require or use personal information.
Showing posts with label Dólar. Show all posts
Showing posts with label Dólar. Show all posts
Monday, May 17, 2021
Gerar gráfico atualizado da cotação do dólar turismo no Google Sheets.
Importar tabela de variação em Real do Dólar Turismo de diversas casas de Cambio em São Paulo
Por exemplo na célula A1 colocar a fórmula (isso irá importar um array de valores em formato ["5.10",".."])
=IMPORTXML("https://www.melhorcambio.com/dolar_hoje/get_turismo.php?idmoeda=8&idcidade=2&periodo=2m","//body")
Para distribuir os valores em varias linha e então poder utilizar para plotar um gráfico
Na célula A2 colocar a fórmula
=TRANSPOSE(SPLIT(REGEXREPLACE(A1, "[\[\]""]",""),","))
Para obter somente o valor atual do dólar turismo utilizar a fórmula
=IMPORTXML("https://www.melhorcambio.com/cotacao/compra/dolar-turismo/sao-paulo","//h3/span")
Subscribe to:
Posts (Atom)