...sts.instruments - non-empty is required
I reran the following code I had successfully run before, but the error appeared this time.
Code:
Complete_Data, err = ek.get_data(List_RIC_Arr,
['TR.RetireDate','TR.ClosePrice.date','TR.ClosePrice','TR.CompanyMarketCap',
'TR.Volume','TR.TtlCmnSharesOut','TR.NumberOfAnalysts','TR.EPSNumberofEstimates',
'TR.EPSNumIncEstimates'],
{'Scale': 6, 'SDate': '2016-01-01', 'EDate': '2016-01-31', 'FRQ': 'D', 'Curn': 'AUD'})
List_RIC_Arr is a list of all RIC for ASX-listed companies.
I am wondering what is going on, and how should I handle this?