Skip to content

Commit

Permalink
minor fix limits gecko api
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Apr 2, 2024
1 parent 739d3bd commit 5fdce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/staking_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(geckor)

## DOT Price

dot <- coin_history(coin_id = "polkadot", vs_currency = "usd", days = "max")
dot <- coin_history(coin_id = "polkadot", vs_currency = "usd", days = "365")
dot <- as.data.frame(dot)
dot$timestamp <- as.Date(dot$timestamp, format = "%d.%m.%y")
dot <- dot[,c(1,4:6)]
Expand Down

0 comments on commit 5fdce2b

Please sign in to comment.