Yfinance API not working? #2416
Closed
spsandy715
started this conversation in
General
Replies: 1 comment
-
I am having the same issue. I get a JSON Code Error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the Yfinance API down?
I did this.
import yfinance as yf
import pandas as pd
import datetime as dt
start_dt = dt.date(2025, 4, 1)
end_dt = dt.date(2025, 4, 25)
df = yf.download('INFY.NS', start=start_dt, end=end_dt + dt.timedelta(days=1))
Giving me this error.
1 Failed download:
I tried the same for US stocks also - Same results.
Is this the case with everyone else?
Beta Was this translation helpful? Give feedback.
All reactions