powered by
This code retrieves data for all available fiat currencies that are available on the website.
fiat_list(include_metals = FALSE)
List of (active and historically existing) cryptocurrencies in a tibble:
CMC id (unique identifier)
Coin symbol (not-unique)
Coin name
Fiat currency sign
Shall the results include precious metals (TRUE) or not (FALSE=default). Update: As of May 2024 no more metals are included in this file
if (FALSE) { # return fiat currencies available through the CMC api fiat_list <- fiat_list() }
Run the code above in your browser using DataLab