sanpy icon indicating copy to clipboard operation
sanpy copied to clipboard

Empty dataframe for intraday data.

Open kulievvitaly opened this issue 4 years ago • 0 comments

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?

kulievvitaly avatar Dec 07 '21 18:12 kulievvitaly