Hello Support Team,
I'm retrieving quarterly fundamental data for XOM.N using the dl.get_data() function, and I've noticed a discrepancy in the data quality between the API output and Refinitiv Workspace.
Specifically, for the field TR.F.CrudeOilProdPerDayAvgTot, my Python output contains numerical values (or zeros) for certain periods, while the same periods in Workspace are marked as "Missing" or "N/A".
I believe the API is returning the raw data while the Workspace applies a filtering layer.
Here is the function call I'm using (requesting full quarterly history since 2005):
dl.get_data(['XOM.N'] , ["TR.F.Date", "TR.F.TotRevenue", "TR.F.NatGasProdPerDayAvgTot", "TR.F.CrudeOilProdPerDayAvgTot", "TR.F.OpExpnTot", "TR.F.SGATot", "TR.F.InvstLT", "TR.F.DeprInCOGS","TR.F.CashCashEquivTot","TR.F.DebtTot"] , {'Frq':'FQ', 'SDate':'2005-01-01', 'EDate':'0','Period':'FQ0'})
Could you please advise if there is an API parameter or data suffix I can use to ensure the data quality filtering applied in Workspace is also enforced in the API request, so that non-reported values are returned as true nulls?
Thank you for your assistance.
Best regards,