{"library":"pkscreener","title":"pkscreener","description":"A Python-based stock screener for NSE (National Stock Exchange of India) with alerts to Telegram channels. Version 0.46.20260501.868 shows daily releases with frequent updates. Provides pre-built screening strategies and output export options.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pkscreener"],"cli":{"name":"pkscreener","version":"By using this Software, you agree to"}},"imports":["from pkscreener import pkscreener","from pkscreener import pkscreener_cli","from pkscreener import pkscreener_screen"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pkscreener import pkscreener\n\n# Initialize screener (no auth needed for basic screening)\nscreener = pkscreener()\n# Run default screen (e.g., 'SID' strategy)\nresults = screener.screen(strategy='SID')\nprint(results.head())","lang":"python","description":"Basic usage: import the main class, create an instance, and call screen() with a strategy code. List available strategies via screener.available_strategies().","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}