DEV Community

Cover image for I Built an AI Assistant That Turns Natural-Language Ideas Into Stock Searches
徐映鸥
徐映鸥

Posted on

I Built an AI Assistant That Turns Natural-Language Ideas Into Stock Searches

Stock screeners are powerful, but they often require users to understand dozens of financial indicators and configure every filter manually.

I wanted to make that process more conversational, so I built EasyStock.

What does it do?

You can describe the type of company you are looking for in plain English:

Find profitable companies with manageable debt and improving momentum.

EasyStock interprets the request, searches for matching stocks, and provides:

  • Relevant stock matches
  • Reasons why each stock matched
  • Financial and market data
  • Trend insights for further research

The basic workflow is:

Natural-language request → screening criteria → market data → explainable results

Why I’m sharing it

I’m still improving how accurately the tool understands prompts and how clearly it explains its results.

I’d appreciate feedback from the DEV community:

  • Were the results relevant?
  • Were the explanations clear?
  • Which filters or data should I add?
  • What problems did you encounter?

You can try EasyStock here:

https://in.easystock.dev

This is a research tool, not financial advice. Thanks for checking it out!

Top comments (0)