EOD stock learning MVP

Indian Stock Radar for beginners, not a trading tip machine.

Study Indian stocks using sample EOD-style scores, trend strength, valuation checks, risk flags and plain-English learning notes. Built to work without expensive real-time APIs.

Educational only: This page does not provide investment advice, buy/sell recommendations or guaranteed returns. Replace the sample dataset with authorised data before public launch.

Built for EC2 free tier

Static + optional API

Data model

EOD first

Output

Study signals

Avoids

Advisory risk

Daily Market Radar

Find what is worth studying

This MVP uses a local JSON snapshot. Later, replace it with one authorised EOD data source or broker API.

Full radar table

Sort logic is currently based on the platform's educational scoring model.

Stock Sector Price Change Score Signal Watchlist
How it teaches

The product should explain the reason behind every score.

Trend

Checks whether price is above short moving averages and recent momentum.

Momentum

Combines RSI, recent price move and volume participation.

Valuation

Uses PE as a simple first filter. This should later become sector-adjusted.

Quality

Uses ROE and debt level as beginner-friendly quality checks.

Risk

Flags volatility, debt and sharp price moves so users do not chase blindly.

Next backend step

Use the optional FastAPI backend for secure Discord logging.

Do not put Discord webhook URLs inside frontend JavaScript. The included backend reads webhook URLs from environment variables, stores logs in SQLite, and forwards only important events to the correct Discord channel.