Screen PSX stocks with Python
psxdata gives you two screening tools:tickers() to list symbols by index, and quote() to get current price and sector data for any symbol.
List all KSE-100 tickers
List all PSX symbols
Get a live quote
Screen all KSE-100 stocks for a metric
Screener data refreshes every 15 minutes. psxdata caches the full screener
and serves all subsequent
quote() calls from that cache — so screening
all 100 stocks costs only one network request.See also
tickers()— parameter referencequote()— parameter reference- Historical data guide — download prices for screened stocks