underlying-exchange-tokens-india 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/constants.js +15 -0
  2. package/package.json +1 -1
package/dist/constants.js CHANGED
@@ -17,5 +17,20 @@ exports.UNDERLYING_TOKEN_MAP = {
17
17
  Shoonya: "26037",
18
18
  Zerodha: "1020",
19
19
  },
20
+ MIDCPNIFTY: {
21
+ Flattrade: "26074",
22
+ Shoonya: "26074",
23
+ Zerodha: "1125",
24
+ },
25
+ SENSEX: {
26
+ Flattrade: "1",
27
+ Shoonya: "1",
28
+ Zerodha: "1120",
29
+ },
30
+ BANKEX: {
31
+ Flattrade: "12",
32
+ Shoonya: "12",
33
+ Zerodha: "1072",
34
+ },
20
35
  // Add more symbols as needed
21
36
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "underlying-exchange-tokens-india",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Exchange tokens mapping for underlying instruments across different Indian brokers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",