MARKETPLACE
PLUGINS
WGD: ALPHA VANTAGE
WGD: Alpha Vantage logo

WGD: Alpha Vantage

Published September 2022
   •    Updated November 2025

Plugin details

The WGD - Alpha Vantage plugin empowers your Bubble application with comprehensive financial and market data from Alpha Vantage. This plugin enables you to access real-time and historical financial information covering stocks, cryptocurrencies, forex, and company fundamentals, making it an essential tool for investment dashboards, trading platforms, or financial analytics apps.

$35

One time

1.0 stars   •   1 ratings
29 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

WGD Plugins logo
WGD Plugins
Joined 2021   •   60 Plugins
View contributor profile

Instructions

Prerequisites Get an Alpha Vantage API Key
Visit https://www.alphavantage.co, create a free account, and copy your API key.

Install the Plugin in Bubble
Ensure that the WGD - Alpha Vantage plugin is installed via the Bubble Plugin tab.

1. Add Your API Key
In the API plugin configuration under "Shared Headers for all calls":

Key: apikey

Value: Your API key (e.g., ZB4BSAXHELTVRDC)

Set it to be a "Secret"

2. Stock Time Series Endpoints
Intraday
Name: Intraday

URL: https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&symbol=[symbol]&interval=[interval]

Parameters:

symbol (e.g., IBM)

interval (e.g., 5min)

Use as: Data

Data type: JSON

Daily, Weekly, Monthly
These calls follow the same format:

Change function=TIME_SERIES_DAILY, WEEKLY, or MONTHLY

Add a symbol parameter (e.g., IBM)

3. Company Financial Data
Income Statement, Balance Sheet, Cash Flow, Earnings
Each of these uses a different function query:

Example: INCOME_STATEMENT, BALANCE_SHEET, CASH_FLOW, EARNINGS

URL format: https://www.alphavantage.co/query?function=[FUNCTION]&symbol=[symbol]

Add the symbol parameter (e.g., IBM)

Company Overview
Function: OVERVIEW

Returns company metadata like name, description, sector, etc.

4. News and Sentiment (Alpha Intelligence)
Function: NEWS_SENTIMENT

URL format: https://www.alphavantage.co/query?function=NEWS_SENTIMENT&tickers=[tickers]&topics=[topics]

Parameters:

tickers (e.g., AAPL)

topics (e.g., technology)

5. Forex Endpoints
Daily, Weekly, Monthly Forex
URL format:
https://www.alphavantage.co/query?function=FX_[DAILY|WEEKLY|MONTHLY]&from_symbol=[From]&to_symbol=[To]

Parameters:

From (e.g., EUR)

To (e.g., USD)

6. Crypto Endpoints
Intraday, Daily, Weekly, Monthly
Function examples:

CRYPTO_INTRADAY

DIGITAL_CURRENCY_DAILY

DIGITAL_CURRENCY_WEEKLY

DIGITAL_CURRENCY_MONTHLY

Parameters:

symbol (e.g., ETH)

market (e.g., USD)

7. Search Symbol Endpoint
Function: SYMBOL_SEARCH

URL format:
https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=[keywords]

Useful for building dynamic symbol lookups based on company names

8. Tournament Portfolio
Function: TOURNAMENT_PORTFOLIO

Parameter: season (e.g., 2021-09)

Displays sample portfolios and performance insights

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (1.0)

Doesnt work
October 8th, 2022
Can't find live prices and poor documentation to understand how
We can assure you the plugin does work, but the demo layout and documentation, could be much better. We are improving upon next week and directly revert once done. Sorry for the inconvenience - WGD
October 8th, 2022
  •  
WGD Plugins
Bubble