Skip to main content
Version: Streamsheets 3.0

CRYPTOCOMPARE.PRICE

Premium

Get the price of each specified cryptocurrencies converted into other listed currencies.

Syntax

=CRYPTOCOMPARE.PRICE(FSymbols, TSymbols, [ParametersJSON], [ResponseTarget])

Arguments

NameTypeDescription
FSymbolsStringA comma separated list of cryptocurrency symbols. Maximum number of symbols is 300.
TSymbolsStringA comma separated list of currency symbols to convert price into. Maximum number of symbols is 100.
ParametersJSON (optional)JSONJSON which defines additional parameters as key value pairs. See CryptoCompare API for supported parameters and their values.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to

Return

TypeDescription
JSONResponse if successful.

Examples

AB
1eBTCE
FormulaResultComment
=CRYPTOCOMPARE.PRICE("BTC","USD,JPY,EUR")
JSONRetrieves current Bitcoin price in Dollar, Yen and Euro
=CRYPTOCOMPARE.PRICE("BTC","USD,JPY,EUR", JSON(A1:B1))
JSONSame as before but uses a different exchange server specified via additional JSON parameter