Embed Widgets
Add DVR Scores and Portfolio Roast to your blog, newsletter, or website. Free to use, drives traffic back to your content.
DVR Score Badge
Show any stock's DVR score on your site. Updates automatically.
Preview:
Embed code (iframe)
<iframe src="https://deepvaluereports.com/embed/score/?ticker=AAPL" style="width:340px;height:130px;border:none;border-radius:12px;" title="DVR Score for AAPL"></iframe>
Embed code (JavaScript — auto-sizing)
<div id="dvr-score-aapl"></div>
<script>
(function(){
var t="AAPL";
var d=document.getElementById("dvr-score-"+t.toLowerCase());
var f=document.createElement("iframe");
f.src="https://deepvaluereports.com/embed/score/?ticker="+t;
f.style="width:340px;height:130px;border:none;border-radius:12px;";
f.title="DVR Score for "+t;
d.appendChild(f);
})();
</script>How it works
- • Displays pre-computed DVR scores (no analysis triggered)
- • Scores cached for 1 hour, refreshes automatically
- • Links to the full stock report on Deep Value Reports
- • Free to use, no API key needed
- • Rate limited to 60 requests/hour per IP
Portfolio Roast Widget
Let your readers get their portfolios roasted. A simple CTA that links to our roast tool.
Embed code
<iframe src="https://deepvaluereports.com/embed/roast/" style="width:100%;max-width:420px;height:200px;border:none;border-radius:12px;" title="Portfolio Roast Widget"></iframe>
FAQ
Does this cost anything?
No. Widgets are free to embed. They only display pre-computed data — no API credits used.
Will it slow down my site?
No. Widgets load in an iframe — completely isolated from your page. Scores are cached for 1 hour.
Can I customize the look?
The widget has a fixed design for brand consistency. You can control the iframe size with CSS.
What if a stock hasn't been scored yet?
The widget shows a "Get Free Analysis" CTA that links readers to our analyzer.