Read a table off of a website

15 visualizaciones (últimos 30 días)
Abhi
Abhi el 25 de Oct. de 2024 a las 13:23
Comentada: Abhi el 29 de Oct. de 2024 a las 12:29
I'm trying to read the table of stocks off of this link: https://www.nasdaq.com/market-activity/stocks/aapl/historical?page=8&rows_per_page=10&timeline=y1. I've tried readtable and webread functions but none have given me great results.
  1 comentario
Abhi
Abhi el 29 de Oct. de 2024 a las 12:29
I keep getting this error, is there anything I can do about it?
Error using webread (line 122)
The connection to URL 'https://www.nasdaq.com/market-activity/stocks/aapl/historical?page=8&rows_per_page=10&timeline=y1' timed out after 60.000 seconds. The reason is "Waiting for response header". Perhaps the server is not responding or weboptions.Timeout needs to be set to a higher value.

Iniciar sesión para comentar.

Respuestas (1)

埃博拉酱
埃博拉酱 el 25 de Oct. de 2024 a las 13:35
Consider using htmlTree to parse the web page returned from webread.

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by