Python Forum
RemoteDataError (PredictingCrpytoPrices)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RemoteDataError (PredictingCrpytoPrices)
#7
The problem seems to be with pandas interpreting the page. I tested the URL and got a nicely formatted table on a page. The table is quite long, takes several loads, so thought might be related to that. Tried shortening the interval by changing the start year to 2021. Still error. Changed to using pd.read_html() instead of the data reader. Pandas came back with an error 404. Weird, so read the docs (often a good idea). read_html does not work with https apparently.

In any case, tried a request using your code from Naver. That worked (failed later as different format data from what you expect). So it is explicitly yahoo finance and the connection there that is the problem.

Not an answer for you, but might give some ideas.
Reply


Messages In This Thread
RE: RemoteDataError (PredictingCrpytoPrices) - by jefsummers - Sep-25-2021, 12:44 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020