How to get Crypto prices using Google Finance and spreadsheets easy (Updated: 2023) - Home (2024)

For the last three years, I’ve been sharing a way to get cryptocurrency prices like Bitcoin or Ethereum into Google Spreadsheets via Google Finance. There are a few ways to get cryptocurrency prices using Google Sheets and Google Finance, for example:

  • Using the GOOGLEFINANCE function in a cell to retrieve current or historical cryptocurrency prices
  • Using a Google Sheets add-on such as Cryptofinance, CoinMarketCap, CryptoSheets, Blockchain Data, …
  • Using an API to import data into Google Sheets. For example, CoinGecko, CoinMarketCap, CryptoCompare, …

In this post, we’ll check the first option, as it is very straightforward and does not require installing or registering anything or anywhere at all.

Google Finance updated its API pretty much yearly, so the way of doing the same thing may change. In 2021 and 2022 they updated their API to make it much simpler to pull this data, as now is treated as a proper currency, rather than just values to fetch from a table.

How to get Crypto prices using Google Finance and spreadsheets easy (Updated: 2023) - Home (1)

FAQ

How to get crypto prices into Google Spreadsheet in 2023

n order to get cryptocurrency prices into Google Spreadsheets for Bitcoin, Ethereum, Litecoin, and Bitcoin cash, you can use the following formulas:

BTC to USD:

=GOOGLEFINANCE("CURRENCY:BTCUSD")

ETH to USD:

=GOOGLEFINANCE("CURRENCY:ETHUSD")

LTC to USD:

=GOOGLEFINANCE("CURRENCY:LTCUSD")

BCH to USD:

=GOOGLEFINANCE("CURRENCY:BCHUSD")

What if you want other currency, like EURO? Just change the USD bit in the formula and will work with any currency ticker:

BTC to EURO:

=GOOGLEFINANCE("CURRENCY:BTCEUR")

Are there new crypto and currencies available?

Yes and No.

Google Finance provides information for a limited number of cryptocurrencies, and the availability of data may vary depending on your location and the type of data you are trying to retrieve.

Last year they added several more (e.g. ADA and BNB prices), but many others are missing. They add more with time, but at the moment Google Finance only works for certain pairs. It doesn’t work for certain altcoins like DOGE, AAVE, DOT, LUNA, etc, …

The most popular crypto generally are fine, for example at the time of writing this post, the following cryptocurrencies are available on Google Finance:

  • Bitcoin (BTC)
  • Ethereum (ETH)
  • Bitcoin Cash (BCH)
  • Litecoin (LTC)
  • Ripple (XRP)

What formula can I use to get Solana, Polkadot, or other non-conventional crypto prices?

The ones that are not available in Google Finance can’t be used with the approach described above, however, you can use alternatives like Binance or other tools like cointracking.info

My data isn’t refreshing to track current prices. What am I doing wrong?

Google Finance does not update this data in real-time, generally, there is a 10-20 minutes delay.

How to get Crypto prices using Google Finance and spreadsheets easy (Updated: 2023) - Home (2024)

FAQs

How to get Crypto prices using Google Finance and spreadsheets easy (Updated: 2023) - Home? ›

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.

How to get crypto prices in Google Sheets 2023? ›

In your Google Sheet, type the formula '=GOOGLEFINANCE("BTC-USD")' where you want the live Bitcoin price to appear.
  1. Press Enter, and the cell will display "Loading" before showing the current Bitcoin price. ...
  2. In the 'Settings for this spreadsheet' box, go to the 'Calculation' tab. ...
  3. Click 'Save settings'.
Jun 6, 2024

How to pull live crypto prices into 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.

How to use cryptofinance Google Sheet? ›

How to use CRYPTOFINANCE in Google Sheets
  1. Sign in/create Cryptowatch account. First, you must sign in to your Cryptowatch account. ...
  2. Generate API key. In the top right-hand corner of the homepage, click on the Account dropdown and select API Access. ...
  3. Connect API key to Google Sheets. ...
  4. Enter formula to extract data.

How to pull crypto prices into Excel? ›

How to Import Live Crypto Prices into Excel Spreadsheets. The easiest way to import live crypto prices is by using Excel's "Data from Web" feature, and connecting it with CoinGecko's crypto API endpoint /coins/markets. Head over to our comprehensive API documentation to retrieve this endpoint's Request URL.

Does GOOGLEFINANCE have an API? ›

Unfortunately, the Google Finance API was shutdown permanently on October 20, 2012 after being depreciated on May 26, 2011. Google Finance was unique because unlike the Yahoo Finance API, which provided only market data, Google also provided portfolio management capabilities.

Does GOOGLEFINANCE work with crypto? ›

Using the GOOGLEFINANCE function in a cell to retrieve current or historical cryptocurrency prices. Using a Google Sheets add-on such as Cryptofinance, CoinMarketCap, CryptoSheets, Blockchain Data, … Using an API to import data into Google Sheets. For example, CoinGecko, CoinMarketCap, CryptoCompare, …

How do I use GOOGLEFINANCE currency in sheets? ›

Here's a step-by-step guide:
  1. In a cell, type "=GOOGLEFINANCE(" to start the function.
  2. Inside the parentheses, type "CURRENCY:" followed by the currency codes you want to convert from and to, separated by a space. ...
  3. Close the parentheses and press Enter.
Jun 6, 2024

How do I import data from CoinMarketCap to Google Sheets? ›

How to Add CoinMarketCap API Data to Google Sheets
  1. Get CoinMarketCap API Key. ‍ The CoinMarketCap API can be retrieved through the following link: ...
  2. Copy the CoinMarketCap Sample Spreadsheet. ‍ ...
  3. Add the API Key to the Script. ‍ ...
  4. Run the Script. ‍ ...
  5. Add a Button. ‍ ...
  6. Connect the Script to the Button. ‍

How do I use Cryptosheets in Google Sheets? ›

▶︎ General setup and integration (Googlesheets)
  1. Going to the add-ons menu from your Googlesheet.
  2. Get add-ons.
  3. Type "cryptosheets" in the search bar in GSuite Marketplace.
  4. Install.
  5. Go back to the add-ons menu.
  6. Select Launch Sidebar from the Cryptosheets menu.

How do I pull data from Google Finance to Google Sheets? ›

Access Google Finance data in Sheets
  1. Create a new sheet in Google Sheets 'sheets. ...
  2. To access the finance data, click on a cell and start your query by entering:=GOOGLEFINANCE(“The full query requires the following:=GOOGLEFINANCE(ticker, [attribute], [start_date], [end_date|num_days], [interval])

Is it safe to use Google Sheets for finances? ›

Safety. Google Sheets is secure for tracking your finances because it works through Google server protection: Unless you've shared your Google Sheet with someone, nobody can access your files without your Gmail account username and password.

How to get current crypto price in Google Sheets? ›

Add Crypto Prices to Google Sheets Using GOOGLEFINANCE Function
  1. Identify The Crypto to Import. ‍ What we need to identify is the crypto and its corresponding ticker in Google Finance. ...
  2. Use Formula =GOOGLEFINANCE(ticker) ‍ Using the syntax =GOOGLEFINANCE(ticker), the formula becomes. ...
  3. Press Enter. ‍

Where is the best place to track crypto prices? ›

Some of the most widely used and trusted crypto price tracking sites are:
  • CoinMarketCap.
  • CoinGecko.
  • CoinDesk.
  • CoinTelegraph.
Mar 12, 2024

How to create a crypto spreadsheet? ›

Here's a step-by-step guide to creating an Excel crypto tracker.
  1. Step 1: Set Up Your Spreadsheet. ...
  2. Step 2: Fetch Live Price Data. ...
  3. Step 3: Input Your Crypto Transactions. ...
  4. Step 4: Generate Cryptocurrency Price Charts. ...
  5. Step 5: Set Up Data Refresh. ...
  6. Step 6: Regularly Update and Analyze.

How to get eth price in Google Sheets? ›

In order to get cryptocurrency prices into Google Spreadsheets for Bitcoin, Ethereum, Litecoin, and Bitcoin cash, you can use the following formulas:
  1. BTC to USD: =GOOGLEFINANCE("CURRENCY:BTCUSD")
  2. ETH to USD: =GOOGLEFINANCE("CURRENCY:ETHUSD")
  3. LTC to USD: =GOOGLEFINANCE("CURRENCY:LTCUSD")
Mar 28, 2021

How to get exchange rate in Google Sheets? ›

Real-Time Currency Conversion Formula
  1. In a cell, type "=GOOGLEFINANCE(" to start the function.
  2. Inside the parentheses, type "CURRENCY:" followed by the currency codes you want to convert from and to, separated by a space. ...
  3. Close the parentheses and press Enter.
Jun 6, 2024

What is the price of cryptocurrency in 2023? ›

In April 2023, the top cryptocurrency Bitcoin touched the key resistance of the $30,000 level for the first time since June 10, 2022, and then started dipping below to $26,000. It significantly rose to $45,203 after May 2022.

What is the most Googled crypto in 2023? ›

20 Most Searched Cryptocurrencies In 2023
  • Tether USDt (USDT)
  • Litecoin (LTC)
  • Solana (SOL)
  • TRON (TRX)
  • BNB (BNB)
  • Cardano (ADA)
  • Dogecoin (DOGE)
  • Polygon (MATIC)
Sep 24, 2023

Top Articles
How to Earn in Upland : Upland Guide
Transfer Money from Germany to Germany | Profee.com
Section 4Rs Dodger Stadium
9192464227
Beautiful Scrap Wood Paper Towel Holder
Best Transmission Service Margate
Fnv Turbo
Calamity Hallowed Ore
Craigslist Cars And Trucks Buffalo Ny
Here's how eating according to your blood type could help you keep healthy
Palace Pizza Joplin
Pittsburgh Ultra Advanced Stain And Sealant Color Chart
10 Free Employee Handbook Templates in Word & ClickUp
Nebraska Furniture Tables
272482061
Moviesda3.Com
boohoo group plc Stock (BOO) - Quote London S.E.- MarketScreener
Clear Fork Progress Book
R Cwbt
ELT Concourse Delta: preparing for Module Two
Kamzz Llc
What Channel Is Court Tv On Verizon Fios
Hampton University Ministers Conference Registration
R&S Auto Lockridge Iowa
The Many Faces of the Craigslist Killer
Loslaten met de Sedona methode
Copper Pint Chaska
Pixel Combat Unblocked
2021 Tesla Model 3 Standard Range Pl electric for sale - Portland, OR - craigslist
Amazing Lash Bay Colony
The Rise of "t33n leaks": Understanding the Impact and Implications - The Digital Weekly
Renfield Showtimes Near Marquee Cinemas - Wakefield 12
Los Amigos Taquería Kalona Menu
Slv Fed Routing Number
Old Peterbilt For Sale Craigslist
The Mad Merchant Wow
Personalised Handmade 50th, 60th, 70th, 80th Birthday Card, Sister, Mum, Friend | eBay
Bimmerpost version for Porsche forum?
Cl Bellingham
Legit Ticket Sites - Seatgeek vs Stubhub [Fees, Customer Service, Security]
Puretalkusa.com/Amac
How to Get a Better Signal on Your iPhone or Android Smartphone
Clima De 10 Días Para 60120
Lucifer Morningstar Wiki
Craigslist Rooms For Rent In San Fernando Valley
Ssc South Carolina
Spurs Basketball Reference
15 Best Places to Visit in the Northeast During Summer
Free Carnival-themed Google Slides & PowerPoint templates
The Significance Of The Haitian Revolution Was That It Weegy
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 5684

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.