ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
13.16k stars 2.33k forks source link

Revenue estimate? #1968

Open tommycarstensen opened 3 months ago

tommycarstensen commented 3 months ago

Describe bug

I don't think there is a way to get the average, high and low revenue estimate. Previously I could access this via: data['calendarEvents']['earnings']['revenueAverage'] data['calendarEvents']['earnings']['revenueLow'] data['calendarEvents']['earnings']['revenueHigh']

Simple code that reproduces your problem

N/A

Debug log

N/A

Bad data proof

No response

yfinance version

0.2.38

Python version

No response

Operating system

No response

ValueRaider commented 3 months ago

What is data?