error message: Error.EikonError: Error code 400 | Backend error. 400 Bad Request

barry.chapman
barry.chapman Newcomer
edited December 2024 in Eikon Data APIs

Hi, I am running code that was once reliable, but now I get a backend error about half the time the code runs.

ek.get_data('0#.AORD(2024-01-01)', other_fields+beneish_fields+altman_fields, {'Period': 2024})

other_fields+beneish_fields+altman_fields:

['TR.CompanyFYearEnd', 'TR.F.TotRevenue(Period=2024).periodenddate', 'TR.F.LoansRcvblTot', 'TR.F.TotRevBizActiv', 'TR.F.COGSTot', 'TR.F.PPEGrossTot', 'TR.TotalCurrentAssets', 'TR.TotAssets', 'TR.F.DeprTot', 'TR.F.SGATot', 'TR.F.IncBefDiscOpsExordItems', 'TR.F.NetCashFlowOp', 'TR.F.DebtTot', 'TR.F.WkgCaptoTotAssets', 'TR.F.RetainedEarntoTotAssets', 'TR.F.EBITToTotAssets', 'TR.F.MktCapToTotLiab', 'TR.F.AssetTurnover']

Is there something wrong with the database, or my code?

Answers