Hello.
I want to get weekly or monthly data using historical price summary function, but only I can get daily data.
Should I use another RIC code or function? Please help me. Thanks a lot.
col = ['CMCU3'] start_date = '2019-01-01T00:00:00' end_date = '2021-02-01T00:00:00' df1 = rdp.get_historical_price_summaries(univers = col, interval = rdp.Intervals.WEEKLY, start = start_date, end = end_date)