Home / Run the Numbers
Run the Numbers is a business podcast about financial metrics and business models for CFOs, aspiring CFOs, finance leaders, and ambitious people operating tech startups.
Topics: Business
Transcribe the entire archive
312 episodes of Run the Numbers have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1723787140/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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
312 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
The Business of Saving Lives: Inside RapidSOS August 6, 2026
Building an AI-Native Finance Team with Plaid CFO Seun Sodipo August 3, 2026
How to Tell a Demanding Founder They’re Wrong July 27, 2026
The Four Stages of World-Class FP&A with Datadog’s AJ Ljubich July 23, 2026
Dave McClure and Aman Verjee on Angel Investing at Scale, 500 Startups, and Practical VC July 20, 2026
Cumberland Farms S-1 Breakdown: Fuel, Snacks, and Debt July 16, 2026
Token Economics, AI ROI, and the Future of Investment Banking with Rahul Rekhi July 13, 2026
Jersey Mike’s S-1 Breakdown: How a $4.2B Sandwich Machine Works July 9, 2026
The CFO Who Was “Ill Equipped” to Save Lehman Brothers July 6, 2026
How Finance Teams Are Actually Using AI | Opendoor, Datadog, PwC July 2, 2026
Lime’s S-1 Breakdown: The $1.8B Scooter IPO June 25, 2026
How Confluent’s CFO Runs Planning, Pricing, and Prioritization June 22, 2026
Salesforce Paid $2.1 Billion for His Company: Meet the CFO Who Made it Happen June 18, 2026
SoundCloud CFO Dan Bettes on Marketplace Liquidity, Music, and Forecasting June 15, 2026
Red Flags & Big Wins: Lucas Swisher on What Makes Coatue Say Yes (or No) to an Investment March 20, 2025
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any Run the Numbers episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000780211251
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .