blairj09 / cryptor

An R wrapper for the CryptoCompare API.
https://blairj09.github.io/cryptor
Other
7 stars 6 forks source link

Get historical hourly data #2

Open waynelapierre opened 6 years ago

waynelapierre commented 6 years ago

I was wondering how I could get historical hourly price data? Also, when I retrieve daily data, it seems only 1 month period is available, can I change that?

tiagovidal6 commented 4 years ago

Hi, I was trying to get historical daily data as well but it only gives the last month. is there a way to get daily hisotricla prices since eahc coin exists in the market? How do you add timeframe or frequency to this code: btc_price_history <- get_historical_price("btc", USD")? I would really appreciate your help

ThomasPepperz commented 4 years ago

@tiagovidal6 Are you still having trouble?