Home / Australian Investors Podcast
The Australian Investors Podcast is a twice weekly podcast (Wednesday & Saturday), featuring laid back but intelligent short- and long-form conversations about markets, business, psychology, lessons learned and investment process.
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/1414707038/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
REA Group CEO Cam McIntyre on AI, listings and Australia's housing market August 4, 2026
Apple & Micron - buy, hold or sell? July 31, 2026
How investors can access private markets in the age of AI, with Adam Myers July 28, 2026
Buy, hold or sell? Netflix, AI chips and the super debate July 24, 2026
Brandon van der Kolk on building New Money and Buffett-style investing July 21, 2026
Live Q&A: the tax changes reshaping wealth building in 2026 July 17, 2026
Dimensional Fund Advisors: Bhanu Singh on Factor Investing May 5, 2026
Would Warren Buffett succeed in Australia? Plus the best ASX sectors for the next decade April 24, 2026
4 of ASX 200's worst stocks April 17, 2026
Owen Rask’s most overrated ASX share (and the 1 stock he’d own for 20 years) April 10, 2026
What if ETFs didn't exist? Plus, top 3 highlights from the ASX March 6, 2026
Raiz Invest Ltd (ASX:RZI) - growth, unit economics & Aussie FinTech February 11, 2026
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any Australian Investors Podcast 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.