Package Exports
- list-of-stocks
- list-of-stocks/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (list-of-stocks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
list-of-stocks
This is a pre-baked list of NYSE and NASDAQ tickers/symbols.
4731 NASDAQ tickers
3114 NYSE tickers
Last updated December 1st, 2022
Installation
npm i list-of-stocksUsage
var listOfStocks = require('list-of-stocks');
console.log(listOfStocks);
// {
// NYSE: ['A', 'AA', 'AAC', ... ],
// NASDAQ: ['AACG', 'AACI', 'AACIW', ... ],
// fullList: ['A', 'AA', 'AAC', 'AAIC', ... ]
// }