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
Fetch every episode as speaker-labeled Markdown in one script:
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 -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
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
Any episode from this podcast is available via the API — get started .
Get any Run the Numbers 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.