InvestorySpot Stock Ticker
·
Display real-time stock tickers on your WordPress site using multiple data providers with automatic fallback.
InvestorySpot Stock Ticker displays live stock prices in a scrolling ticker bar or table format. It supports multiple data providers (Yahoo Finance, Alpha Vantage, Finnhub) with automatic fallback if one provider fails.
Features
- Scrolling ticker and table display modes
- Multiple data providers with auto-fallback
- No API key required (Yahoo Finance built-in)
- Optional Alpha Vantage and Finnhub API key support
- Auto-refresh with configurable cache duration
- Customizable colors for positive/negative changes
- Settings page in wp-admin
- Shortcode with override attributes
Usage
Basic shortcode:
[stock_ticker]
With custom symbols and table display:
[stock_ticker symbols="AAPL,GOOGL,MSFT,AMZN,NVDA" display="table"]
All attributes: * symbols – Comma-separated stock symbols * display – “ticker” (scrolling) or “table” * color_up – Hex color for positive changes * color_down – Hex color for negative changes * refresh – Cache duration in seconds