Calls the Bitfinex API to retrieve historical cryptocurrency records.
ticker_history(SYMBOLS = c("ALL"), start, end, limit)
SYMBOLS | Character vector containing ticker symbols for
cryptocurrencies, or |
---|---|
start | Millisecond start time |
end | Millisecond end time |
limit | Number of records (Max 250) |
A tibble. See details for column names.
tibble
descriptions:SYMBOL
: The symbol/ticker of the requested data
BID
: Price of last highest bid
ASK
: Price of last lowest ask
MTS
: millisecond timestamp