How to add real time crypto prices to Google Sheets? - IRISH FINANCIAL (2024)

With this solution, you will be able to immediately get crypto prices feeding into your Google sheets to enable you to build any type of crypto portfolio tracker that you choose.

Even if you are not overly comfortable on google sheets, I will give you guidance in video format and access to my stocks and crypto portfolio tracker, which you can copy at your leisure.

Why you can’t just use Google Finance Formulae for Crypto Prices

Google Finance is a huge database where you can pull lots of different useful company data such as stock prices, market caps, P/E ratios, etc.

On this Google Finance database, you also have some crypto information which you can use formulae to add to your crypto trackers, but the information they provide only barely scratches the surface of what you will need.

Google has only added a limited amount of information for some of the larger cryptocurrencies such as Bitcoin and Ethereum to their Google Finance Database – you can find a full list of what is covered here.

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

But the problem is, there are over 21,000 different cryptocurrencies listed on Coinmarketcap.com at the time of writing and that number is continuously growing. If you are a fan of Altcoins, then using then the Google Finance formulae will not be enough for you.

How to simply pull prices directly from the Coinmarketcap.com website into Google Sheets

Step 1 – copy the URL of your chosen crypto from Coinmarketcap.com

Every cryptocurrency has its own dedicated page on Coinmarketcap.com – for example the URL for Ethereum is https://coinmarketcap.com/currencies/ethereum/.

Your first step will be to go to the specific page for the chosen cryptocurrency you want to pull prices for and to paste it into a new Google Sheet.

How to add real time crypto prices to Google Sheets? - IRISH FINANCIAL (1)

Step 2 – Copy and Paste Formula (=IMPORTXML(B2,”//div[@class=’priceValue ‘]”))

Your next step will be to copy and paste this formula =IMPORTXML(B2,”//div[@class=’priceValue ‘]”) into the adjacent cell on your google sheet tracker.

How to add real time crypto prices to Google Sheets? - IRISH FINANCIAL (2)

The price should not automatically feed into your Google doc. If it doesn’t, then make sure that the very first part of the formula (referenced as B2 in the above); is linking directly to where you have pasted the URL from coinmarketcap.com.

Step 3 – Price refresh (optional)

Every time you access your Google Sheets, the prices will refresh automatically. But if you want the prices to keep updating every so often while you work on the sheet you may need to use the like of a simple macro which can at the click of a button can cut and re-paste the formula in order to get a ping of fresh data from the coinmarketcap.com website.

Once you have the prices pulled in to your Google Sheets its a simple few steps to build out a portfolio tracker like this:

How to add real time crypto prices to Google Sheets? - IRISH FINANCIAL (3)

Note from time to time, the price may stop working if coinmarketcap.com are doing some updates to their website. But be patient, as it will come back again. Keep an eye on the comments section of my YouTube video which I have linked above. If any changes need to be made, I will be updating my followers there.

Disclaimer: This blog post is for informational and educational purposes only and should not be construed as financial advice.

How to add real time crypto prices to Google Sheets? - IRISH FINANCIAL (2024)

FAQs

How do I import cryptocurrency price in real-time in Google Sheets? ›

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.

How do I add live crypto prices to Sheets? ›

The simplest method to import live BTC prices into Google Sheets is by using the GOOGLEFINANCE function. This function allows you to fetch current prices for various cryptocurrencies, including Bitcoin, without needing any additional add-ons or tools.

How do I add real-time currency in Google Sheets? ›

Here's how: Use the GOOGLEFINANCE function with the IMPORTXML function to automatically pull real-time currency data into your sheet. The formula would look like this: =GOOGLEFINANCE("CURRENCY:USDEUR") Set up a script to run the GOOGLEFINANCE function at regular intervals, such as every hour or day.

How do I get real-time stock prices in Google Sheets? ›

Fetching Real-Time Stock Prices
  1. Create a list of ticker symbols in one column.
  2. In the adjacent column, use the GOOGLEFINANCE function with the cell reference for each ticker symbol.
  3. Drag the formula down to apply it to all ticker symbols.
Jun 6, 2024

How do I add crypto finance to Google Sheets? ›

How Do I Add CryptoFinance to Google Sheets?
  1. Go to Extensions > Add-ons > Get Add-ons. ...
  2. Search for CryptoFinance in Marketplace and install. ...
  3. On Cryptowatch, create an account and go to User Account > API Access. ...
  4. Generate a Public API key and copy it.

Can you track crypto on Google Sheets? ›

If you want to see the price of more cryptocurrencies, you can pull in prices via an API connection with a crypto price tracker like CoinMarketCap or use an extension like Cryptosheets. Can Google Sheets track crypto? Just like Microsoft Excel, Google Sheets can be used to build a crypto portfolio tracker.

How do I use crypto sheets 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 automatically add currency in Google Sheets? ›

To apply a custom currency format to your spreadsheet:
  1. On your computer, open a spreadsheet in Google Sheets.
  2. Highlight the data you want to format.
  3. Click Format. Number.
  4. Click Custom currency.
  5. Search in the menu text box to select a format. You can also add your own custom currency format into the text box.
  6. Click Apply.

How do I insert real time data in Google Sheets? ›

Import Live Data to Google Sheets: Top Methods and Tools
  1. Step 1 – Install Coefficient.
  2. Step 2 – Import Live Data.
  3. Filter, sort, and limit rows to import only the data that you want into Google Sheets.
  4. Step 3 – Schedule Automatic Data Refreshes.
Jun 16, 2023

How do I get real time on Google Sheets? ›

Take advantage of Google Sheets date and time functions

TODAY() — returns the current date to a cell. NOW() — returns the current date and time to a cell. Note. These formulas will be recalculated, and the result will be renewed with every change made in the table.

How to use GOOGLEFINANCE in 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])

How do I add live crypto prices 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.

Does GOOGLEFINANCE provide real-time data? ›

The GOOGLEFINANCE formula gives 15-min delayed stock prices. Get real-time stock prices into Google Sheets using the STOCKDATA formula. Anyone who uses Google Sheets to track stocks has used the GOOGLEFINANCE formula to get 15-minute delayed stock prices.

What is the formula for GOOGLEFINANCE crypto? ›

=GOOGLEFINANCE(“BTC-USD”)

Where the ticker is enclosed in double quotes. Just type the formula where you want to insert the Bitcoin price.

How do I import CoinMarketCap data into 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 import CoinGecko data into Google Sheets? ›

How to Use an API Connector to Pull Data into Google Sheets
  1. Install an API Connector add-on from Google's Marketplace.
  2. Run the extension from your Google Sheet.
  3. Enter your API key in the connector.
  4. Execute and run the query.
Apr 29, 2024

Top Articles
In 5 Schritten zum Investitionsbudget - Finanzbiber
How to Start a Hedge Fund (with Pictures) - wikiHow
Oldgamesshelf
Http://N14.Ultipro.com
Ets Lake Fork Fishing Report
Mychart Mercy Lutherville
Polyhaven Hdri
Carter Joseph Hopf
Strange World Showtimes Near Cmx Downtown At The Gardens 16
Edgar And Herschel Trivia Questions
Tight Tiny Teen Scouts 5
Ladyva Is She Married
How to Store Boiled Sweets
Are They Not Beautiful Wowhead
Ostateillustrated Com Message Boards
Kiddle Encyclopedia
Vipleaguenba
Www Craigslist Milwaukee Wi
Evil Dead Rise Showtimes Near Pelican Cinemas
All Obituaries | Verkuilen-Van Deurzen Family Funeral Home | Little Chute WI funeral home and cremation
Dmv In Anoka
Snohomish Hairmasters
Publix Near 12401 International Drive
Motorcycle Blue Book Value Honda
Lacey Costco Gas Price
Worthington Industries Red Jacket
Uncovering the Enigmatic Trish Stratus: From Net Worth to Personal Life
Www Mydocbill Rada
About | Swan Medical Group
Bozjan Platinum Coins
Strange World Showtimes Near Atlas Cinemas Great Lakes Stadium 16
Tenant Vs. Occupant: Is There Really A Difference Between Them?
Chris Provost Daughter Addie
Craigslist Greencastle
Andhra Jyothi Telugu News Paper
Ukg Dimensions Urmc
Craigslist Summersville West Virginia
Bbc Gahuzamiryango Live
Cherry Spa Madison
Blasphemous Painting Puzzle
Cheetah Pitbull For Sale
Gold Dipping Vat Terraria
ESA Science & Technology - The remarkable Red Rectangle: A stairway to heaven? [heic0408]
Cleveland Save 25% - Lighthouse Immersive Studios | Buy Tickets
Union Supply Direct Wisconsin
Iron Drop Cafe
Suppress Spell Damage Poe
Online TikTok Voice Generator | Accurate & Realistic
2121 Gateway Point
Public Broadcasting Service Clg Wiki
Ok-Selection9999
Latest Posts
Article information

Author: Ouida Strosin DO

Last Updated:

Views: 5870

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Ouida Strosin DO

Birthday: 1995-04-27

Address: Suite 927 930 Kilback Radial, Candidaville, TN 87795

Phone: +8561498978366

Job: Legacy Manufacturing Specialist

Hobby: Singing, Mountain biking, Water sports, Water sports, Taxidermy, Polo, Pet

Introduction: My name is Ouida Strosin DO, I am a precious, combative, spotless, modern, spotless, beautiful, precious person who loves writing and wants to share my knowledge and understanding with you.