Skip to main content
Version: 8.27 (latest)

Stock Prices

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

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

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
6 Months~132 trading days ago
1 Year~252 trading days ago
2 Years~504 trading days ago
5 Years~1260 trading days ago
ALLSince earliest available data

Next Steps