Hello,
I was trying to get historical data for Earnings Quality Country Rank Data (TR.EQCtryRank) through Python, and I used the following sentence:
All_Results,Error = ek.get_data(CUSIP_Symbol,["TR.EQCtryRank"],
{'SDate': "-20FY",'EDate': 0FY"})
The result I got only showed the data of the current year. How to get the historical data for last 20 years?
Thank you!