sanpy
sanpy copied to clipboard
Empty dataframe for intraday data.
Hello there, I would like to know how to get intraday metrics for example mvrv_usd_intraday_30d by using your API. I was able to obtain daily based metrics like mvrv_usd_30d by using the code:
result = san.get(metric_name,
from_date=(datetime.datetime.utcnow()-datetime.timedelta(days=30)),
interval=time_interval
)
But I am getting empty data frame instead when trying to receive intraday data. I have a paid subscription by the way. What i am doing wrong? How I can get intraday data, for example mvrv_usd_intraday_30d?