Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (2024)

If you use Google Sheets and need current prices for various cryptocurrencies, the GOOGLEFINANCE function will import them using only the ticker symbol for that cryptocurrency. In minutes, you can have current and historical cryptocurrency data in your Google Sheets. However, a 20-minute delay between updates makes it unsuitable for real-time decisions.

In this article, you will learn how to use the GOOGLEFINANCE function to pull cryptocurrency prices into your Google Sheets. You will also learn about other ways of getting crypto prices from Google Sheets, including other functions in Google Sheets.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (1)

Get Started With Layer Today!

Share parts of your Google Sheets, monitor, review and approve changes, and sync data from different sources – all within seconds.

GET STARTED FOR FREE

Can I use Google Finance for Crypto Prices?

Google Sheets’ GOOGLEFINANCE function can be used to get cryptocurrency prices. Simply type in, between quotation marks, the ticker symbol for the cryptocurrency as the only argument for the function. Alternatively, type the ticker symbol, without quotation marks, into a cell and use the cell reference in the formula.

A list of ticker symbols for most cryptocurrencies - of which there are thousands - is available on GitHub.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (2)

How To Import Yahoo Finance Data Into Google Sheets

You want to analyze Yahoo Finance data in Google Sheets but are still using copy-paste? Here’s how to import Yahoo Finance data into Google Sheets instead.

READ MORE

How to Get Crypto Prices in Google Sheets with the Google Finance Function?

Follow the steps below to get crypto prices using Sheets’ GOOGLEFINANCE formula.

  1. 1. Open Google Sheets.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (3)

Use Google Finance to Get Crypto Prices in Sheets - Open Sheets

  1. 2. In an empty cell, type in the ticker symbol for the cryptocurrency you want. In this example, I will get the price for Bitcoin in USD. The ticker symbol is BTCUSD.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (4)

Use Google Finance to Get Crypto Prices in Sheets - Add Ticker Symbol

  1. 3. In a separate cell, type in the GOOGLEFINANCE formula. Select the cell with the ticker symbol as the only parameter and close the parenthesis.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (5)

Use Google Finance to Get Crypto Prices in Sheets - Add Formula

  1. 4. Once you press “Enter”, you may see “Loading…” in the cell for a few seconds, and then you’ll see the price for your chosen cryptocurrency.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (6)

Use Google Finance to Get Crypto Prices in Sheets - Crypto Price Imported

  1. 5. To format as a currency ($), click on the dollar symbol on the toolbar, as shown below.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (7)

Use Google Finance to Get Crypto Prices in Sheets - Apply Currency Format

Other Ways to Get Crypto Prices in Google Sheets

There are multiple methods for getting crypto prices into Google Sheets, including other native functions and add-ons.

Get Crypto Prices with IMPORTXML

Google Sheets’ IMPORTXML function can be used to get crypto prices from many web pages. All you need are the URL and the XPath to the object that represents the price of your chosen cryptocurrency.

There are many ways to get the XPath for a specific object, but using Chrome’s Inspect feature is quick and simple.

For example, CoinMarketCap provides prices for a variety of cryptocurrencies.

Find the XPath

  1. 1.Open the website in Chrome and find the price for the cryptocurrency you want.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (8)

Use Google Finance to Get Crypto Prices in Sheets - Open Website in Chrome

  1. 2. Select the value and right-click. From the menu, choose “Inspect.”

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (9)

Use Google Finance to Get Crypto Prices in Sheets - Inspect Price

  1. 3. In the Inspect window, the line of code corresponding to the price will be selected. If the highlighted section is not quite right, hover over the lines of code around the selected one until you find one that highlights the price exactly.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (10)

Use Google Finance to Get Crypto Prices in Sheets - Select Highlighted Code

  1. 4. Right-click on the line of code and select Copy > Copy full XPath.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (11)

Use Google Finance to Get Crypto Prices in Sheets - Copy Full XPath

How to Use GOOGLEFINANCE Function in Google Sheets?

Import current or historical financial market data from Google Finance & monitor real-time. Here's how to use the GOOGLEFINANCE function in Google Sheets

READ MORE

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (12)

READ MORE

Use IMPORTXML with URL and XPath

  1. 1.In Google Sheets, type the URL and the XPath into separate cells.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (13)

Use Google Finance to Get Crypto Prices in Sheets - URL & XPath

  1. 2. In another cell, type in the formula and select the cell with the URL as the first parameter.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (14)

Use Google Finance to Get Crypto Prices in Sheets - ImportXML First Parameter

  1. 3. Select the cell with the XPath as the second parameter and close the parenthesis.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (15)

Use Google Finance to Get Crypto Prices in Sheets - ImportXML Second Parameter

  1. 4. Press “Enter” to get the price for your chosen cryptocurrency.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (16)

Use Google Finance to Get Crypto Prices in Sheets - Price Imported

Get Crypto Prices with IMPORTDATA

Google Sheets’ IMPORTDATA function can also be used to get cryptocurrency prices from specific webpages. Even though the function is designed to be used with CSV and TSV files, there is a website that publishes crypto prices in a way that allows us to use this function.

The Cryptoprices.cc website offers a simple API where all the endpoints return text. You just need to use the URL for the cryptocurrency you need. All the URLs are available on the sitemap, which is also a text file. This means you can also use IMPORTDATA to get that list and choose the URL from Sheets.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (17)

Use Google Finance to Get Crypto Prices in Sheets - ImportData Formula

Get Crypto Prices with the CRYPTOFINANCE Add-on

Another way of pulling crypto prices into Google Sheets is the CRYPTOFINANCE add-on, which provides a variety of additional features. If you have a paid data plan with Cryptowatch, you can access your account through the CRYPTOFINANCE add-on in Google Sheets. However, even with a free account, you can access all of Cryptowatch’s Public data.

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (18)

Use Google Finance to Get Crypto Prices in Sheets - CryptoFinance Add-on

How to automate your data on top of Google Sheets?

Layeris an add-on that equips you with the tools to increase efficiency and data quality in your processes on top of Google Sheets. Share parts of your Google Sheets, monitor, review and approve changes, and sync data from different sources – all within seconds.See how it works.

Using Layer, you can:

  • Share & Collaborate:Automate your data collection and validation through user controls.
  • Automate & Schedule:Schedule recurring data collection and distribution tasks.
  • Integrate & Sync:Connect to your tech stack and sync all your data in one place.
  • Visualize & Report:Generate and share reports with real-time data and actionable decisions.

Limited Time Offer:Install the Layer Google Sheets Add-On todayandGet Free Accessto all the paid features,so you canstart managing, automating, and scaling your processes on top of Google Sheets!

Conclusion

As you have seen, it’s easy to get cryptocurrency prices using the Google Sheets GOOGLEFINANCE function. Although it’s possible to do it with other Sheets’ functions used to import external data, they are only useful if you have a source that provides crypto prices in the required format.

You now know how to use Google Sheets’ GOOGLEFINANCE function to get cryptocurrency prices. You also know about some other methods you can use to get these prices, like the Google Sheets IMPORTXML functionand the IMPORTDATA functionfunctions, as well as the CRYPTOFINANCE add-on.

To learn more about importing financial data, as well other types of data into Google Sheets, check out these related articles.

  • How to Use GOOGLEFINANCE Function in Google Sheets
  • How To Import Yahoo Finance Data Into Google Sheets
  • How to Use IMPORTXML in Google Sheets
  • How to Use Google Sheets’ IMPORTDATA

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (19)

Get Started With Layer Today!

Share parts of your Google Sheets, monitor, review and approve changes, and sync data from different sources – all within seconds.

GET STARTED FOR FREE

Hady ElHady

Hady is Content Lead at Layer.

Hady has a passion for tech, marketing, and spreadsheets. Besides his Computer Science degree, he has vast experience in developing, launching, and scaling content marketing processes at SaaS startups.

Originally published Aug 4 2022, Updated Feb 16 2023

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog (2024)

FAQs

Use Google Finance to Get Crypto Prices in Sheets | Layer Blog? ›

To pull the price of Bitcoin into your google sheet you can use the formula =GOOGLEFINANCE(“BTCUSD”).

How do I track 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. ‍

Can Google Sheets pull crypto prices? ›

To pull the price of Bitcoin into your google sheet you can use the formula =GOOGLEFINANCE(“BTCUSD”).

How do I use crypto sheets in Google Sheets? ›

From the Googlesheets Add-ons menu...
  1. Select Templates from the Cryptosheets menu. IMPORTANT: if you do not see the "Templates" option in the drop down menu refresh your browser tab 1-3x until you do.
  2. Choose a template from the popup gallery window.
  3. Click "Add Template"
  4. That's it you're done! ✅

Top Articles
Home Equity Loan Vs Home Equity Line of Credit
Day Trading
Wisconsin Women's Volleyball Team Leaked Pictures
Aadya Bazaar
Mileage To Walmart
Otterbrook Goldens
Kostenlose Games: Die besten Free to play Spiele 2024 - Update mit einem legendären Shooter
Citi Card Thomas Rhett Presale
Alaska Bücher in der richtigen Reihenfolge
LeBron James comes out on fire, scores first 16 points for Cavaliers in Game 2 vs. Pacers
Walgreens On Nacogdoches And O'connor
Little Rock Arkansas Craigslist
Culvers Tartar Sauce
Skylar Vox Bra Size
Watch TV shows online - JustWatch
The Murdoch succession drama kicks off this week. Here's everything you need to know
24 Hour Walmart Detroit Mi
Bcbs Prefix List Phone Numbers
Letter F Logos - 178+ Best Letter F Logo Ideas. Free Letter F Logo Maker. | 99designs
979-200-6466
Driving Directions To Bed Bath & Beyond
Nhl Tankathon Mock Draft
Tu Pulga Online Utah
Governor Brown Signs Legislation Supporting California Legislative Women's Caucus Priorities
Uncovering The Mystery Behind Crazyjamjam Fanfix Leaked
Disputes over ESPN, Disney and DirecTV go to the heart of TV's existential problems
Myql Loan Login
Hwy 57 Nursery Michie Tn
Jackass Golf Cart Gif
Redding Activity Partners
Syracuse Jr High Home Page
Of An Age Showtimes Near Alamo Drafthouse Sloans Lake
Craigslist Albany Ny Garage Sales
Staar English 1 April 2022 Answer Key
دانلود سریال خاندان اژدها دیجی موویز
How are you feeling? Vocabulary & expressions to answer this common question!
Evil Dead Rise (2023) | Film, Trailer, Kritik
2007 Peterbilt 387 Fuse Box Diagram
Firestone Batteries Prices
Tunica Inmate Roster Release
How I Passed the AZ-900 Microsoft Azure Fundamentals Exam
Gas Buddy Il
White County
Random Animal Hybrid Generator Wheel
Movie Hax
Minecraft: Piglin Trade List (What Can You Get & How)
Shannon Sharpe Pointing Gif
Billings City Landfill Hours
Fahrpläne, Preise und Anbieter von Bookaway
Provincial Freeman (Toronto and Chatham, ON: Mary Ann Shadd Cary (October 9, 1823 – June 5, 1893)), November 3, 1855, p. 1
Dinargurus
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 5596

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.