-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Since Tuesday, 5/6/2025, get_current_price requests returns None.
from yahoofinancials import YahooFinancials as yf
print("Getting current price...")
gp = yf(['^DJI', 'EURUSD=X', 'CL=F'])
print(gp.get_current_price())`
Returns:
{'^DJI': None, 'EURUSD=X': None, 'CL=F': None}
Program has been working fine since last update. Anyone else having this problem?``
stalker314314
Metadata
Metadata
Assignees
Labels
No labels