Skip to content

Full dataset - volume, market cap, 24 hour change, etc

If you want the full dataset with all columns, use full.csv instead of standard.csv:

=IMPORTDATA("https://cryptorates.ai/files/full.csv", ",", "en_US")

Columns

The full dataset includes:

FieldDescription
SymbolCrypto ticker/symbol
NameName
RankThe global rank of this coin by market cap
Price USDCurrent price in USD
Volume 24hGlobal trading volume in USD over the last 24 hours
Market capMarket cap according to CoinMarketCap's methodology
SupplyCurrent supply in circulation
Change 24hThe price change over the last 24 hours (1% change would be returned as 0.01)
Change 7dThe price change over the last 7 days (1% change would be returned as 0.01)
ATHThe all-time high price
ATH dateThe all-time high date in Unix time (in seconds)
ATLThe all-time low price
ATL dateThe all-time low date in Unix time (in seconds)

All-Time High (ATH) and Low (ATL)

The dates for these columns are in Unix epoch time. To convert to a normal Google Sheets date, use the EPOCHTODATE formula, as you can see in the sheet above.

=EPOCHTODATE(K2)