Skip to main content
Version: 2.5

Stock Prices

Display real-time stock prices and percentage changes from Yahoo Finance with color-coded gain/loss indicators.

Stock Prices on split-flap board

Overview

The Stock Prices plugin shows:

  • Current price for up to 5 symbols
  • Percentage change (configurable time window)
  • Color-coded: green for gains, red for losses
  • Company names

Setup

  1. Open http://localhost:4420
  2. Go to the Integrations page
  3. Toggle Stock Prices on
  4. Use the symbol picker to add up to 5 stock symbols
  5. Choose your time window for change calculation
  6. Click Save Changes
tip

No API key is required for stock data. An optional Finnhub API key enables better symbol search -- get one free at finnhub.io.

Available Variables

VariableDescriptionExample
{stocks.formatted}Pre-formatted stock lineAAPL 189.84 +1.2%
{stocks.symbol}Stock symbolAAPL
{stocks.current_price}Current price189.84
{stocks.change_percent}Percentage change+1.2
{stocks.change_direction}Directionup
{stocks.company_name}Company nameAPPLE INC
{stocks.symbol_count}Number of tracked symbols5

Color Coding

Stock prices are automatically color-coded:

  • Green ({66}) for positive changes
  • Red ({63}) for negative changes

Time Windows

OptionDescription
1 DayPrevious trading day close
5 Days5 trading days ago
1 Month~22 trading days ago
3 Months~66 trading days ago
1 Year~252 trading days ago

Next Steps