Please help me to understand why for some tickers the library is not reflecting yahoo official data for closure #2163
-
Describe bugFor example for ticker 1AKAM.MI the closure from yahoo website is 89.35 at 27/11/2024, but the library is reporting a closure of 80.00 for the same date. Am I filling wrong the request to the library ? https://finance.yahoo.com/quote/1AKAM.MI/ Simple code that reproduces your problemdf = yfinance.Ticker(('1AKAM.MI').history(start=start_date, auto_adjust=False) o Debug lognot needed I think Bad data proof
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Where are you getting this information from? |
Beta Was this translation helpful? Give feedback.
Where are you getting this information from?
There doesn't seem to be anything wrong for me