How to Import Cryptocurrency Prices Into Google Sheets (2024)

How-To

How to Import Cryptocurrency Prices Into Google Sheets (2)

Do you want to keep on top of the latest crypto price rises (and falls)? Learn how to import cryptocurrency prices into Google Sheets using this guide.

If you own any cryptocurrency or you’re thinking about buying some, you’ll want to keep track of the current prices. That way, you’ll know if it’s the right time to buy or sell. There are plenty of websites that can provide this information, but you might prefer to use a spreadsheet to keep track of prices over time, or to do other calculations.

If you’re a fan of Google Sheets, it’s possible to get cryptocurrency price data into your spreadsheets and then use them how you wish. Learn how to import cryptocurrency prices into Google Sheets below.

How to Import Cryptocurrency Prices using GOOGLEFINANCE in Google Sheets

The GOOGLEFINANCE function allows you to pull live information on a wide range of traditional stocks and currencies directly from Google. It also allows you to pull prices for some of the most popular cryptocurrencies, including Bitcoin, Ethereum, Litecoin, Cardano, and Binance Coin, but it doesn’t work with others such as Dogecoin.

  1. Open a Google Sheets document.
  2. Select the cell where you want the price to appear.
  3. For the price of Ethereum, enter the following formula:
    =GOOGLEFINANCE(“ETHUSD”)

    How to Import Cryptocurrency Prices Into Google Sheets (3)

  4. For the price of Ethereum, enter the following formula:
    =GOOGLEFINANCE(“BTCUSD”)
  5. If you want to import other cryptocurrencies, you’ll need to include CURRENCY in the formula. For example, for Litecoin, enter the following formula:
    =GOOGLEFINANCE(“CURRENCY:LTCUSD”)
  6. You can replace LTC with many of the more popular cryptocurrency codes, such as ADA and XRP, but it won’t work with four-letter codes such as DOGE and LINK.
  7. Press Enter and the price will calculate.
    How to Import Cryptocurrency Prices Into Google Sheets (4)
  8. Your spreadsheet will automatically update periodically as the price of your selected cryptocurrency changes. This usually happens after 20 minutes or so.

How to Refresh Scraped Cryptocurrency Prices in Google Sheets

The data you have scraped will update once per hour. To keep the value updated more frequently, you can force the cell to recalculate. One fairly simple way to do so is to create a macro that copies the cell, deletes it, and pastes it back in again. This will cause the cell to recalculate which should pull the most recent data from the cryptocurrency website.

To refresh scraped cryptocurrency prices using a macro:

  1. Open the Google Sheets spreadsheet containing your scraped data.
  2. In the menu, click Extensions.
    How to Import Cryptocurrency Prices Into Google Sheets (5)
  3. Hover over Macros and select Record Macro.
    How to Import Cryptocurrency Prices Into Google Sheets (6)
  4. Once the macro is recording, click the cell with your scraped data.
  5. Press Ctrl+C on Windows or Cmd+C on Mac to copy the cell.
  6. Press Delete or Backspace to delete the cell.
  7. In the same cell, press Ctrl+V on Windows or Cmd+V on Mac to paste the formula back into the cell.
  8. Click Save at the bottom of the screen to save your macro.
    How to Import Cryptocurrency Prices Into Google Sheets (7)
  9. Give your macro a name. If you wish, you can also add a keyboard shortcut.
    How to Import Cryptocurrency Prices Into Google Sheets (8)
  10. Click Save.
  11. To run your macro, press your keyboard shortcut, or go to Extensions > Macros and click on your macro name.
    How to Import Cryptocurrency Prices Into Google Sheets (9)
  12. Your cell should now refresh and the data inside it should update.

How to Import Cryptocurrency Prices Using IMPORTDATA

You can also import cryptocurrency data using a website specifically designed for this purpose. The IMPORTDATA function allows you to pull price information directly from this website. The data will refresh once an hour.

  1. Click in the cell where you want the price data to appear.
  2. Enter a formula in the following format:
    =IMPORTDATA("https://cryptoprices.cc/ETH/")

    How to Import Cryptocurrency Prices Into Google Sheets (10)

  3. You can change ETH to the code of a variety of different cryptocurrencies. See https://cryptoprices.cc/sitemap.txt for the full list of options.
  4. Press Enter and you should see the current price.

How to Import Cryptocurrency Prices Using the CoinMarketCap API

Another way to get cryptocurrency prices from CoinMarketCap is to use its API. By creating an account and generating your own API key, you can poll the site directly and import a huge amount of cryptocurrency information into your Google Sheets document.

In order to get the data into Google Sheets, you’ll need to use an add-on called API Connector.

To import cryptocurrency prices using the CoinMarketCap API:

  1. Open your Google Sheets document and click the Extensionsmenu.
    How to Import Cryptocurrency Prices Into Google Sheets (11)
  2. Hover over Add-ons and click Get Add-ons.
    How to Import Cryptocurrency Prices Into Google Sheets (12)
  3. In the search field, type API Connector and press Enter.
    How to Import Cryptocurrency Prices Into Google Sheets (13)
  4. Select API Connector in the search results.
    How to Import Cryptocurrency Prices Into Google Sheets (14)
  5. Click Install.
    How to Import Cryptocurrency Prices Into Google Sheets (15)
  6. Sign in to your Google account and allow the required permissions.
  7. To set up your CoinMarketCap API, navigate to https://coinmarketcap.com/api/
  8. Click Get Your API Key Now.
    How to Import Cryptocurrency Prices Into Google Sheets (16)
  9. Enter your details, select Basic as your plan type, and click Create My Account.
    How to Import Cryptocurrency Prices Into Google Sheets (17)
  10. You’ll be emailed to verify your account. Click the link, and you’ll be redirected to the API dashboard.
  11. Hover over the API Key and click Copy Key.
    How to Import Cryptocurrency Prices Into Google Sheets (18)
  12. Return to your Google Sheets document and clickExtensions.
    How to Import Cryptocurrency Prices Into Google Sheets (19)
  13. Hover over API Connector and click Open.
    How to Import Cryptocurrency Prices Into Google Sheets (20)
  14. Click Create Request.
    How to Import Cryptocurrency Prices Into Google Sheets (21)
  15. Under Application select CoinMarketCap from the drop-down box.
    How to Import Cryptocurrency Prices Into Google Sheets (22)
  16. Click in the API Key field and paste your copied API key.
    How to Import Cryptocurrency Prices Into Google Sheets (23)
  17. Under Endpoint,select /v2/cryptocurrency/quotes/latest from the drop-down.
    How to Import Cryptocurrency Prices Into Google Sheets (24)
  18. Click the Plus (+) symbol next to Aux and select any of the options from the drop-down—the request won’t run without a selection in this field.
    How to Import Cryptocurrency Prices Into Google Sheets (25)
  19. Click the Plus (+) symbol next to Slug and select the coin or coins you want to pull data for.
    How to Import Cryptocurrency Prices Into Google Sheets (26)
  20. Select a cell in your spreadsheet where you want the first cell of the pulled data to appear, and click Set Current.
    How to Import Cryptocurrency Prices Into Google Sheets (27)
  21. Give your request a name and click Save.
    How to Import Cryptocurrency Prices Into Google Sheets (28)
  22. Click Run and your request will run.
    How to Import Cryptocurrency Prices Into Google Sheets (29)
  23. The column USD.price contains the current price information.
    How to Import Cryptocurrency Prices Into Google Sheets (30)

How to Update Cryptocurrency Prices Using API Connector

The price generated by the CoinMarketCap API will not automatically update. However, it is possible to get API Connector to refresh your data at regular intervals from once an hour up to once a month. This will help you to ensure that your cryptocurrency prices are up-to-date.

  1. Click the Extensionsmenu.
    How to Import Cryptocurrency Prices Into Google Sheets (31)
  2. Hover over API Connector and select Open.
    How to Import Cryptocurrency Prices Into Google Sheets (32)
  3. Select the Scheduletab.
    How to Import Cryptocurrency Prices Into Google Sheets (33)
  4. Click Create Trigger.
    How to Import Cryptocurrency Prices Into Google Sheets (34)
  5. Under API Request, select the name of the request you created in the section above.
    How to Import Cryptocurrency Prices Into Google Sheets (35)
  6. Under Run Request, select your refresh time.
    How to Import Cryptocurrency Prices Into Google Sheets (36)
  7. Enter a name under Trigger Name and clickSave.
  8. Your cryptocurrency data will now refresh at the frequency that you selected.

Checking Your Portfolio in Google Sheets

Learning how to import cryptocurrency prices into Google Sheets means you can use that price data in whatever calculations you wish. You’ll be able to monitor prices, and even set up some conditional formatting to alert you when the cryptocurrency hits a certain price.

Was this article helpful?

Awesome, share it:

ShareTweetRedditLinkedInEmail

Thanks!

Thanks for getting in touch with us.

Not enough detailsOutdated informationHard to understandOther

Click to comment

Leave a Reply

How to Import Cryptocurrency Prices Into Google Sheets (37)

Related Items:Google

How to Import Cryptocurrency Prices Into Google Sheets (2024)

FAQs

How to Import Cryptocurrency Prices Into Google Sheets? ›

Import live Bitcoin prices into Google Sheets using the GOOGLEFINANCE

GOOGLEFINANCE
Google Finance is a website focusing on business news and financial information hosted by Google.
https://en.wikipedia.org › wiki › Google_Finance
function or API connectors like CoinGecko through add-ons. The simplest method involves typing '=GOOGLEFINANCE("BTC-USD")' in a cell. For more detailed data, install an API Connector add-on and configure requests for live cryptocurrency prices.

Can Google Sheets track crypto? ›

Yes. With platforms like Excel and Google Sheets, you can track your cryptocurrency holdings, monitor transactions, calculate profits and losses, and even visualize market trends using charts and graphs.

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 to use cryptofinance in Google Sheets? ›

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 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.

How to make a crypto spreadsheet? ›

Step 1: Install Cryptosheets: Get the add-in from their website. Step 2: Connect Data: Launch Excel, go to Cryptosheets, and connect to your data source. Step 3: Retrieve Data: Use Cryptosheets' functions to get specific cryptocurrency data. Step 4: Organize and Analyze: Organize and visualize data using Excel's tools.

Can Excel pull crypto prices? ›

If you have a Microsoft 365 subscription, you can use Excel's stocks functionality to pull in cryptocurrency prices. Currently, Excel supports the following cryptocurrencies. Excel allows you to see the price of cryptocurrency in the fiat currency of your choice — USD, EUR, CAD, and more!

How do I link currency exchange to Google Sheets? ›

These are some steps you can follow to convert currency in Google Sheets:
  1. Launch Google Sheets and open your spreadsheet. ...
  2. Identify the currency to convert and its code. ...
  3. In a new cell, input the Google Finance function. ...
  4. Change the custom currency to reflect the conversion.

Where is currency in Google Sheets? ›

Highlight the data you want to format. Click Format. Number. Click Custom currency.

How do you use GOOGLEFINANCE for currency? ›

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. To convert a specific amount, simply multiply the GOOGLEFINANCE formula by the amount you wish to convert.

Is cryptofinance free? ›

Under the hood, Cryptofinance is powered by the Cryptowatch API. For higher usage rates, historical, data, and derivative data, users will need to create a free Cryptowatch account.

How do I add money to columns in Google Sheets? ›

Easiest option: Click the cell, select SUM in the Functions menu, and select the cells you want to add. Or click the cell, enter =SUM( and select the cells. Close with ).

What is the formula for crypto price? ›

Crypto Price Formula

To calculate the crypto price, divide the total market value by the number of coins in circulation.

How to use importxml in Google Sheets? ›

To get started with IMPORTXML, complete the following steps:
  1. Open your XML file on your browser and copy its URL. For this example we used this file.
  2. On your Google Sheet, select a cell and type =IMPORTXML(
  3. Inside the bracket paste your url in quotation marks:
Jun 24, 2021

Is there a way to track cryptocurrency? ›

CoinMarketCap is one of the world's most-trusted cryptocurrency price trackers. The company also offers a portfolio tracking product to investors. Though the platform is limited in its functionality, it can be a good option for traders who are on a budget and who prefer to manually enter their cryptocurrency holdings.

Is there a way to track crypto transactions? ›

The Blockchain.com Explorer is a robust tool for tracking Bitcoin and other cryptocurrencies. It offers users the ability to search transaction details, explore blockchain blocks, and examine wallet activities with a user-friendly interface.

Is it possible to track cryptocurrency transactions? ›

Can the government track Bitcoin? Yes, the government (and anyone else) can track Bitcoin and Bitcoin transactions. All transactions are stored permanently on a public ledger, available to anyone.

Is it possible to track cryptocurrency? ›

All Bitcoin transactions are public, traceable, and permanently stored in the Bitcoin network. Bitcoin addresses are the only information used to define where bitcoins are allocated and where they are sent. These addresses are created privately by each user's wallets.

Top Articles
Latest Posts
Article information

Author: Laurine Ryan

Last Updated:

Views: 5752

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Laurine Ryan

Birthday: 1994-12-23

Address: Suite 751 871 Lissette Throughway, West Kittie, NH 41603

Phone: +2366831109631

Job: Sales Producer

Hobby: Creative writing, Motor sports, Do it yourself, Skateboarding, Coffee roasting, Calligraphy, Stand-up comedy

Introduction: My name is Laurine Ryan, I am a adorable, fair, graceful, spotless, gorgeous, homely, cooperative person who loves writing and wants to share my knowledge and understanding with you.