๐ฎ๐ณ NSE India Stock Indices Screener
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Screen all National Stock Exchange of India indices (NIFTY 50, sectoral, thematic, strategy) via the official NSE public quote API. Returns last price, change %, OHLC, 52-week range, P/E, P/B, dividend yield, advances/declines, 30-day and 365-day performance. For Indian quants, traders, finance analysts.
๐ป Code Example โ Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/nse-india-stock-screener").call(run_input={"index_name_contains": "","max_results": 100})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
๐ Code Example โ cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~nse-india-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"index_name_contains": "", "max_results": 100}'
โ FAQ
Q: How do I get started? Sign up at apify.com, grab your API token, and run via console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? Most runs finish under $0.20 for typical batch sizes. See pricing below.
Q: Is this actor maintained? Yes. NexGenData maintains 160+ Apify actors with regular updates. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes โ you own the output data. The underlying public registry / API data sources have their own terms; check those for any restrictions.
๐ฐ Pricing
- Actor Start: $0.005 per run
- Index: $0.025 per index
๐ก Pricing Rationale
Anchor: TradingView NSE plan ~$15/mo for retail; Bloomberg Terminal $24K/yr. Indian retail traders pull 50-200 indices for research. At $0.025/index, 200 = $5 (just at threshold). Power users (quants, 1000+ pulls/mo) pay $25-100.
๐ More From NexGenData
Visit thenextgennexus.com for tutorials, the full catalog of 160+ actors, Gumroad data packs, and our newsletter.
๐ Apify Affiliate Program
New to Apify? Sign up with our referral link โ you get free platform credits on signup.
Built and maintained by NexGenData โ 160+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.