How To Pull Cryptocurrency Prices In Excel (2024)

How To Pull Cryptocurrency Prices In Excel (1)

Cryptocurrencies Now In Excel!

When Excel received the capability to retrieve stock data directly within the spreadsheet via data types, cryptocurrencies were also included in the dataset. This article will show you how to pull current crypto prices and historical data natively inside Excel.

Please note this feature is only available with a Microsoft 365 subscription.

How To Pull Cryptocurrency Prices In Excel (2)

Which Cryptocurrencies are available?

There are hundreds (if not thousands) of cryptocurrencies that are bought and sold every day. Microsoft has only paid to receive data for the handful of major cryptocurrencies traded around the world.

The currently available cryptos in Excel include:

  • Bitcoin (BTC)

  • Bitcoin Cash (BCH)

  • Litecoin (LTC)

  • Ripple (XRP)

  • Ethereum (ETH)

Pulling Real-time Pricing

Inputting the proper naming for cryptocurrencies is a little tricky as you can’t simply enter in the typical abbreviation for the coin and expect to get a result. You actually need to merge the coin’s abbreviation with the desired price currency you want to output. The formula essential goes like this: Cryptocurrency + Desired Price Currency

For example, if you wanted to see Bitcoin in Euros, you could enter either “BTCEUR” or “BTC/EUR” and Excel will recognize that as a valid input.

Let’s visit Excel’s Data tab and see how we can set up a cryptocurrency data pull for Bitcoin in U.S. dollars. After activating the Data tab, you should see a group of buttons called Data Types. If you do not see this, you are currently using an Excel version that does not have this capability. Select your cell with the ticker symbol and click the Stocks data type button. If your ticker is entered in properly (no spelling mistakes), you’ll notice a few changes to your cell value.

How To Pull Cryptocurrency Prices In Excel (3)

If your ticker symbol was converted succesfully, you should notice two things:

  1. The bank symbol should appear to the left of the ticker symbol (indicating a Stock Data Type)

  2. When the cell with the ticker is selected, you should see an “Add Field” button appear

How To Pull Cryptocurrency Prices In Excel (4)

Once your cell text has been successfully converted into a stock data type, you can begin adding fields associated with your crypto. Simply select a particular piece of information you’d like to retrieve and it will populate in the next available cell to the right of the cryptocurrency.

How To Pull Cryptocurrency Prices In Excel (5)

You’ll also notice that when a field is added, there is a formula that populates as well utilizing a cell reference + period + field name nomenclature. You can utilize formulas to move your data around your spreadsheet to suit your formatting needs.

Retrieving Historical Prices

You can utilize Excel’s new STOCKHISTORY function to not only pull pricing data for stocks but also Cryptocurrencies! Below is a simple example of you can pull the daily closing price for Bitcoin in USD for every day of 2020.

How To Pull Cryptocurrency Prices In Excel (7)

Notice I have set up 3 input cells for the ticker symbol (cell C2), the start date (Cell C4), and the desired end date (Cell C6). The STOCKHISTORY function has the following inputs:

  • Stock Name - Ticker Symbol

  • Start Date - First date you wish to pull data for

  • End Date - Last date you wish to pull data for

  • Interval - Frequency of prices pulled between start/end date

    • Daily = 0

    • Weekly = 1

    • Monthly = 2

  • Headers - Do you want headings inserted with your data set automatically?

    • No Headers = 0

    • Show Headers = 1

    • Show headers and Stock Ticker = 2

  • Property 1 - You will get a prompted list for fields you can add to your table (ie Price, 52 wk high, etc…)

  • Property 2…. - Continue listing out the properties you want with the coordinating number

Refreshing Your Data

Unfortunately, there is no way to automatically refresh your crypto pricing data at a specified time interval. If you wish to manually refresh your pricing data, you can do so by navigating to

How To Pull Cryptocurrency Prices In Excel (8)

Here are some VBA solutions you can utilize to help assist with auto-refreshing your data if you don’t want to do it manually:

Hopefully, I was able to explain how you can use Excel to pull cryptocurrency prices and historical information so that you can track and analyze your investments. If you have any questions about this technique or suggestions on how to improve it, please let me know in the comments section below.

How To Pull Cryptocurrency Prices In Excel (9)

About The Author

Hey there! I’m Chris and I run TheSpreadsheetGuru website in my spare time. By day, I’m actually a finance professional who relies on Microsoft Excel quite heavily in the corporate world. I love taking the things I learn in the “real world” and sharing them with everyone here on this site so that you too can become a spreadsheet guru at your company.

Through my years in the corporate world, I’ve been able to pick up on opportunities to make working with Excel better and have built a variety of Excel add-ins, from inserting tickmark symbols to automating copy/pasting from Excel to PowerPoint. If you’d like to keep up to date with the latest Excel news and directly get emailed the most meaningful Excel tips I’ve learned over the years, you can sign up for my free newsletters. I hope I was able to provide you some value today and hope to see you back here soon! - Chris

How To Pull Cryptocurrency Prices In Excel (2024)

FAQs

Can I pull crypto prices into Excel? ›

The data will be downloaded via an API from coinmarketcap.com. Once you've set up the API, it becomes a breeze to pull crypto prices and data into Excel, in just a matter of seconds.

How do you pull crypto prices into 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 get crypto CSV? ›

How to export my Crypto.com App transaction records?
  1. On the Accounts page, tap the history icon (top right).
  2. Tap on the 'Export' button (top right).
  3. Select the Start and End Date (inclusive) then tap "Export to CSV'.

Is Cryptosheets free? ›

Can I get started for free? Yes! All accounts receive 1000 free queries per month that reload automatically.

How do I pull Coinbase prices in Google Sheets? ›

Import Coinbase Data To Google Sheets
  1. Step 1: Install the Amigo Data add-on. Install the Amigo Data Google Sheets add-on from the Google Workspace Marketplace. ...
  2. Step 2: Choose an endpoint to import Coinbase data to Google Sheets. ...
  3. Step 3: Enter the endpoint API URL in Amigo Data. ...
  4. Step 4: Import the data to Google Sheets.
Oct 3, 2022

What is the formula to calculate a price of a cryptocurrency? ›

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

What is the formula for calculating cryptocurrency? ›

ACB cost basis crypto

You calculate this by adding up the total amount you paid to buy your asset(s) and divide it by the total amount of coins/tokens held. For example, if you held 5 BTC all bought for different amounts, you'd add up these different amounts then divide this by 5.

Can you add crypto to Excel? ›

The easiest way to pull live, real-time, and historical cryptocurrency data directly into a sheet. Pull real-time and historical data into Excel in seconds from hundreds of data sources and providers. No programming skills required with the Cryptosheets Excel Add-in.

How do I install Cryptosheets in Excel? ›

Excel Online
  1. Login with your Microsoft credentials.
  2. Choose New Blank Workbook.
  3. Go to Insert > Office Add-ins.
  4. In the popup window, choose Store.
  5. Type Cryptosheets in the search box.
  6. Choose Cryptosheets.
  7. Take a moment to look at the Store page to familiarize yourself with the add-in.
  8. Choose Add to install the add-in.

How do I fetch live data in Excel? ›

Following steps details this process:
  1. Open the link www.nseindia.com in Chrome.
  2. Navigate to Market Date > Option Chain.
  3. Right-click and select the Inspect option to open the Diagnostics pane.
  4. Click the Network tab.
  5. Reload the page.
  6. Click the Name specific to the data you want to parse for example, option chain for NIFTY.
Jan 3, 2022

How do I get live market data in Excel? ›

To create a table, go to Insert > Table. With the cells still selected, go to the Data tab, and then click Stocks. will appear. Click that button, and then click a field name to extract more information.

What is a crypto CSV file? ›

CSV, which stands for Comma Separated Values, is a data file (similar to a spreadsheet) that you download from the exchange/wallet then manually import into ZenLedger. What you provide: You'll need to download the CSV records from your exchange/wallet and ensure that it's properly formatted.

How do I get the CSV from Coinbase wallet? ›

Unfortunately, Coinbase Wallet does not offer users a simple export CSV file option just yet which is why we recommend the API method for most users. However, if you prefer to use CSV files only, you may be able to get a CSV file of your transaction history on a given blockchain using a blockchain explorer.

How do I generate a crypto tax report? ›

There are 5 steps you must follow to report cryptocurrency on your taxes:
  1. Calculate your crypto gains and losses.
  2. Fill out crypto tax Form 8949.
  3. Report the totals from your crypto 8949 on Form Schedule D.
  4. Report any ordinary crypto taxable income on the 1040 Schedule 1, unless your earnings are from self employment.
Dec 21, 2022

How do I get Cryptosheets? ›

Cryptosheets is available on the official Microsoft app store, just type "crypto".

How do I keep track of crypto purchases? ›

These apps let you track historic transactions, their worth, and destinations or sources. They also give the actual live price of any cryptocurrencies they support.
...
Here is the list of popular crypto portfolio trackers:
  1. 3Commas (Recommended)
  2. Pionex (Recommended)
  3. eToro.
  4. NAGA.
  5. Bitstamp.
  6. CoinSmart.
  7. Crypto.com.
  8. Coinmama.
Jan 12, 2023

How do I pull data from Coinbase? ›

Part 1: Pull Data from Coinbase into Sheets
  1. Select Coinbase from the drop-down list of applications.
  2. Select an endpoint. These endpoints are all open so you don't need an API key. ...
  3. This endpoint requires that we enter a currency pair. We'll use BTC-USD.
  4. Choose a destination sheet, name your request, and hit Run.
Jan 7, 2023

How do I connect Coinbase to Google Sheets? ›

  1. Step 1.) Install and open the Apipheny add-on for Google Sheets. Apipheny is an 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 I use Cryptosheets 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! ✅

What does ROI mean in crypto? ›

What Is the Return of Investment and How to Calculate One for Crypto? Return of Investment or ROI is defined as the percentage of growth or loss of the investment. By measuring ROI, you can see how much money you could earn or lose when investing in some asset.

How do you calculate highest price crypto? ›

Market cap of a cryptocurrency is calculated by multiplying the price of the coin / token and its circulating supply. Example: If there are 1 million coins in circulation and if its current price per coin is $1 then its total market cap is $1,000,000.

Is there a crypto calculator? ›

Coinmama's live crypto calculator does the math so you don't have to, giving real rates in real time. Convert fiat to crypto, plan your investment, and buy. All with Coinmama. The rates displayed by the calculator represent market exchange rates, and are provided for informational and estimation purposes only.

Will Shiba Inu coin reach $1? ›

But the bottom line is this: Not only will Shiba Inu fail to reach $1 in 2023, but it's also unlikely to get there in our lifetime. Not to mention, given its market valuation would remain the same under this scenario, investors won't see an increase in the value of their holdings even if it does happen!

How do you use the crypto calculator? ›

Crypto trading profit calculators

Subtract the buying price from the selling price and multiply the result by transaction size. E.g., you buy 2 Bitcoins (BTC) at $17.200 and sell them at a price of $19.800. 2 Bitcoins (BTC) is the size of your transaction. This means you have $5.200 of profit.

How do I get CoinMarketCap in Excel? ›

To pull the data into Excel, we use a web query. Under the Data tab in the ribbon, select Get Data > From Other Sources > From Web. Next, we need to input the URL we want to use and setup our API key as a header item to authenticate with CoinMarketCap. Make sure the Advanced radio button is selected.

Is there a live Excel? ›

Use Excel Live to share workbooks with your team. Edit and explore content with others within the meeting window. While you share, you set the pace. Participants can navigate through content on their own and sync with you later.

Can you track crypto on Google Sheets? ›

Their price tag reduces their appeal so much that most people don't even consider them. This is where Google Sheets comes in. Google Sheets provides an excellent alternative to paid options. You can track your crypto portfolio with the easy-to-use interface of Google Sheets.

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.
Aug 24, 2022

How do you keep track of all crypto assets? ›

CoinStats. Boasting over one million users, CoinStats is one of the easiest ways to track your cryptocurrency within one single dashboard. Whether you are trading on centralized exchanges like Binance or DeFi protocols like Uniswap, CoinStats can help you track your assets across all of your wallets.

Is there an index that tracks cryptocurrency? ›

The S&P Cryptocurrency Broad Digital Market (BDM) Index is designed to track the performance of digital assets listed on recognized open digital exchanges that meet minimum liquidity and market capitalization criteria that are covered by our price provider Lukka.

How do I activate Google Finance in Excel? ›

Use the GOOGLEFINANCE function

In an empty cell, type =GOOGLEFINANCE. In parenthesis, add any of the following, separated by a comma: A ticker symbol in quotation marks. (Optional) The attribute you want to show, such as price, in quotation marks.

Top Articles
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 5628

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.