Top Free Public Crypto APIs for Google Sheets [2024] | API Connector (2024)

Print

Last Updated OnMarch 29, 2024

byAna

< Knowledge Base

There are a huge number of crypto APIs, and virtually all of them offer public crypto data for free through their public endpoints.

This article lists the top crypto APIs accessed by users of the API Connector extension for Sheets, along with the type of authentication they require. For Open APIs (those with no authorization requirements) a sample URL is provided so you can click the URL and see the results in your browser.

This list refers to publicly available data. Private data, e.g. your own transaction history, always requires authentication.

List of Crypto Market Data APIs

#API NAMEDESCRIPTIONAUTH REQUIREMENTSSAMPLE URL
1CoinAPIExcellent and well-organized source of crypto market dataAPI Key
2CoinBaseSmall but simple dataset focused on currencies, prices, and exchange ratesOpenhttps://api.coinbase.com/v2/exchange-rates?currency=BTC
3CoinCapReal time cryptocurrency pricesOpenhttps://api.coincap.io/v2/assets
4CoinDeskBitcoin price indexOpenhttps://api.coindesk.com/v1/bpi/currentprice.json
5CoinGeckoComprehensive, well-organized cryptocurrency market data. (Use their free API or get 20% off any API plan with the offer code 'MIXEDANALYTICS20'.Apply code at checkout after signing up onwww.coingecko.com/api/pricing)Open/API Keyhttps://api.coingecko.com/api/v3/coins/markets?vs_currency=usd
6CoinLoreCryptocurrency market data, including free exchange data not provided by most other APIsOpenhttps://api.coinlore.net/api/tickers/
7CoinMapCrypto ATMsOpenhttps://coinmap.org/api/v1/venues/
8CoinMarketCapComprehensive crypto API providing price/market data, exchange data, and token metadataAPI Key
9CoinPaprikaFrequently updated market data: coin prices, volumes, market caps, ATHs, return rates and moreOpenhttps://api.coinpaprika.com/v1/tickers
10CoinStatsCryptocurrency market dataOpenhttps://api.coinstats.app/public/v1/markets?coinId=bitcoin
11CryptoCompareVery good API with interesting data points like trading signals and social data alongside standard market dataAPI Key
12DEX ScreenerBlockchain screenerOpenhttps://api.dexscreener.com/latest/dex/search?q=WBNB%20USDC
13ExchangerateCurrency exchange & crypto ratesOpenhttps://api.exchangerate.host/latest
14GeminiCryptocurrency market dataOpenhttps://api.gemini.com/v2/ticker/btcusd
15KrakenOHLC data, order books, recent tradesOpenhttps://api.kraken.com/0/public/Trades?pair=ltcusd
16KuCoinTicker, order book, historical dataOpenhttps://api.kucoin.com/api/v1/market/stats?symbol=BTC-USDT
17NexchangeCryptocurrency market dataOpenhttps://api.n.exchange/en/api/v1/price/btcusd/history/?hours=0.1&data_points=3&market_code=nex
18OKXCryptocurrency market dataOpenhttps://www.okx.com/api/v5/market/tickers?instType=SPOT
19OpenSeaNFTsAPI Key
20WazirXIndia-focused crypto API with tickers, order books, and trade lookupsOpenhttps://api.wazirx.com/sapi/v1/tickers/24hr

Previous Facebook Marketing API Request URL Builder

Next Get Product Cost From Shopify API in Google Sheets

19 thoughts on “Free Crypto APIs for Google Sheets”

  1. Block.cc is a professional cryptocurrency information service platform that provides cryptocurrency quotes, data, and information.
    Available data for the currency market is the latest price, best bid / ask price,24h high/low, volume 24h, price change, currency price, order book, exchange announcement, News, articles, transaction count, address count, the exchange rate of more than 100 fiat currencies.
    Auth type is API key

    Reply

  2. You may wish to add that Binance is no longer supported?

    Reply

    • Binance is still supported if you use a different base domain, e.g. https://data.binance.com/api/v3/ticker/24hr

      Reply

  3. Hi !, Where can I looking for the meaning of each item ['symbol', 'priceChange', 'priceChangePercent', 'weightedAvgPrice', 'prevClosePrice', 'lastPrice', 'lastQty', 'bidPrice', 'bidQty', 'askPrice', 'askQty', 'openPrice', 'highPrice', 'lowPrice', 'volume', 'quoteVolume', 'openTime', 'closeTime', 'firstId', 'lastId', 'count']

    Thanks

    Reply

    • That sounds like the list of metrics sent back by Binance's ticker endpoint, is that right? If so, I don't think they really define them in their documentation but they're pretty standard metrics so you can Google them for more info. Or, here's a quick list of definitions if it helps:
      symbol: the trading pair, e.g. "BTCUSDT"
      priceChange: 24-hour price change
      priceChangePercent: 24-hour price change percentage
      weightedAvgPrice: weighted average price
      lastPrice: last transaction price
      lastQty: The last transaction amount
      openPrice: The price of the first transaction within 24 hours
      highPrice:24-hour highest price
      lowPrice: 24-hour lowest price
      volume: 24-hour trading volume
      quoteVolume: 24-hour turnover
      openTime: The time when the first transaction occurred within 24 hours
      closeTime:The time when the last transaction occurred within 24 hours
      firstId:first transaction id
      lastId:last transaction id
      count:number of transactions

      Reply

  4. is there some free apis for RSI, MACD, Moving Averages or Logarhythmic Regressions?

    Reply

  5. Hi, is there a way to switch out the request from the one with coingecko, so I can get an array of values? Tried the coinbase one but its only 1 coin at a time

    Reply

    • Coinbase is one of the simplest APIs, pretty much any other crypto API will let you fetch data for more than one coin at a time. I like CoinMarketCap, or CoinPaprika is great too if you don’t want to get a key.

      Reply

  6. Do you think NewsData.io provide Crypto News API??

    Reply

  7. Hi Ana
    My name is Wanit, a MSc student at Anglia Ruskin University. I need a csv or json of all coins and their daily or weekly historical data strictly for research.
    Where/how do you think I can get this?

    Reply

    • I can't say for sure it doesn't exist, but I've never seen anything like that. From what I've seen, APIs only provide historical data for one coin or one date at a time, it would be a huge data set (too big for Sheets anyway) if it contained both daily/weekly historical data and all ~20K coins at once. For example, you could use CoinMarketCap's (paid) /ListingsHistorical endpoint and make the following API call: https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/historical?date=2013-12-31&limit=5000&aux=date_added to return the price of 5000 coins on 2013-12-31. Or you could get historical data for one coin at a time (as a csv download) from https://coinmetrics.io/community-network-data/.

      Reply

      • You could just run a full node for a bit as all the history of the block chain is, well, by design, on the blockchain. Look at Google Cloud Platform. They have a ready build Binance server VM you can spin up.

  8. Hi Ana,
    I've been searching for a way to get crypto price at a specific time of sale for each of my buy and sell transactions. I have a sheet that contains all transactions including the date/time of the transaction, the token symbol, and the amount of transaction and I would like to add a new column that indicates the price of the crypto token at that date/time. Would you please advise to a good API for this purpose and advise how to set it up in API Connector? Ideally it would be a function that reads the time (e.g. UTC), token (e.g BTC), and currency (e.g. USD) columns in the same row of the spreadsheet. My preference is to use data that is accurate down to the minute instead of a daily average if possible. It is ok if I have to pay a reasonable fee for an API key to get this information. Thank you!

    Reply

    • This is the closest I found for what you're looking for: https://docs.coingecko.com/reference/coins-id-market-chart-range. They accept parameters for date, currency, and coin ID. However, it will be a daily average for dates more than 90 days in the past. I'm not sure where you'd get more granular data for dates further out (though I'm sure it's out there somewhere).
      Edit: Looks like you asked about CoinAPI, and that does indeed have historical data by the minute.

      Reply

Leave a Comment

Top Free Public Crypto APIs for Google Sheets [2024] | API Connector (2024)

FAQs

Top Free Public Crypto APIs for Google Sheets [2024] | API Connector? ›

In your Google Sheet, type the formula '=GOOGLEFINANCE("BTC-USD")' where you want the live Bitcoin price to appear.

How do I get free crypto prices in Google Sheets? ›

In your Google Sheet, type the formula '=GOOGLEFINANCE("BTC-USD")' where you want the live Bitcoin price to appear.

Which crypto API is best? ›

Top 8 Cryptocurrency Exchange APIs of 2023
  1. Token Metrics Crypto API. ...
  2. Binance API. ...
  3. Coinbase API. ...
  4. Kraken API. ...
  5. Bitfinex API. ...
  6. Huobi API. ...
  7. Bitstamp API. ...
  8. KuCoin API.

Is coinranking API free? ›

Is Coinranking API free? Yes, you can try and use Coinranking API for free! Our free plan includes all coin prices, historical price data and 10,000 requests per month for free.

Is CoinCap API free? ›

A free API for real-time pricing and market activity for over 1,000 cryptocurrencies worldwide. CoinCap is a free and simple API for real-time pricing and market activity for over 1,000 cryptocurrencies.

How do I get real-time crypto data in Google Sheets? ›

The easiest way to import live crypto price data into Google Sheets is using the popular CoinGecko API endpoint '/simple/price'. This endpoint fetches real-time crypto prices for multiple coins with just one API call, and is a publicly accessible API endpoint.

Is there a free crypto API? ›

There are a huge number of crypto APIs, and virtually all of them offer public crypto data for free through their public endpoints. This article lists the top crypto APIs accessed by users of the API Connector extension for Sheets, along with the type of authentication they require.

Is CoinAPI free? ›

CoinAPI is a marketplace where you can find the most advanced free crypto API. It empowers users to gain the most from cryptocurrency markets. Excellent documentation, customization, free crypto API, developer support, and SDK in multiple languages make CoinAPI the market's first choice.

Is Binance API free to use? ›

With Binance's free API, you can interact with the Binance platform and build custom trading apps. However, this free API requires you to comply with some usage limits and policies, including rate limits. If you don't adhere to these limits and policies, you can lose access to the API.

Does Coinbase have a free API? ›

Are there examples of free Coinbase APIs? There are several free APIs for Coinbase currently available. Some examples include Coinranking and CoinGecko.

Is CoinCodex free? ›

You are free to use some of our content like charts, interval or sporadic price data snd price predictions, articles and other similar content as long as CoinCodex is credited as the source with a link.

Is CoinGecko API free? ›

CoinGecko API offers both free and paid plans.

Is CoinDesk API free? ›

RapidAPI offers free APIs all within one SDK. One API key. One dashboard. This code sets up a web server that, upon receiving a GET request with an exchange name and page range, scrapes CoinDesk for cryptocurrency exchange data within that range and returns the extracted data which is CoinDesk News as a JSON response.

Is Messari API free? ›

Messari provides a free API for crypto prices, market data metrics, on-chain metrics, and qualitative information (asset profiles).

Is Nomics API free? ›

What is Nomics API? The best free cryptocurrency and bitcoin API. Programmatically access current and historical prices, markets and exchange rate data from exchanges like Binance, Gemini, GDAX, etc.

How do you get the currency price in Google Sheets? ›

The GOOGLEFINANCE function can fetch real-time exchange rates. To find the current rate, simply use the formula: =GOOGLEFINANCE(“CURRENCY:SourceCurrencyTargetCurrency”), replacing SourceCurrency and TargetCurrency with the relevant currency codes.

Does Google Sheets have crypto? ›

Cryptofinance - Google Workspace Marketplace. Cryptofinance provides Google Sheets™ users an easy way to fetch cryptocurrency data from over 20 major exchanges and more than 40,000 markets.

How do I pull Coinbase prices into Google Sheets? ›

  1. Step 1.) Install and open the Apipheny add-on for Google Sheets. Apipheny is a free API connector for Google Sheets. ...
  2. Step 2.) Choose a Coinbase API Endpoint. ...
  3. Step 3.) Add your Coinbase API URL into the Apipheny add-on. ...
  4. Step 4.) Run the Coinbase API request in your Google Sheet.

How do you get the currency value in Google Sheets? ›

Google Sheets Currency Conversion Formula

Enter the formula using the specific currency codes without any spaces between them. For example, to convert US Dollars (USD) to Euros (EUR), you would enter '=GOOGLEFINANCE("CURRENCY:USDEUR")'. Press Enter, and Google Sheets will display the current exchange rate.

Top Articles
How to deploy a Node.js application on IIS Windows Server
A Key Note on Limitations of Financial Accounting
Forozdz
Skylar Vox Bra Size
Cintas Pay Bill
Citibank Branch Locations In Orlando Florida
South Park Season 26 Kisscartoon
877-668-5260 | 18776685260 - Robocaller Warning!
Weather In Moon Township 10 Days
Baseball-Reference Com
Tcu Jaggaer
General Info for Parents
Explore Top Free Tattoo Fonts: Style Your Ink Perfectly! 🖌️
Mens Standard 7 Inch Printed Chappy Swim Trunks, Sardines Peachy
George The Animal Steele Gif
Transfer Credits Uncc
Nalley Tartar Sauce
ᐅ Bosch Aero Twin A 863 S Scheibenwischer
2016 Ford Fusion Belt Diagram
Michael Shaara Books In Order - Books In Order
Itziar Atienza Bikini
Bank Of America Financial Center Irvington Photos
No Hard Feelings - Stream: Jetzt Film online anschauen
Marine Forecast Sandy Hook To Manasquan Inlet
Free Personals Like Craigslist Nh
Pearson Correlation Coefficient
Craigslist Roseburg Oregon Free Stuff
Dark Entreaty Ffxiv
2021 MTV Video Music Awards: See the Complete List of Nominees - E! Online
Accuradio Unblocked
Giantbodybuilder.com
Stubhub Elton John Dodger Stadium
Bi State Schedule
October 19 Sunset
Cbs Trade Value Chart Week 10
The Ride | Rotten Tomatoes
Vip Lounge Odu
Edict Of Force Poe
Boggle BrainBusters: Find 7 States | BOOMER Magazine
That1Iggirl Mega
877-292-0545
Qlima© Petroleumofen Elektronischer Laserofen SRE 9046 TC mit 4,7 KW CO2 Wächter • EUR 425,95
Electronic Music Duo Daft Punk Announces Split After Nearly 3 Decades
Thotsbook Com
My Eschedule Greatpeople Me
Makes A Successful Catch Maybe Crossword Clue
Swsnj Warehousing Inc
Doe mee met ons loyaliteitsprogramma | Victoria Club
Page 5747 – Christianity Today
Hughie Francis Foley – Marinermath
Identogo Manahawkin
Latest Posts
Article information

Author: Nicola Considine CPA

Last Updated:

Views: 6088

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Nicola Considine CPA

Birthday: 1993-02-26

Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

Phone: +2681424145499

Job: Government Technician

Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.