Airtable logo
Alpha Vantage
Import and sync data in Airtable

Connect Airtable and Alpha Vantage

Import stock prices and financial data using a simple no-code API integration. Sync data from Alpha Vantage 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 Alpha Vantage 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 Alpha Vantage 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 Alpha Vantage

Select the pre-built Alpha Vantage 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 Alpha Vantage
Step 3

Map the fields

Select which Alpha Vantage 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 Alpha Vantage data sync

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

Automate your Alpha Vantage data sync

About the tools

Alpha Vantage logo

Alpha Vantage

Alpha Vantage is a comprehensive financial data API that provides real-time and historical market data for stocks, cryptocurrencies, forex, and commodities. It offers developers and analysts access to a wide range of financial indicators, from simple price data to complex technical analysis metrics. With Alpha Vantage's free tier and premium options, users can integrate financial data into their applications, dashboards, or research models.

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 Alpha Vantage and Airtable.

How to Connect Alpha Vantage to Airtable

In this guide, we'll import stock prices from the Alpha Vantage API to Airtable. We will use the Data Fetcher Airtable extension to connect to Alpha Vantage with no-code. We'll then build a stock tracker to manage our investments in Airtable.

Create Stocks Table

Create a table in your base called 'Stocks'. If you've already got a table with your stock tickers/ symbols in, you can use that instead.

Change the name of the primary field to 'Symbol'. Add the stock symbols/tickers you want to import stock prices for, e.g. 'IBM', as records in this table.

stocks-output-table.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 Stock Prices from Alpha Vantage API to Airtable

On the home screen of the Data Fetcher extension, click 'Create your first request'. Requests in Data Fetcher are how you import data to or send data from your Airtable base.

click-create-your-first-request.png

On the create request screen in Data Fetcher, for Application, select 'Alpha Vantage'.

alpha-vantage-application.png

Next, you need an Alpha Vantage API key. You can sign up for one here.

get-alpha-vantage-api-key.png

Enter this key into the API Key input in Data Fetcher.

For Endpoint, select 'Latest price (open, close, high, low etc.) for a stock'.

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

stock-prices-save-continue.png

For Stock symbol, we want to insert a reference to our 'Stock symbol' field. First click the + button.

stock-symbol-add-button.png

Then, on the modal that opens, select 'Stocks' for Table, 'Symbol' for Field, 'Grid view' for Run for every record in view. Then click 'Confirm'.

stock-symbol-table-reference.png

Stock symbol should now contain a reference to the table.

stock-symbol-table-reference.png

Select the Output Table & View you want to import stock prices into.

stocks-output-table.png

Unfortunately, Alpha Vantage's free stocks API has a rate limit of 25 requests per day. You can buy a premium Alpha Vantage plan to increase this limit.

Click 'Save & Run'.

stock-prices-save-run.png

The request will run and the Response field mapping modal will open. This is where you set how the available fields from Alpha Vantage (e.g. 'Price', 'Open', 'Close', 'Volume) should map to the fields in the output table.

For each Alpha Vantage user 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, as well as set the field type.

Make sure you import the 'Price' field, which is the latest stock price. Import any other fields you want. Then click 'Save & Run'.

stock-prices-save-and-run.png

Data Fetcher will create any fields that need to be created in the output table, then run the request again for each symbol and import the stock price into Airtable.

imported-stock-prices.png

Build a Stock Tracker in Airtable

Create a table in your base called 'Portfolio'. Add a field called 'Stock' that is linked to the 'Stocks' table. Add a field called 'Price' that is a lookup of the 'Stock' table's 'Price' field.

Screenshot 2022-02-03 at 09.03.04.png

Add a field called 'Shares' with type 'Number'. For each stock, enter how many shares you own. Add a formula field called 'Value (USD)' with the formula Price*Shares and select 'Currency' formatting.

Screenshot 2022-02-03 at 09.04.23.png

You have now created an Airtable stock tracker! Each time we run the 'Import Stock Prices' request in Data Fetcher and import the latest stock prices, the prices in our 'Portfolio' table will update. The 'Value (USD)' field will now contain the value of all shares for that stock symbol. The summary bar will contain the total value of all your investments.

airtable-stock-tracker.png

Import Stock Prices to Airtable Automatically

At the moment, we have to manually run the request to import the stock prices from Alpha Vantage. We can use Data Fetcher's scheduled requests feature to automatically import them every 15 minutes/ hour/ day etc.

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

table-1-schedule-upgrade-button.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'.

table-1-schedule-ive-done-this-button.png

Under Schedule click '+ Authorize'.

Schedule Data Fetcher

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

It's recommended that you choose 'All current and future bases in all current and future workspaces' to avoid any issues with unauthorized bases in the future.

Click 'Grant access'.

schedule-authorize-bases.jpg

In Data Fetcher, Schedule this request will have toggled to 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 the stock prices from Alpha Vantage automatically.

Group 11(2).png

Ready to connect Alpha Vantage to Airtable?

Start syncing your data sources with Airtable today.