I used the following code as mentioned in this question
https://community.developers.refinitiv.com/questions/42502/what-is-the-best-way-to-retrieve-open-interests-da.html
but it gives daily data not monthly data. Is there any way to modify it somehow to retrieve monthly data?
Code:
df, e = ek.get_data('NGc1', ['TR.OPENINTEREST.Date', 'TR.OPENINTEREST'], {'SDate':'2011-01-01','EDate':'2020-12-31'})
df
Any leads will be highly appreciated. Thanks in advance.