Skip to main content

Alpha Vantage

Sync overview​

This source retrieves time series data from the free Alpha Vantage API. It supports intraday, daily, weekly and monthly time series data.

Output schema​

This source is capable of syncing the following streams:

  • time_series_intraday
  • time_series_daily
  • time_series_daily_adjusted (premium only)
  • time_series_weekly
  • time_series_weekly_adjusted
  • time_series_monthly
  • time_series_monthly_adjusted

Features​

FeatureSupported? (Yes/No)Notes
Full Refresh SyncYes
Incremental SyncNo
API EnvironmentsYesBoth sandbox and production environments are supported.

Performance considerations​

Since a single API call returns the full history of a time series if configured, it is recommended to use Full Refresh with Overwrite to avoid storing duplicate data.

Also, the data returned can be quite large.

Getting started​

Requirements​

  1. Obtain an API key from Alpha Vantage.

Setup guide​

The following fields are required fields for the connector to work:

  • api_key: Your Alpha Vantage API key.
  • symbol: The symbol of the time series to retrieve, with exchange code if applicable. For example, MSFT or TSCO.LON.
  • (optional) interval: The time-series data point interval. Defaults to 1 minute.
  • (optional) Adjusted?: Whether the intraday endpoint should return adjusted data. Defaults to false.
  • (optional) outputsize: The size of the time series to retrieve. Defaults to compact, which returns the last 100 data points. full returns the full history.

IP allow list​

If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.

Reference​

Config fields reference

Field
Type
Property name
string
api_key
string
symbol
boolean
adjusted
string
interval
string
outputsize

Changelog​

Expand to review
VersionDatePull RequestSubject
0.2.142025-05-2460731Update dependencies
0.2.132025-05-1059787Update dependencies
0.2.122025-05-0359361Update dependencies
0.2.112025-04-2658749Update dependencies
0.2.102025-04-1958268Update dependencies
0.2.92025-04-1257633Update dependencies
0.2.82025-04-0557184Update dependencies
0.2.72025-03-2956562Update dependencies
0.2.62025-03-2256131Update dependencies
0.2.52025-03-0855390Update dependencies
0.2.42025-03-0154890Update dependencies
0.2.32025-02-2254243Update dependencies
0.2.22025-02-1553933Update dependencies
0.2.12025-02-0853421Update dependencies
0.2.02025-01-0747275Migrate to Manifest-only
0.1.302025-02-0152896Update dependencies
0.1.292025-01-2552172Update dependencies
0.1.282025-01-1851749Update dependencies
0.1.272025-01-1151266Update dependencies
0.1.262025-01-0450903Update dependencies
0.1.252024-12-2850491Update dependencies
0.1.242024-12-2150204Update dependencies
0.1.232024-12-1447113Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.1.222024-10-1246820Update dependencies
0.1.212024-10-0546488Update dependencies
0.1.202024-09-2846152Update dependencies
0.1.192024-09-2145750Update dependencies
0.1.182024-09-1445554Update dependencies
0.1.172024-09-0745253Update dependencies
0.1.162024-08-3144972Update dependencies
0.1.152024-08-2444359Update dependencies
0.1.142024-08-1243848Update dependencies
0.1.132024-08-1043606Update dependencies
0.1.122024-08-0343286Update dependencies
0.1.112024-07-2742597Update dependencies
0.1.102024-07-2042169Update dependencies
0.1.92024-07-1341847Update dependencies
0.1.82024-07-1041369Update dependencies
0.1.72024-07-0941229Update dependencies
0.1.62024-07-0640888Update dependencies
0.1.52024-06-2540338Update dependencies
0.1.42024-06-2139939Update dependencies
0.1.32024-06-0438938[autopull] Upgrade base image to v1.2.1
0.1.22024-05-2138512[autopull] base image + poetry + up_to_date
0.1.12022-12-1620564add quote stream to alpha-vantage
0.1.02022-10-2118320New source