Home / Rule Breaker Investing
David Gardner, co-founder of The Motley Fool, is among the most respected and trusted sources on investing. As a best-selling author, hugely successful stock picker, and financial authority, David has led The Motley Fool’s growth into a worldwide investment and financial advisory services company.
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/1017325738/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
July 2026 Mailbag: Year Twelve Begins July 29, 2026
Five Idle Thoughts of a Summer’s Day, Vol. 3 July 22, 2026
Great Quotes, Vol. 22: A Nation Forever Young July 8, 2026
What You’ve Done to Create Financial Freedom, Vol. 4 July 1, 2026
June 2026 Mailbag: “Do You Know Its Market Cap?” June 24, 2026
Market Cap Game Show: The King-Sharon Rule Debuts June 17, 2026
Stock Stories, Vol. 12: Time Travel Investing June 10, 2026
I Fought The Law (And The Law Won), Vol. 3 June 3, 2026
May 2026 Mailbag: Divvy-Pops, Jellybeans & the Kids of Kopachuk May 27, 2026
60 Thoughts As I Turn 60 May 20, 2026
What You Have Learned from David Gardner, Vol. 7 May 13, 2026
10 Years Later: 5 Winners in a Thinking World May 6, 2026
10 Years Later: 5 Stocks to Feed the Bear February 11, 2026
Calculating Risk Foolishly, Vol. 4: ETSY v. DUOL January 21, 2026
Any episode from this podcast is available via the API — get started .
Get any Rule Breaker Investing 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.