Skip to content

Commit

Permalink
Merge pull request #58 from vishalguptax/patch-2
Browse files Browse the repository at this point in the history
Added missing Indices.
  • Loading branch information
DavideViolante committed Jul 20, 2022
2 parents ad4f15c + 5707245 commit e000892
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,14 +554,39 @@ exports.mapping = {
title: 'Nifty 50 (NSEI)',
name: 'Nifty 50',
},
'indices/india-50-futures': {
pairId: '8985',
title: 'Nifty 50 Futures',
name: 'Nifty 50',
},
'indices/bank-nifty': {
pairId: '17950',
title: 'Nifty Bank (NSEBANK)',
name: 'Nifty Bank',
},
'indices/india-50-futures': {
'indices/bank-nifty-futures': {
pairId: '104423',
title: 'Bank NIFTY Futures',
name: 'Bank NIFTY',
},
'indices/india-50-futures?cid=101810': {
pairId: '101810',
title: 'SGX Nifty 50 Futures',
name: 'SGX Nifty 50',
},
'indices/us-30-futures?cid=1175152': {
pairId: '1175152',
title: 'US 30 Cash (US30)',
name: 'US 30',
},
'indices/nq-100-futures?cid=1175151': {
pairId: '1175151',
title: 'US Tech 100 Cash (USTECH)',
name: 'US Tech 100',
},
'indices/germany-30-futures': {
pairId: '8826',
title: 'DAX Futures',
name: 'DAX',
},
};

0 comments on commit e000892

Please sign in to comment.