Skip to content
Advertisement

how to get dates from yahoo finance

I have a problem with getting the dates from yfinance into my matplotlib graph can somebody help/show me how to get the dates from yfinance into my matplotlib graph

JavaScript

Advertisement

Answer

Tested ✅

🔰You could extract the date from ticker_history[observation]
🔰 It is a Pandas Series object, so here’s how I’d do it:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement