30 Mar 2023 01:50 PM - last edited on 17 Apr 2023 11:36 AM by AgataWlodarczyk
Hi team,
Is there any way to extract month or year data with minutes as a resolution?
As of now, we can only extract data for 7 days with a minute resolution.
Solved! Go to Solution.
30 Mar 2023 02:24 PM
Hi @shubham , the limit of 7 days at 1 minute resolution cannot be changed. You would need to issue several queries in order to retrieve more than 7 days at 1 minute resolution.
17 Apr 2023 10:07 AM
Hi @fcourbon , several queries you mean executing API one by one by changing timeframe or there is another way to do it like lopping?
17 Apr 2023 10:18 AM
A loop would be suitable, for instance using a 1 day timeframe and adapting the timeframe for each day of a given month, sending one request per day.