When using time series data, there are often situations where you want to get point in time for each day.
For example, for time series A, which records the accumulated value, the raw data at 9 o'clock on 1/1, the raw data at 9 o'clock on 1/2, and so on.
Even if you specify "Granularity=1d" using the SDK, the data obtained is aggregated, so there is a discrepancy from the raw data.
Therefore, when I acquire raw data with daily granularity, I pick up the raw data as of 9 o'clock on 1/1 after acquiring raw data with fine granularity.
This is very tedious and time-consuming, so I want an easy way to get the raw data at a specific time from the SDK options or UI.
Gathering Interest
I want to get raw data at a specific time.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.