Automation Script Demo — live market data fetched via public API — iswain.dev
service demo · automation script

Live Market Data Fetcher

This demonstrates what a Python automation script does: fetch data from an external source on demand, process it, and present it in a clean format — ready to run on a schedule or trigger.

Click "Run Script" to fetch live market data.
Ticker Name Price (USD) 24h Change Market Cap 24h Volume
No data yet — press Run Script.

Data from CoinGecko API (crypto) and Yahoo Finance via proxy (stocks). This demo runs the same fetch logic a scheduled Python script would execute — no server required here, the browser makes the call directly.