How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (2024)

CryptoFinance is a free add-on by Cryptowatch and an excellent way to keep track of your cryptocurrencies in Google Sheets and access historical and trade data. If you subscribe to a Cryptowatch paid data plan, you’ll be able to access your data by connecting via either Public or Secret API keys directly from Sheets.

However, you don’t need to have a paid plan with Cryptowatch to access public data, and there’s a lot of public data available. For example, you can use the GOOGLEFINANCE function to get crypto prices directly into your Google Sheets. Using the CRYPTOFINANCE formula, you can quickly get prices - and many other attributes - for your chosen cryptocurrencies. With that same formula, you can get all Cryptowatch currency data with a single word.

In this article, you will learn about the CryptoFinance add-on and how to install it. You will also learn how to use the formula to get the prices for specific cryptocurrencies, get all Cryptowatch data into Sheets, and quickly create your own portfolio based on Cryptowatch data.

How Do I Add CryptoFinance to Google Sheets?

In order to start using the CryptoFinance add-on, you just need to install it and create a free Cryptowatch account.

  1. 1. Go to Extensions > Add-ons > Get Add-ons.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (1)

How To Use the CryptoFinance Add-on For Google Sheets - Get CryptoFinance Add-on

  1. 2. Search for CryptoFinance in Marketplace and install.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (2)

How To Use the CryptoFinance Add-on For Google Sheets - Install CryptoFinance Add-on

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (3)

10 Must-Have Google Sheets Add-ons

Discover the best free Google Sheets add-ons to have to save time, improve your productivity, and take your spreadsheets to the next level.

READ MORE

  1. 3. On Cryptowatch, create an account and go to User Account > API Access.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (4)

How To Use the CryptoFinance Add-on For Google Sheets - User Account > API Access

  1. 4. Generate a Public API key and copy it.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (5)

How To Use the CryptoFinance Add-on For Google Sheets - Generate Public API Key

  1. 5. In Sheets, go to Extensions > CryptoFinance > Enter Cryptowatch Public API Key.
  1. 6. Click OK to start using the CryptoFinance Add-on.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (7)

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

How Do I Use CryptoFinance in Google Sheets?

In this section, you will learn to use the CRYPTOFINANCE formula to get cryptocurrency data into Google Sheets, with a free Cryptowatch account. This is possible as Cryptowatch offers free access to “Fundamental” data through their Public API, and the CryptoFinance add-on connects to it by default.

CRYPTOFINANCE Formula Syntax

The formula has only one required parameter: market.

=CRYPTOFINANCE(market*, attribute, option, refresh_cell)
  • market* refers to the asset or exchange data that you want to get. By default, it is Bitcoin in US dollars, and the data source is Cryptowatch.
  • attribute is the attribute that you want for the chosen asset or exchange. If not specified, the price is returned by default.
  • option is a parameter that can be used to filter the attribute’s value by date or period. However, there are different options available depending on the exchange and the chosen attribute.
  • refresh_cell can be used with the previous - option - to use a cell in your Sheet to force a refresh of the data.

In this article, you will learn how to use the required parameter - market - in a variety of ways. For more information on using the formula’s other parameters, check out the Cryptofinance add-on documentation.

Get Specific Crypto Prices

To get the prices for selected cryptocurrencies using cell references, follow the steps below. You can also type the market directly into the formula, but in that case, you will have to use quotation marks (“”)

  1. 1. In Google Sheets, type in your selected market - the asset or exchange you want.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (8)

How To Use the CryptoFinance Add-on For Google Sheets - Add Market

  1. 2. In an empty cell, type the formula and choose the cell with the asset as the only parameter. Remember to close the quotation marks and press “Enter”.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (9)

How To Use the CryptoFinance Add-on For Google Sheets - Add Formula

  1. 3. That’s it. You have the price for your chosen asset.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (10)

How To Use the CryptoFinance Add-on For Google Sheets - Price Imported

  1. 4. To obtain the prices for multiple assets, simply type each into a cell below the first. Below, I have formatted column B as currency, for clarity.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (11)

How To Use the CryptoFinance Add-on For Google Sheets - Add More Markets

  1. 5. Select the cell with the formula and drag it down from the bottom-right corner of the cell to get the prices for the other assets.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (12)

How To Use the CryptoFinance Add-on For Google Sheets - Drag Formula

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 Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (13)

READ MORE

Get Public Cryptowatch Data

Importing Cryptowatch’s data is extremely easy with the CRYPTOFINANCE formula.

  1. 1. In Sheets, type the formula into an empty cell and use “cryptowatch” as the parameter - quotation marks included - and press Enter.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (14)

How To Use the CryptoFinance Add-on For Google Sheets - Use Cryptowatch

  1. 2. That’s it. In a few seconds, you have all the data for 2127 cryptocurrencies in your spreadsheet.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (15)

How To Use the CryptoFinance Add-on For Google Sheets - Cryptowatch Data

In the next section, you will learn how to use this data to create your own cryptocurrency portfolio.

Create Your Own Portfolio with Cryptowatch Data

Once you have the Cryptowatch data in your spreadsheet (see previous section), you can easily narrow it down to create your own portfolio in a separate tab. Of course, it’s possible to create more complex lookups to get the data you want, but there’s a much simpler way to do this by linking to the cells in the main dataset.

In this example, I will get the data for Bitcoin, Ethereum, and Solana, but first, I will link the column headers.

  1. 1. In an empty cell, type in the equal sign, then simply click on the tab with all the data and select the first header you want to use. In this case, I don’t need the ID, so I will select “Name” in cell “B1”.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (16)

How To Use the CryptoFinance Add-on For Google Sheets - Link to Header Cell

  1. 2. Once you have pressed “Enter”, you’ll be switched back to the new tab, where you’ll see the header name.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (17)

How To Use the CryptoFinance Add-on For Google Sheets - Header Imported

  1. 3. Click on the blue square on the bottom right corner of the cell and drag right to the last column. If you started from the “Name” in column “B”, you’ll need to drag it to column “S”.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (18)

How To Use the CryptoFinance Add-on For Google Sheets - Drag Formula Right

  1. 4. Find the cells with the “Name” of the cryptocurrencies you want. In my case, they are in cells “B3”, “B4”, and “B8”.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (19)

How To Use the CryptoFinance Add-on For Google Sheets - Find Cells

  1. 5. Repeat steps 1-3 for each row you want to add to the portfolio.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (20)

How To Use the CryptoFinance Add-on For Google Sheets - Repeat Steps for Rows

  1. 6. That’s it. Since I have linked to the cells in the tab connected to Cryptowatch, my portfolio will be updated whenever that tab is updated.

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (21)

How To Use the CryptoFinance Add-on For Google Sheets - My Cryptowatch Portfolio

Conclusion

As you have seen, the Cryptofinance add-on is a very useful tool, even without a paid Cryptowatch data plan. You can access current data, historical data, and trade data. Since it works within Google Sheets, you can use the many functions and features available to manipulate and visualize up-to-date data.

You now know how to install the CryptoFinance add-on and how to use the formula to get crypto prices, how to get Cryptowatch data on more than 2000 cryptocurrencies, and how to use this data to create your own portfolio.

To learn more about working with financial data in Google Sheets, check out our related articles.

  • Use Google Finance to Get Crypto Prices in Sheets
  • How to Use GOOGLEFINANCE Function in Google Sheets
  • How To Import Yahoo Finance Data Into Google Sheets

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 24 2022, Updated Jun 18 2023

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog (2024)

FAQs

How to Use CRYPTOFINANCE Add-On for Google Sheets | Layer Blog? ›

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 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 get crypto value in Google 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 use Google Finance 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.
5 days ago

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.

What cryptocurrencies are available on GOOGLEFINANCE? ›

  • BTC. Bitcoin (BTC / USD) 66,471.30. -1,086.90. ...
  • ETH. Ether (ETH / USD) 3,431.04. -10.06. ...
  • ADA. Cardano (ADA / USD) 0.4191. -0.0072. ...
  • BNB. Binance Coin (BNB / USD) 579.5148. -8.4506. ...
  • USDT. Tether (USDT / USD) 1.0002. -0.0013. ...
  • XRP. XRP (XRP / USD) 0.5969. -0.0115. ...
  • DOGE. Dogecoin (DOGE / USD) 0.1335. -0.0045. ...
  • LINK. ChainLink (LINK / USD) 13.7169.

How do I use CoinMarketCap in Google Sheets? ›

The easiest way to get started with the CoinMarketCap API is through API Connector's built-in integration.
  1. In Sheets, open API Connector and create a new request (Extensions > API Connector > Open > Create request)
  2. Select CoinMarketCap from the drop-down list of applications.
  3. Under Authorization, enter your API key.

How do I add currencies 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 you show crypto on a balance sheet? ›

So, when you buy Bitcoin or Ether, you should add it to your balance sheet at its fair market value on the date you bought it. Here, you'll need to debit your assets account. Likewise, if you bought Bitcoin or Ether with a fiat currency, you'll need to credit your cash account for the purchase price.

How to create a spreadsheet for crypto? ›

How to create an Excel crypto tracker
  1. Step 1: Setting up your spreadsheet. Open Microsoft Excel or Google Sheets. ...
  2. Step 2: Fetching live price data. ...
  3. Step 3: Inputting your crypto transactions. ...
  4. Step 4: Generating cryptocurrency price charts. ...
  5. Step 5: Setting up data refresh. ...
  6. Step 6: Regularly updating and analyzing.
May 15, 2024

How to create a crypto portfolio tracker? ›

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 do I create a tracker in Google Sheets? ›

If you want to make a tracker on Google Sheets that can track tasks, the best way to do it is to list all your tasks in the far left column, and then have a variety of status columns on the right. This could be things like not started, pending, completed and so on. Simply mark the appropriate column for each task.

How to import crypto prices into Google Sheets from Coinmarketcap? ›

Here's a step-by-step guide on how to do it:
  1. Go to pro.coinmarketcap.com/signup and create an account if you don't already have one.
  2. Once logged in, navigate to the Account section.
  3. In theAPI Key section, click on Generate to create a new API key.
  4. Give your API key a name and select the appropriate plan for your needs.
Jun 23, 2024

How do you enter 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 import Coingecko data into Google Sheets? ›

How to import data from Coingecko into Google Sheets
  1. Install the Apipheny Add-on.
  2. Obtain an API key.
  3. Choose a Coingecko API endpoint.
  4. Enter your Coingecko API request into Apipheny.
  5. Run the Coingecko API request in your Google Sheet.

How do I use Google Sheets for stocks? ›

GOOGLEFINANCE is a powerful function in Google Sheets that allows you to import real-time and historical stock price data directly into your spreadsheets. With GOOGLEFINANCE, you can: Fetch current stock prices with a slight delay of up to 20 minutes. Retrieve historical stock data for specific date ranges.

Top Articles
How Much Does a Notary Charge? Maximum Costs by State | HelpAdvisor.com
Terms and Conditions for the Uphold Staking Program - Uphold.com
Creepshotorg
No Hard Feelings (2023) Tickets & Showtimes
Dairy Queen Lobby Hours
Tesla Supercharger La Crosse Photos
What Are the Best Cal State Schools? | BestColleges
Booknet.com Contract Marriage 2
Find All Subdomains
No Hard Feelings Showtimes Near Metropolitan Fiesta 5 Theatre
Bloxburg Image Ids
What is international trade and explain its types?
Space Engineers Projector Orientation
Conduent Connect Feps Login
Buy PoE 2 Chaos Orbs - Cheap Orbs For Sale | Epiccarry
50 Shades Darker Movie 123Movies
Bend Pets Craigslist
Best Forensic Pathology Careers + Salary Outlook | HealthGrad
Imagetrend Inc, 20855 Kensington Blvd, Lakeville, MN 55044, US - MapQuest
8664751911
Invert Clipping Mask Illustrator
Water Trends Inferno Pool Cleaner
Indiana Wesleyan Transcripts
Mail.zsthost Change Password
Project, Time & Expense Tracking Software for Business
Never Give Up Quotes to Keep You Going
Homeaccess.stopandshop
The Old Way Showtimes Near Regency Theatres Granada Hills
Baja Boats For Sale On Craigslist
Enduring Word John 15
Phoenixdabarbie
La Qua Brothers Funeral Home
The value of R in SI units is _____?
Sf Bay Area Craigslist Com
The Ultimate Guide to Obtaining Bark in Conan Exiles: Tips and Tricks for the Best Results
Gasbuddy Lenoir Nc
Craigslist Org Sf
Craigslist In Myrtle Beach
Pitco Foods San Leandro
Guy Ritchie's The Covenant Showtimes Near Grand Theatres - Bismarck
Pekin Soccer Tournament
Hkx File Compatibility Check Skyrim/Sse
Top 1,000 Girl Names for Your Baby Girl in 2024 | Pampers
Amy Zais Obituary
Neil Young - Sugar Mountain (2008) - MusicMeter.nl
Julies Freebies Instant Win
Gear Bicycle Sales Butler Pa
De Donde Es El Area +63
Buildapc Deals
Craigslist Monterrey Ca
Dumb Money Showtimes Near Regal Stonecrest At Piper Glen
Latest Posts
Article information

Author: Edmund Hettinger DC

Last Updated:

Views: 6037

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Edmund Hettinger DC

Birthday: 1994-08-17

Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

Phone: +8524399971620

Job: Central Manufacturing Supervisor

Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.