Answer the question
In order to leave comments, you need to log in
How to transfer real-time dynamic data from a website to Excel?
The site https://finance.yahoo.com/quote/TSLA has dynamic data that changes every n seconds (attached a photo). Tell me how you can automatically transfer real-time data to an Excel spreadsheet?
https://finance.yahoo.com/quote/TSLA - there will be many such links, more than 1000 pieces and only the last prefix will change (TSLA> QQQ> SPY>...). That is, I want to pull up dynamic data from many categories of the site in Excel.
I tried to do it through importXML in a google sheet, but after several updates, the data stops being transmitted.
Answer the question
In order to leave comments, you need to log in
Welcome to the world of reverse engineering.
In order to collect data from someone else's site, it is necessary to conduct an investigation, for each of them, after each change of the site (sometimes even minimal), repeated (yes, it's easier, but when you have to do it for months ... it becomes not so easy)
in this particular case, the site receives data from server to websocket by link in double encoded form
CgRUU0xBFc18h0QYwJep2qtfKgNOTVMwCDgCRfhlOz5lAHD9P9gBBA==
00000000 0a 04 54 53 4c 41 15 66 5a 87 44 18 a0 ba 93 da |..TSLA.fZ.D.....|
00000010 ab 5f 2a 03 4e 4d 53 30 08 38 02 45 ee 4a ab 3d |._*.NMS0.8.E.J.=|
00000020 65 00 a8 67 3f d8 01 04 |e..g?...|
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question