@swingtrackr/stock-exchange-symbols
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5
1
Yes
3413163
3
12881
44