1

Trying to acquire the "Performance" table in Google Sheets using this link: https://www.investing.com/commodities/real-time-futures

I have tried: =IMPORTHTML("https://www.investing.com/commodities/real-time-futures","table",1)

But it only comes back with the first tab "Price" table. Any suggestions would be helpful.

player0
  • 124,011
  • 12
  • 67
  • 124
F4VS
  • 13
  • 3

1 Answers1

0

not possible. "Performance" table is controlled by JavaScript and google sheets IMPORT functions are not able to work with / scrape JS content

player0
  • 124,011
  • 12
  • 67
  • 124