Skip to content

like/like-cedears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

like-cedears

CEDEARs stock list with their ratios

npm i like-cedears

Usage

const cedears = require('like-cedears')

const total = Object.keys(cedears).length
console.log(total) // => 291

// Regular split
console.log(cedears.SHOP) /* => {
  name: 'Shopify Inc.',
  code: 'SHOP',
  market: 'NYSE',
  ratio: '107:1',
  multiplier: 107
} */

// Reverse split
console.log(cedears.SAN) /* => {
  name: 'Banco Santander S.A',
  code: 'SAN',
  market: 'NYSE',
  ratio: '1:4',
  multiplier: 0.25
} */

License

MIT

About

CEDEARs stock list with their ratios

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors