Free Stock Widget
Add real-time stock quotes to your website
Quick Start
Add a stock widget to your site with just two lines of code:
<div data-stockvalu8or="AAPL"></div>
<script src="https://stockvalu8or.com/widget.js"></script>Replace AAPL with any stock ticker symbol.
Live Preview
AAPL
Apple Inc
$178.50
▲ 1.25%
Market Cap
$2.78T
Volume
52.3M
Example widget appearance (live data when embedded)
Customization Options
Examples
Dark Theme
<div data-stockvalu8or="MSFT" data-theme="dark"></div>
<script src="https://stockvalu8or.com/widget.js"></script>Minimal (Price Only)
<div data-stockvalu8or="GOOGL" data-volume="false" data-marketcap="false"></div>
<script src="https://stockvalu8or.com/widget.js"></script>Multiple Widgets
<div data-stockvalu8or="AAPL"></div>
<div data-stockvalu8or="MSFT"></div>
<div data-stockvalu8or="GOOGL"></div>
<script src="https://stockvalu8or.com/widget.js"></script>Only include the script once, even with multiple widgets.
JavaScript API
For advanced usage, you can programmatically create widgets:
<div id="my-widget"></div>
<script src="https://stockvalu8or.com/widget.js"></script>
<script>
StockValu8or.createWidget(
document.getElementById('my-widget'),
'NVDA',
{ theme: 'dark', showVolume: true }
);
</script>Terms of Use
- Free for personal and commercial use
- Attribution link must remain visible
- Data provided for informational purposes only
- Not financial advice - always do your own research
- Rate limited to prevent abuse
Explore More Tools
Get deeper analysis with our full suite of investment tools.