Pull the latest Mott Capital headlines onto your own site, app or dashboard. Two ways in: a JSON API for developers, and a one-line embed for everyone else. Both are free for headline and excerpt use with a link back to the original article.
Embed our headlines (no coding)
Paste this where you want the list to appear. It shows the five most recent articles and updates itself.
<div data-mott-news data-count="5"></div>
<script src="https://mottcapitalmanagement.com/?mcm-news-widget=1" async></script>
Options (set as attributes on the div):
data-count="10"— number of headlines, 1 to 20 (default 5)data-images="1"— show the article thumbnaildata-credit="0"— hide the “Headlines by Mott Capital” line (please keep it where you can)data-category="ID"— restrict to one category (IDs are in the category list)
Live example:
JSON API (developers)
Latest articles, newest first. No key needed; cross-origin requests are allowed.
GET https://mottcapitalmanagement.com/wp-json/wp/v2/posts?per_page=5&_fields=id,date,link,title,excerpt
Example response (trimmed):
[
{
"id": 53214,
"date": "2026-09-22T19:41:35",
"link": "https://mottcapitalmanagement.com/semiconductor-rally-faces-crosscurrents-from-fx-and-credit/",
"title": { "rendered": "Semiconductor Rally Faces Crosscurrents From FX and Credit" },
"excerpt": { "rendered": "<p>…</p>" }
}
]
Useful parameters:
per_page— up to 100 results;page=2for the next pagecategories=ID— filter by category;search=vix— keyword search_embed=wp:featuredmedia— include the featured image (then read_embedded["wp:featuredmedia"][0].source_url)after=2026-09-01T00:00:00— only articles published after a date
Dates are New York time. Titles and excerpts are HTML-encoded, so decode them before displaying as plain text.
RSS feed
For feed readers, newsletters and CMS importers: https://mottcapitalmanagement.com/feed/
Terms of use
- Headlines, dates, excerpts and thumbnails may be displayed with a link to the original article on mottcapitalmanagement.com.
- Full article text may not be republished without written permission.
- Please cache responses for at least 10 minutes; content changes a few times a day at most.
- Content is for informational purposes only and is not investment advice. Our disclosures apply to syndicated content.
Questions or a use case that needs more than this? Email contact@mottcapitalmanagement.com.