@swingtrackr/stock-exchange-symbols

2.0.2 • Public • Published

Stock Exchange Symbols

📈 Aggregated list of stocks on the US and CA markets

This is inspired by the work originally done by Joe McCann

Usage

Using the distributed data

import { symbols, exchanges } from '@swingtrackr/stock-exchange-symbols'

console.log(symbols)
[
  {
    symbol:"A",
    name:"Agilent Technologies, Inc.",
    type:"stock",
    subtype:"common",
    exchanges:["NYSE"],
    sector:"Health Technology",
    industry:"Medical Specialties",
    country:"United States"
  }
]

console.log(exchanges)
/*
[
  {
    shortName: 'CSE',
    name: 'Canadian Securities Exchange',
    mic: 'XCNQ',
    country: 'Canada',
    location: 'Toronto'
  }
   ...
]

LICENSE

MIT

/@swingtrackr/stock-exchange-symbols/

    Package Sidebar

    Install

    npm i @swingtrackr/stock-exchange-symbols

    Weekly Downloads

    1

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    3.41 MB

    Total Files

    5

    Last publish

    Collaborators

    • watkin
    • jdalrymple