I am trying to get the Historical Data in Coin Market Cap getting the price for the "Date" and the "Close Price" for that date.
https://coinmarketcap.com/currencies/bitcoin/historical-data/
I tried this but I'm still trying to get the basics of IMPORTXML.
=IMPORTXML("https://coinmarketcap.com/currencies/the-sandbox/historical-data/","//table//tr//td")
any help would be appreciated.