CT_MARKETCAP

Get the total market capitalization of any cryptocurrency in Google Sheets. Understand relative coin size at a glance.

Syntax

=CT_MARKETCAP(symbol)

Parameters

ParameterRequiredDescriptionExample
symbolYesCryptocurrency ticker"BTC"

Examples

FormulaResultDescription
=CT_MARKETCAP("BTC")$1,320,000,000,000Bitcoin market cap
=CT_MARKETCAP("ETH")$385,000,000,000Ethereum market cap
=CT_MARKETCAP("SOL")$58,000,000,000Solana market cap

Common use cases

Compare market caps

Line up multiple coins and sort by market capitalization to see which projects carry the most weight.

=CT_MARKETCAP(A2)

Place tickers in column A and this formula in column B. Sort the sheet by column B descending for a quick leaderboard.

Track market dominance

Calculate any coin's share of the total crypto market by dividing its market cap by the sum of all tracked caps.

=CT_MARKETCAP("BTC") / SUM(B2:B20)

Format the cell as a percentage to see Bitcoin dominance (or any other coin) relative to your watchlist.

Troubleshooting

ProblemSolution
Returns #ERROR!Check the ticker symbol spelling
Returns N/AThis coin may not be in the free plan
Stale dataPress Ctrl+Shift+F9 to force refresh
Very large numbersFormat cells as Number with abbreviated units or use =CT_MARKETCAP("BTC")/1e9 for billions
  • CT_PRICE — Get the current price for any coin
  • CT_VOLUME — Get 24-hour trading volume
  • CT_RANK — Get the market cap ranking position