I am trying to pull the history of Total revenue for FPCG.PK and I am unable to get the data for 2007-01-31 (red). I tried setting the ReportingState to "All" or "Orig"
I am only able to pull the 9/30/2007 data using the code below
TR = ["TR.TotalRevenue.Date","TR.TotalRevenue"]
df, err = ek.get_data( ['FPCG.PK'], TR, {'Scale': 6, 'SDate': 0, 'EDate': -15, 'FRQ': 'FY', 'ReportingState':'All'})
df
Is it possible to pull 01-31-2007?