Skip to content

feat(config): add NSE and BSE (India) market support (#1102)#1459

Open
lspassos1 wants to merge 1 commit intokoala73:mainfrom
lspassos1:feat/india-markets-config
Open

feat(config): add NSE and BSE (India) market support (#1102)#1459
lspassos1 wants to merge 1 commit intokoala73:mainfrom
lspassos1:feat/india-markets-config

Conversation

@lspassos1
Copy link
Collaborator

This PR adds regional market support for India.

Key changes:

  • Created india-markets.ts with NSE and BSE configuration.
  • Added support for tracking Indian equity indices and major tickers.

@vercel
Copy link

vercel bot commented Mar 11, 2026

@lspassos1 is attempting to deploy a commit to the Elie Team on Vercel.

A member of the Team first needs to authorize it.

@koala73
Copy link
Owner

koala73 commented Mar 12, 2026

Thanks @lspassos1! The India market config looks solid: correct Yahoo Finance ticker formats, good coverage of major NSE equities by market cap, and clean use of the MarketSymbol type.

One thing though: india-markets.ts is currently an orphan file. Nothing imports INDIA_MARKET_SYMBOLS, so this PR doesn't change any behavior yet.

Next steps to make this functional:

  1. Wire INDIA_MARKET_SYMBOLS into src/config/markets.ts (or wherever regional market symbols are consumed)
  2. Make sure the symbols flow through to the market data fetching pipeline so they actually appear in the UI
  3. Verify the Yahoo Finance tickers resolve correctly (especially M&M.NS, the ampersand can sometimes cause issues in URL encoding)

Could you update this PR with the integration, or let us know if you'd like guidance on where to plug it in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants