Home / Bits + Bips
Exploring how crypto and macro collide one basis point at a time.
Hosted by Ram Ahluwalia, Austin Campbell and Chris Perkins.
Livestream: Every Monday at 4:30 pm ET.
Topics: Business News , News , Business , Investing
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/1827931786/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
Bitcoin and ETH Are Up. But This Crypto Rally Still Lacks Conviction. July 17, 2026
How China May Be Interfering in Local US Politics to Block AI Data Center Progress July 14, 2026
Why Any DeFi Protocol 'Lives and Dies by Its Oracle' and How to Strengthen Them July 10, 2026
Strategy Sells $216M in Bitcoin. Is Saylor a Buyer or a Seller Now?: Bits + Bips July 9, 2026
Anchorage’s David Lawant Explains Why Bitcoin's Options Market Isn't Panicking: Bits + Bips July 3, 2026
Why Bitcoin May Not Run Until Saylor "Gets Blown Up": Bits + Bips July 1, 2026
Why a Perp Exchange Asked Carmen Li to Make a Market in Her Own Index June 27, 2026
Why You No Longer Have to Choose Between TradFi and Crypto June 24, 2026
The Fed Is Turning Hawkish. What Does That Mean for Bitcoin and Strategy? June 19, 2026
Why the Anthropic Export Ban Should Worry the Crypto Industry June 16, 2026
Was the SpaceX IPO Really to Blame for Bitcoin's Worst Week Since FTX? June 9, 2026
Strategy Sold Bitcoin. Polymarket Can't Agree on When June 7, 2026
Why Strategy's Capital Stack Is Starting to Show Cracks June 3, 2026
Why Ethereum Is Winning the Tokenization Race, Per Schwab April 5, 2026
Any episode from this podcast is available via the API — get started .
Get any Bits + Bips 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.