India Market Screener — NSE & US Stocks Ranked by AI Score avatar

India Market Screener — NSE & US Stocks Ranked by AI Score

Pricing

$1,000.00 / 1,000 run starteds

Go to Apify Store
India Market Screener — NSE & US Stocks Ranked by AI Score

India Market Screener — NSE & US Stocks Ranked by AI Score

Screen India NSE and US stocks by 5-factor quantitative AI score. Returns ranked watchlist filtered by minimum score, factor type, and market. Built on NeuralQuant's institutional-grade signal engine. No AI API costs — pure quantitative screening.

Pricing

$1,000.00 / 1,000 run starteds

Rating

0.0

(0)

Developer

Satyam Das

Satyam Das

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

India Market Screener

India Market Screener

NSE India & US stocks ranked by AI score — find the best, skip the rest.

Try on Apify NSE India US Stocks No API key

NSE screener · Indian stock AI score · Quantitative screening India · NSE stock ranking · AI stock picker India · NSE watchlist generator · Multi-factor stock screener


What It Does

Screen the entire NSE India and US (NYSE/NASDAQ) stock universes using a 5-factor quantitative AI scoring engine. Get a ranked watchlist of stocks that pass your minimum score threshold — without writing a single line of analysis code.

The only Apify actor that screens NSE India stocks with institutional-grade quantitative signals.


How the Score Works

Each stock gets a composite AI Score from 1 to 10, built from 5 quantitative factors:

FactorWhat It Measures
QualityEarnings quality, accruals, Piotroski F-Score
MomentumPrice momentum (6-month return trend)
ValuePE, PB ratio valuation relative to peers
Low VolatilityRealized volatility (1-year) — lower is better
Short InterestShort selling pressure — lower is better

The composite score is weighted and mapped to a 1–10 scale with a clear recommendation:

ScoreRecommendation
9–10Strong Buy
7–8Buy
5–6Hold
3–4Sell
1–2Avoid

Use Cases

  • Weekly screening — find top-scored NSE stocks every week
  • Portfolio filtering — eliminate low-quality stocks before deep analysis
  • Market comparison — compare India vs US stocks side-by-side
  • Watchlist generation — output feeds directly into trading bots or spreadsheets
  • AI agent integration — call from MCP-compatible AI assistants for real-time stock screening
  • Quantitative research — factor breakdowns for systematic strategy backtesting
  • Indian stock market analysis — screen NSE equities by quality, momentum, value factors
  • Automated stock picking — let the AI score engine filter the universe for you

Scheduled Runs

Set up recurring screenings to catch score changes automatically:

  1. Go to the actor page → Schedules tab
  2. Set frequency (e.g., weekly on Monday 9 AM IST)
  3. Configure input (market, min_score, top_n)
  4. Results arrive in your dataset every cycle — no manual runs needed

Recommended schedule: Weekly, India market, min_score 7, top_n 15 — catches high-quality shifts.


Input

{
"market": "India",
"min_score": 6,
"sort_by": "score",
"top_n": 20
}
ParameterTypeDefaultDescription
marketstring"India"Which universe to screen: India, US, or both
min_scorenumber6Minimum AI score (1–10) to include in results
sort_bystring"score"Sort by: score, momentum, quality, or value
top_ninteger20Maximum results to return (1–100)

Output

{
"ticker": "RELIANCE.NS",
"company_name": "Reliance Industries Limited",
"market": "IN",
"ai_score": 8,
"recommendation": "Buy",
"score_components": {
"quality": 0.782,
"momentum": 0.654,
"value": 0.421,
"low_vol": 0.591,
"short_interest": 0.912
},
"current_price": 2945.30,
"data_source": "live",
"fetched_at": "2026-04-22T10:30:00Z"
}
FieldDescription
tickerStock ticker (.NS suffix for NSE)
company_nameFull company name
marketIN (India) or US
ai_scoreComposite NeuralQuant score 1–10
recommendationActionable label: Strong Buy / Buy / Hold / Sell / Avoid
score_components5 factor percentile breakdowns (0–1 scale)
current_priceLatest traded price
data_sourcelive (real data) or synthetic_fallback

Examples

Top 15 NSE India stocks scoring 7+

{
"market": "India",
"min_score": 7,
"sort_by": "score",
"top_n": 15
}

Best-value US stocks

{
"market": "US",
"min_score": 6,
"sort_by": "value",
"top_n": 30
}

Top stocks across both markets

{
"market": "both",
"min_score": 8,
"sort_by": "quality",
"top_n": 10
}

India NSE Ticker Format

Use .NS suffix for NSE stocks. The screener's built-in universe covers all major NSE-listed equities.

ExchangeSuffixExample
NSE India.NSRELIANCE.NS, TCS.NS, INFY.NS
BSE India.BORELIANCE.BO
US (NYSE/NASDAQ)noneNVDA, AAPL, MSFT

MCP Integration

Use this actor directly from AI assistants (Claude, Cursor, VS Code) via the Apify MCP server:

Claude Desktop / Cursor / VS Code:

{
"mcpServers": {
"apify-screener": {
"url": "https://mcp.apify.com?tools=amicable_grid/india-market-screener",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}

Command-line (stdio):

{
"mcpServers": {
"apify-screener": {
"command": "npx",
"args": ["-y", "@apify/actors-mcp-server", "--tools", "amicable_grid/india-market-screener"],
"env": { "APIFY_TOKEN": "YOUR_APIFY_TOKEN" }
}
}
}

Once configured, ask your AI assistant: "Screen top 10 India NSE stocks by AI score" — it calls the screener directly.


  • NeuralQuant Stock Analyzer — Deep-dive AI analysis for individual US & India stocks. 7-agent debate verdict, full factor breakdown, buy/sell signals. Use the Screener to find candidates, then the Analyzer to go deep.

Pricing

Pay-per-event. Charged per screening run, regardless of how many stocks pass the filter.


Built By

Satyam Dasamicable_grid on Apify