Hello!
I'm trying to download the official Return on Capital of AAPL.OQ of the previous quarters, on a quarterly frequency. However, when I execute my code I simply get the yearly data repeated 4 times.
I noticed that the issue is only with the field I'm using, so maybe there's a different one for that frequency?
data, err = ek.get_data(
["AAPL.OQ"],
["TR.ROCEActValue.calcdate","TR.ROCEActValue"],
{"SDate": "-8", "EDate": "0", "Frq": "FQ"},
)
Thanks for your help!