Embeddable widgets
Put a live Robinhood Chain stock token price on your own site with one line of HTML. Free, no API key, no signup — and the multiplier updates itself from the chain in your visitor's browser.
Preview
The widget shows the current price, the ERC-8056 UI multiplier and any pending corporate action. It inherits your visitor's light or dark preference, and clicking through opens the full token page.
Prefer to render it yourself? Use the free JSON API.
Embed code
Swap the ticker slug for whichever token you want:
<iframe src="https://stocksonchain.io/widgets/embed/nvda" width="320" height="200" loading="lazy" style="border:0" title="NVDA stock token price"></iframe>
All available tokens
| Token | Embed URL | |
|---|---|---|
| NVDA | https://stocksonchain.io/widgets/embed/nvda | |
| SPCX | https://stocksonchain.io/widgets/embed/spcx | |
| TSLA | https://stocksonchain.io/widgets/embed/tsla | |
| AAPL | https://stocksonchain.io/widgets/embed/aapl | |
| SNDK | https://stocksonchain.io/widgets/embed/sndk | |
| GOOGL | https://stocksonchain.io/widgets/embed/googl | |
| AMD | https://stocksonchain.io/widgets/embed/amd | |
| SPY | https://stocksonchain.io/widgets/embed/spy | |
| AMZN | https://stocksonchain.io/widgets/embed/amzn | |
| SGOV | https://stocksonchain.io/widgets/embed/sgov | |
| MSFT | https://stocksonchain.io/widgets/embed/msft | |
| MU | https://stocksonchain.io/widgets/embed/mu | |
| PLTR | https://stocksonchain.io/widgets/embed/pltr | |
| META | https://stocksonchain.io/widgets/embed/meta | |
| COIN | https://stocksonchain.io/widgets/embed/coin | |
| USO | https://stocksonchain.io/widgets/embed/uso | |
| QQQ | https://stocksonchain.io/widgets/embed/qqq | |
| SLV | https://stocksonchain.io/widgets/embed/slv | |
| INTC | https://stocksonchain.io/widgets/embed/intc | |
| ORCL | https://stocksonchain.io/widgets/embed/orcl | |
| CRCL | https://stocksonchain.io/widgets/embed/crcl | |
| CRWV | https://stocksonchain.io/widgets/embed/crwv | |
| USAR | https://stocksonchain.io/widgets/embed/usar | |
| BE | https://stocksonchain.io/widgets/embed/be | |
| BABA | https://stocksonchain.io/widgets/embed/baba | |
| QCOM | https://stocksonchain.io/widgets/embed/qcom | |
| MSTR | https://stocksonchain.io/widgets/embed/mstr |
Free JSON API
Every number on this site is also available as static JSON with permissive CORS, so you can fetch it directly from a browser:
GET https://stocksonchain.io/api/tokens.json # all tokens GET https://stocksonchain.io/api/tokens/nvda.json # one token, with daily history GET https://stocksonchain.io/api/multipliers.json # multipliers + pending corporate actions
Licensed CC BY 4.0 — use it commercially if you like, just credit Stocks On Chain with a link. If you need higher resolution data or a private feed, get in touch.
Widget FAQ
Is the widget really free?
Yes, for any site. It is a static iframe served from the same host as the rest of this site, so there is no key, no quota and nothing to sign up for. We ask that you leave the link back in place.
How often does the data update?
The rendered values refresh whenever this site rebuilds, roughly hourly during market hours. The multiplier also re-reads itself directly from the chain in the visitor's browser, so it is live even between rebuilds.
Can I restyle it?
The iframe follows the visitor's light or dark system preference automatically. For full control, use the free JSON API and render it yourself.