Home / The Master Investor Podcast with Wilfred Frost
Hosted by Wilfred Frost, The Master Investor Podcast is for anyone passionate about business and investing. We are pro ambition, celebrate success and provide you the edge. Join us and learn from the most legendary investors and business leaders in the world.
Topics: Investing , Business
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1817702206/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
The Key CEO Traits Investors Are Missing | Kara Swisher July 14, 2026
The New American Dream: Democratising Investing July 6, 2026
How to Build Wealth (And Survive Failure) with Anthony Scaramucci June 29, 2026
Being Short Your Government: The Real Case for Gold & Silver June 23, 2026
Becky Quick: Warren Buffett's Biggest Lessons, CNBC, and Finding Purpose Through Adversity June 16, 2026
Should You Buy Space X? | IPO Special June 9, 2026
AI Could Turn Software Into “Dumb Data Pipes” | Dom Rizzo June 8, 2026
“We’ve Seen the End of Times”: Tom Michaud on Market Extremes, IPO Red Flags, and 9/11 June 3, 2026
Memory Is A Bubble, But Nvidia Protected – Jan Van Eck On Semis Surge May 27, 2026
Any episode from this podcast is available via the API — get started .
Get any The Master Investor Podcast with Wilfred Frost episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.