I built screener with AI chatbot as a side project
I got tired of screeners showing different numbers for the same stock with no way to check whose math is right. So over the past months I built a terminal where every number is computed from the actual BSE/NSE filing, and you can tap any figure to see the arithmetic and the source document behind it.
The interesting part: because it cross-checks every figure against the filing and the traded price, it keeps catching real data errors before serving them.
In each case the terminal withholds the figure and tells you why, instead of quietly showing something wrong. There is also an AI chat that answers in plain English, but every number it speaks is computed deterministically and cited; it refuses buy/sell questions by design (it is a research tool, not an adviser).
It is free while in beta and I would honestly value this community's abuse of it more than praise: [https://101wealth.in](https://101wealth.in/)
Not investment advice, not SEBI-registered, no tips, ever. Happy to answer anything about how the data pipeline and the self-audit work.
This is a side product for me, where I’m testing the hypothesis that if we provide AI all fundamental, technical and sentimental data, it will outperform the market.