Skip to main content

Get cryptocurrency price

Returns the current price of a given cryptocurrency.

URL

https://api.excelapi.org/crypto/rate

Configuration

ConfigurationRequiredDescription
pairSpecify the currency pair. Include hyphen.

Pair

symbol nameCurrency Pair Name
btc-jpybitcoin/Yen
btc-usdbitcoin/US dollar
eth-jpyEthereum/Yen
eth-usdEthereum/US dollar
ltc-jpyLiteCoin/Yen
ltc-usdLiteCoin/US dollar
xrp-jpyRpple/Yen
xrp-usdRpple/US dollar
xem-jpyXEM/Yen
xem-usdXEM/US dollar
mona-jpyMonaCoin/円
ada-usdAdaCoin/US dollar
bnb-btcBinance Coin/bitcoin
bnb-usdtBinance Coin/US dollar

※ These are just a few examples. All cryptocurrencies listed on Coinbase are supported.

Example

サンプル

B2:

=WEBSERVICE("https://api.excelapi.org/crypto/rate?pair="&A2)