Please see "Method 4. Using VBA for Custom Web Scraping" to see what I'm referring to. You can program extensions into Excel that will put information from a web page into Excel spreadsheets. https://techcommunity.microsoft.com/discussions/excelgeneral/adding-futures-indexes-and-commodities-into-excel/4200203 The subroutine "GetStockData()" would need to be modified to go to a different URL (whatever the URL of your futures or elevator page is), and then you'd need to modify the "parse response" and "find and extract data" parts of that Visual Basic macro to start making headway. |