Home / Transmission
Transmission is the podcast for energy professionals navigating the global shift to a low-carbon power system. Hosted by Ed Porter, Transmission goes deep on battery storage markets, power market dynamics, and the commercial forces shaping the energy transition - with the people at the centre of it.
Topics: Investing , Business , Science , Physics
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/1613338951/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
Inside the Deals That Decide Power Prices - Renewable Exchange July 14, 2026
Inside the Deals That Decide Power Prices - Renewable Exchange July 14, 2026
The Truth About Battery Fires - Gore Street Capital July 7, 2026
How The Weather Affects Power Traders - MetDesk June 30, 2026
How The Weather Affects Power Traders - MetDesk June 30, 2026
How Germany Decarbonises Industrial Heat - ENERGYNEST June 23, 2026
How Germany Decarbonises Industrial Heat - ENERGYNEST June 23, 2026
Grid Fees and Saturation: Germany's Battery Outlook - Modo Energy June 16, 2026
Grid Fees and Saturation: Germany's Battery Outlook - Modo Energy June 16, 2026
How Battery Traders Actually Make Money - Statkraft June 9, 2026
How Battery Traders Actually Make Money - Statkraft June 9, 2026
Connections, Capacity & Clean Power: Britain's Grid Reform - NESO June 2, 2026
How to Develop Battery Storage in Emerging Markets - Ion Ventures May 5, 2026
What Makes a BESS Project Bankable in Germany? - NORD/LB March 12, 2026
Speed to Power vs Net Zero: The Data Center Dilemma - Clarke Energy March 10, 2026
Any episode from this podcast is available via the API — get started .
Get any Transmission 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.