New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swingtrackr/stock-exchange-symbols

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swingtrackr/stock-exchange-symbols - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

38

package.json
{
"name": "@swingtrackr/stock-exchange-symbols",
"version": "1.3.0",
"description": "Fetch and aggregate up to date lists of stocks on the NYSE, NASDAQ and AMEX.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"version": "2.0.0",
"description": "Fetch and aggregate up to date lists of stocks on the US and CA stock exchanges.",
"exports": "dist/index.js",
"type": "module",
"scripts": {
"build:self": "rollup -c",
"build:symbol-map": "node -r ./node_modules/esm scripts/generate.js",
"build": "npm run build:symbol-map && npm run build:self",
"test": "jest"
"build:self": "esbuild src/index.js --bundle --platform=node --format=esm --minify --outfile=dist/index.js",
"build:symbol-map": "node scripts/generate.js",
"build:clean": "rm -r dist/symbols.json dist/exchanges.json",
"build": "npm run build:symbol-map && npm run build:self && npm run build:clean"
},

@@ -18,3 +18,3 @@ "files": [

"type": "git",
"url": "git+https://gitlab.com/swingtrackr/stock-exchange-symbols.git"
"url": "git+https://gitlab.com/swingtrakr/stock-exchange-symbols.git"
},

@@ -24,21 +24,15 @@ "keywords": [

"stock",
"nasdaq",
"nyse",
"amex",
"data",
"tickers",
"ticker"
"ticker",
"tradingview"
],
"license": "MIT",
"homepage": "https://github.com/swingtrackr/stock-exchange-symbols#readme",
"homepage": "https://github.com/swingtrakr/stock-exchange-symbols#readme",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"csv-parser": "^3.0.0",
"esm": "^3.2.25",
"fs-extra": "^9.1.0",
"esbuild": "^0.14.3",
"fs-extra": "^10.0.0",
"got": "^12.0.0",
"humps": "^2.0.1",
"jest": "^26.6.3",
"node-libcurl": "^2.3.0",
"rollup": "^2.39.0"
"tiny-async-pool": "^1.2.0"
}
}
# Stock Exchange Symbols
📈 Aggregation up to date lists of stocks on the:
- NYSE
- NASDAQ
- AMEX.
📈 Aggregation up to date lists of stocks on the US and CA markets
This is a fork of the work originally done by [Joe McCann](https://github.com/joemccann/stock-exchange-symbols)
This is inspired by the work originally done by [Joe McCann](https://github.com/joemccann/stock-exchange-symbols)

@@ -17,19 +14,14 @@ ## Usage

console.log(symbols)
/*
[
{
symbol: "TXG",
exchanges: ["NASDAQ", "NYSE"],
name: "10x Genomics, Inc.",
lastSale: "104.765",
marketCap: "$10.5B",
IPOyear: "2019",
sector: "Capital Goods",
industry: "Biotechnology: Laboratory Analytical Instruments",
summaryQuoteURL: "https://old.nasdaq.com/symbol/txg"
symbol:"A",
name:"Agilent Technologies, Inc.",
type:"stock",
subtype:"common",
exchanges:["NYSE"],
sector:"Health Technology",
industry:"Medical Specialties",
country:"United States"
}
...
]
*/

@@ -39,5 +31,9 @@ console.log(exchanges)

[
"NASDAQ",
"NYSE",
"TSX",
{
shortName: 'CSE',
name: 'Canadian Securities Exchange',
mic: 'XCNQ',
country: 'Canada',
location: 'Toronto'
}
...

@@ -44,0 +40,0 @@ ]

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc