Hi,
I am trying to get company historical revenue guidance for Quarters. I saw that some posts point to DIB to search, but all i am finding is the guidance for no of shares. This is what I am using to get revenue, but i am coming up on empty.
ek.get_data(['VMW'], ["TR.GuidanceLowValue", "TR.GuidanceLowValue.calcdate", \
"TR.GuidanceHighValue", "TR.GuidanceHighValue.calcdate"], \
{"SDate":"2020-01-01", "EDate":"2021-08-27", "Period":"FQ0", "Frq":"FQ"})
Thanks.