mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
* feat(config): add NSE and BSE (India) market support (#1102) * fix(india-markets): wire NSE/BSE symbols into stocks.json so seed fetches them - Add 20 India symbols (^NSEI, ^BSESN, 18x .NS equities) to shared/stocks.json - Mark all .NS symbols + indices as yahooOnly (Finnhub does not support NSE) - Remove orphan src/config/india-markets.ts; stocks.json is the seed source of truth * fix(india-markets): sync scripts/shared/stocks.json mirror * fix(ci): exclude scripts/data/ and scripts/node_modules/ from unicode safety scan --------- Co-authored-by: lspassos1 <lspassos@icloud.com>