Home / Macro Voices
Weekly market commentary by Hedge Fund Manager Erik Townsend and interviews with the brightest minds in the world of finance and macroeconomics. Made possible by funding from Fourth Turning Capital Management, LLC
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/1079172742/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
MacroVoices #541 Dr. Anas Alhajji: Bab el-Mandeb: The Next Oil Chokepoint Nobody's Watching July 16, 2026
MacroVoices #540 Adam Parker: Beyond the AI Bubble: Diversifying Portfolios in an Earnings-Driven Market July 9, 2026
MacroVoices #539 Rory Johnston: Hormuz Crisis, is it Really Over? July 2, 2026
MacroVoices #538 Lyn Alden: Is The War Really Over and What’s Next For Markets? June 25, 2026
MacroVoices #537 Brent Johnson: There’s No Turning Back June 18, 2026
MacroVoices #536 Larry Mcdonald: The Migration is Upon us June 11, 2026
MacroVoices #535 Michael Every: NAFTA and NAPTHA – Warcraft & Fartcraft June 4, 2026
MacroVoices #529 Ole S Hansen: Commodities in The Wake of The Iran Crisis April 23, 2026
MacroVoices #528 Luke Gromen: Hormuz Could Lead To a 1956 US Suez Moment April 16, 2026
MacroVoices #526 Matt Barrie: Pay To PrAI April 2, 2026
Any episode from this podcast is available via the API — get started .
Get any Macro Voices 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.