How do I extract a specific data point from the "ticker.financials"
. Say I wanted to assign operating income in 2020 on that chart to "Operating_Income"
import pandas_datareader.data as web
import datetime
import requests
import yfinance as yf
ticker = yf.Ticker("MSFT")
ticker.financials