Home / Value Investing with Legends
Value investing is more than an investment strategy — it's a fundamental way of thinking about finance. Value investing was developed in the 1920s at Columbia Business School by professors Benjamin Graham and David Dodd, MS '21.
Topics: Investing , Business , Management
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/1459993408/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
Eddie Perkin - Battling Biases and Building Better Investment Teams July 10, 2026
Django Davidson - The Capital Cycle: Finding Opportunity Where Others Aren't Looking June 26, 2026
Jim Flynn - Building a Healthcare Investment Platform Across Public, Private, and Venture June 12, 2026
Matthew Fine - Buying Gray Clouds and Building Resilient Portfolios May 8, 2026
Jenny Harrington - Dividend Investing, Risk Management, and Building Reliable Income Streams April 17, 2026
Samer Sarraf - Investing in the GCC: Private Equity Discipline in Public Markets March 13, 2026
Amit Wadhwaney - From Montreal to Moerus: Amit Wadhwaney's Deep Value Discipline October 24, 2025
Bill Ackman - Evolving Investment Playbook, From MBIA to Moats October 10, 2025
Phil Ruvinsky - Sustainable Competitive Advantages in Technology July 12, 2024
Any episode from this podcast is available via the API — get started .
Get any Value Investing with Legends 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.