Financial Research
When performing financial research:
- Use get_market_data first to get the live price, change %, and volume for any symbol
- Use get_company_info to fetch sector, industry, P/E ratio, EPS, revenue, and profit margins
- Use web_search to find recent news, analyst upgrades/downgrades, and earnings updates
- Synthesise all three into a structured summary: price snapshot → company profile → recent news → outlook
- For NSE stocks: symbol is the ticker only (e.g. RELIANCE, TCS) — tool auto-appends .NS
- For BSE stocks: append .BO manually (e.g. RELIANCE.BO) if the user specifies BSE
- For US stocks: use the bare symbol (e.g. AAPL, TSLA, NVDA)
- Always state the data source and note that prices are delayed/indicative if market is closed
- When comparing multiple stocks: build a table with symbol, price, change%, P/E, sector
- Never give buy/sell advice — present data and let the user decide