
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
terminal-stocks
Advanced tools
terminal-stocks is a terminal first application that provides stock price information. Read more here: https://blog.shashi.dev/2021/01/track-stock-market-information-right-in.html
https://shashi.dev/terminal-stocks
$ curl terminal-stocks.dev/<TICKER>
$ curl terminal-stocks.dev/ITC.NS
$ curl terminal-stocks.dev/ITC.NS,INFY.NS,WIPRO.NS
You can use the terminal-stocks command line interface (cli)
npm i terminal-stocks -g
terminal-stocks --help // to get help
terminal-stocks --version // to see the version
terminal-stocks -t [ticker] // to see current price information of the stock
terminal-stocks --ticker [ticker] // to see current price information of the stock
terminal-stocks --ticker -ms [ticker] // to see current price information of the stock, including market state (open/closed)
terminal-stocks -t [ticker] --historical [domain] // to see the historical price information of stock
terminal-stocks --tickers ITC.NS,INFY.NS // to get the current prices of the multiple stocks
terminal-stocks -m // to see the market summary
terminal-stocks --market // to see the market summary
terminal-stokcs --market --json // to export the data as json file
terminal-stokcs --market --csv // to expor the data as csv file
terminal-stocks -t ITC.NS
$ curl terminal-stocks.dev/historical/ITC.NS
$ curl terminal-stocks.dev/market-summary
Requires Node.js v8+ to run. Install the dependencies and devDependencies and start the server.
$ git clone "https://github.com/shweshi/terminal-stocks"
$ npm install
$ npm run serve
Want to contribute? Great! Feel free to open a PR.
FAQs
Fetch stock price information on terminal
The npm package terminal-stocks receives a total of 45 weekly downloads. As such, terminal-stocks popularity was classified as not popular.
We found that terminal-stocks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.