The simplest way to get all current stock tickers.
npm install get-all-tickersThe only current method is the stocks.tickers(). I will add more if there is interest. Suggestions are welcome!
(async () => {
const { stocks } = require('get-all-tickers')
console.log('tickers:', await stocks.tickers())
})()
`Installation
npm i get-all-tickers`