I am trying to find the quarterly revenue and I have this:
data, err = ek.get_data(instruments = ['RCKY.O'],
fields = ['TR.Turnover.periodenddate','TR.TotalRevenue'],
parameters = {'SDate' : 0, 'EDate': -19, 'Period': 'FQ0', 'Frq':'FQ'})
I'm looking for to also return the subcategories of total revenue: wholesale, retail, military, but cannot find them on DIB
Thanks in advance.