Airtable logo
CoinGecko
Import and sync data in Airtable

Connect Airtable and CoinGecko

Import cryptocurrency market data using a simple no-code API integration. Sync data from CoinGecko and thousands of other apps into Airtable automatically with Data Fetcher.

Trusted by leading Airtable teams

IBM Logo
Amazon Logo
Warner Records Logo
Harvard Logo
Stanford Logo
NBA Logo
Time Logo
DraftKings Logo

The no-code solution for connecting CoinGecko to Airtable

It takes just 4 simple steps to get up and running with Data Fetcher’s no-code imports into Airtable

Step 1

Add the Data Fetcher extension

Get started with CoinGecko in Airtable by adding the Data Fetcher extension from the Airtable Marketplace. Create your free account directly within the extension after installation.

Add the Data Fetcher extension
Step 2

Connect to CoinGecko

Select the pre-built CoinGecko integration from our library. Data Fetcher handles all the technical API details, so you can connect without writing a single line of code.

Connect to CoinGecko
Step 3

Map the fields

Select which CoinGecko data fields you want to import and map them to your existing Airtable fields. Choose how new data should merge with existing records in your base.

Map the fields
Step 4

Automate your CoinGecko data sync

Keep your Airtable data fresh by scheduling automatic updates at any interval. You can also trigger syncs from CoinGecko when records change in your Airtable base.

Automate your CoinGecko data sync

About the tools

CoinGecko logo

CoinGecko

CoinGecko is a comprehensive cryptocurrency data platform tracking thousands of digital assets across hundreds of exchanges. The CoinGecko API gives developers access to extensive market data including prices, volumes, and historical charts for cryptocurrencies. With endpoints covering everything from basic coin information to complex metrics, developers can easily build portfolio tools or integrate crypto data into financial applications.

Airtable logo

Airtable

Airtable blends spreadsheets and databases, enabling organized, collaborative workflows. It features customizable templates, multiple viewing options like grid, calendar, and kanban boards, plus powerful data types. With integration capabilities, automation tools, and team collaboration features, Airtable helps businesses of all sizes manage projects, content planning, and data without technical expertise.

Data Fetcher logo

Data Fetcher

Data Fetcher is an Airtable extension that connects your bases with external data sources and APIs. Users can pull data from REST APIs and external systems without writing code. With support for automic syncs, data transformation and mapping, Data Fetcher helps businesses make Airtable their source of truth for all their third-party data. It acts as the missing connection between CoinGecko and Airtable.

Airtable CoinGecko Integration Example

In this tutorial, we'll import cryptocurrency data from the CoinGecko API to Airtable. CoinGecko is a free source of crypto data, such as cryptocurrency prices, exchange information and lots more.

We'll use Data Fetcher's free CoinGecko Airtable integration to import the latest prices for a list of cryptocurrencies. We'll then use these prices to create an Airtable crypto tracker.

Create Coins Table

Create a table in Airtable called 'Coins'. We'll import the Coingecko crypto data into this table, and then link our "Portfolio" table to it later on.

coins table in airtable.png

Install Data Fetcher

Install Data Fetcher from the Airtable marketplace. After the extension launches, sign up for a free Data Fetcher account by entering a password and clicking 'Sign up for free'.

Group 1Data Fetcher Sign Up .png

Import CoinGecko Data to Airtable

Requests in Data Fetcher are how you import data to or send data from your Airtable base. We will create a request to import prices from the CoinGecko API.

On the home screen of the Data Fetcher extension, click 'Create your first request'.

click-create-your-first-request.png

On the create request screen in Data Fetcher, for Application, select 'CoinGecko' to use Data Fetcher's CoinGecko Airtable integration.

coingecko-application-selected.png

For Endpoint, select 'Get latest market data for one or more cryptocurrencies'. This determines what data we want to import from CoinGecko to Airtable.

coingecko-endpoint.png

Enter a Name for your request, e.g. 'Import Coin Prices'. Then click 'Save & Continue'.

coingecko-save-cont.png

Select the Currency you want to get market prices in, e.g. 'USD'.

Screenshot 2021-12-28 at 14.52.54.png

Select the Coins you want to import data for, e.g. 'Bitcoin'.

coingecko-coins.png

Select the Output Table & View you want to import CoinGecko data into.

Screenshot 2021-12-28 at 14.50.05.png

Click 'Save & Run'.

coingecko-save-run.png

The request will run and the Response field mapping modal will open. This is where you set which fields to import from CoinGecko and how they should map to your output table. For each CoinGecko field, you can either import or filter it. For an imported field, you can set whether to map them to an existing field or create a new field.

Change the field type of 'Current price' and 'Market cap' fields to currency using the dropdown. Filter out any fields you do not want to import, e.g. 'Image'.

Group 1(5).png

Once you are happy, click 'Save & Run'.

Group 1(6).png

Data Fetcher will create any fields that need to be created in the output table, then run the request again and import the data from Coingecko to Airtable.

Screenshot 2021-12-28 at 11.49.50.png

Build an Airtable Crypto Tracker

Now we can use our table of coin prices to build an Airtable crypto tracker. This will track the value of our crypto portfolio based on the amount we hold and the latest prices.

Create a second table in your base called 'Portfolio'. Add a field called 'Coin' that is linked to the first table (the table you imported CoinGecko prices into). Then add a field called 'Price' that is a lookup of the 'Current price' field in the first table.

Screenshot 2021-12-29 at 12.30.51.png

Add a field called 'Exchange' with type 'Single select' with options for the coin exchanges you use, e.g. 'Binance', 'Coinbase' etc.

Screenshot 2021-12-29 at 12.30.57.png

Add a field called 'Balance' with type 'Number'. This is how many of the coin you have in that exchange. Add a formula field called 'Value' with the formula {Price}*Balance and select 'Currency' formatting.

Screenshot 2021-12-29 at 12.32.43.png

We now have built an Airtable crypto tracker that updates every time we run the request. You can see the total value of your portfolio in the Airtable summary bar.

Group 1(7).pngGroup 1(26).png

Automatic CoinGecko Airtable Integration

At the moment, we have to manually run the CoinGecko Airtable integration and import the prices from CoinGecko. We can use Data Fetcher's schedule feature to automatically update the prices.

In Data Fetcher, scroll to Schedule and click 'Upgrade'.

Group 1(8).png

A new tab will open where you can select a plan and enter your payment details to upgrade.

data fetcher upgrade pricing plans.png

Return to the Data Fetcher extension and click 'I've done this'.

Group 1(9).png

Under Schedule click '+ Authorize'.

Schedule Data Fetcher

A new window will open where you can authorize the Airtable bases you want Data Fetcher to be able to access.

We recommended selecting 'All current and future bases in all current and future workspaces' so you don't need to unauthorize other bases for future use.

Click 'Grant access'.

schedule-authorize-bases.jpg

Back in Data Fetcher, you'll see Schedule this request is now toggled on.

Select how often you want the request to run, e.g. 'Every 15 mins'. Click 'Save' The request will now run on the schedule and import prices from CoinGecko automatically.

Group 11(2).png

Ready to connect CoinGecko to Airtable?

Start syncing your data sources with Airtable today.