0xramm/Indian-Stock-Market-API ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple free REST API for Indian stock market data that works for both NSE and BSE. I want to be able to search for a company by name, then fetch one stock or a whole list of stocks in one request. If someone enters a symbol with no exchange, it should default to NSE, but BSE should work when I add the right suffix. Please return clean JSON and let me choose between plain numbers or values with units. The API should include useful market info like current price, change, percent change, open, high, low, year high and low, volume, market cap, PE, dividend yield, book value, EPS, sector, industry, and timestamps.

It should be easy to use for automation tools and trading bots, with no login or API key needed. Make the search smart enough to find company names and symbols. If you need anything current from the docs, look it up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab