InvestorySpot Stock Ticker
InvestorySpot Stock Ticker
Description
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
Installation
- Upload the
stock-tickerfolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ screen in WordPress
- Go to Settings > InvestorySpot Stock Ticker to configure default symbols and display options
- Add
[stock_ticker]shortcode to any post or page
Faq
No. Yahoo Finance is used as the primary provider and requires no API key. Alpha Vantage and Finnhub keys are optional fallbacks.
Yes. Use shortcode attributes: [stock_ticker symbols="AAPL,MSFT,GOOGL"]
Data is cached server-side (default 300 seconds). The frontend auto-refreshes at the same interval.
Reviews
Changelog
1.0.0
- Initial release
- Yahoo Finance, Alpha Vantage, and Finnhub support
- Scrolling ticker and table display
- Admin settings page
- AJAX auto-refresh