🌐
GitHub
github.com › pstadler › ticker.sh
GitHub - pstadler/ticker.sh: Real-time stock tickers from the command-line. · GitHub
Real-time stock tickers from the command-line. ticker.sh is a simple shell script using the Yahoo Finance API as a data source. It features colored output and is able to display pre- and post-market prices (denoted with *).
Starred by 519 users
Forked by 91 users
Languages   Shell
🌐
GitHub
gist.github.com › m-manu › 6411582
Command-line utility to get stock price from Nasdaq and display it in INR (or any other currency). This script is created only for academic purpose. Please check terms and conditions Yahoo! Finance and Google Finance APIs before using this. · GitHub
Command-line utility to get stock price from Nasdaq and display it in INR (or any other currency). This script is created only for academic purpose. Please check terms and conditions Yahoo! Finance and Google Finance APIs before using this. - stock
Discussions

Are there any CLI apps that track the stock markets?
curl -s ' http://download.finance.yahoo.com/d/quotes.csv?s=aapl,meip&f=l1 ' Just change the s= Put this is a bash script with labels, and there you go. More on reddit.com
🌐 r/commandline
5
25
February 7, 2022
[OC] tstock - a lightweight command-line tool to view stocks in the terminal, written in C.
Very cool -- maybe the nerdy apes over at r/wallstreetbets would enjoy it, too. More on reddit.com
🌐 r/linux
59
973
January 13, 2022
Getting stock quotes in terminal

Thanks, works. What are the options for the second field where you put "NYSEARCA"?

More on reddit.com
🌐 r/commandline
4
24
March 31, 2022
Ubuntu command line stock price text to speech for the busy autist.

Amazing.

That you choose to make this in PHP.

More on reddit.com
🌐 r/wallstreetbets
12
24
April 24, 2020
🌐
Xmodulo
xmodulo.com › monitor-stock-quotes-command-line-linux.html
How to monitor stock quotes from the command line on Linux
$ sudo yum install git $ go get github.com/michaeldv/mop $ cd $GOPATH/src/github.com/michaeldv/mop $ make install · The above commands will install Mop under $GOPATH/bin. Now edit your .bashrc to include $GOPATH/bin in your PATH variable. ... To launch Mod, simply run the command called cmd. ... At the first launch, you will see a few stock tickers which Mop comes pre-configured with. The quotes show information like the latest price, %change, daily low/high, 52-week low/high, dividend, and annual yield.
🌐
David Walsh
davidwalsh.name › stock-quotes-command-line
Get Stock Quotes From Command Line
April 23, 2015 - Before May 2017, I used Yahoo Finance, and it was great, but at the moment Yahoo! closed free access and I switched to https://eodhistoricaldata.com, highly recommend them, you can easy get everything, they have examples for Excel, python, R and even Matlab. Creating console example is very easy: curl -s "https://eodhistoricaldata.com/api/eod/AAPL.US?from=2017-01-05&to=2017-02-10&api_token=OeAFFmMliFG5orCUuwAKQ8l4WWFQ67YX&period=d" ... Just whipped this up using marketwatch.com. ie, for AAPL: curl -s https://www.marketwatch.com/investing/stock/aapl |grep '<meta name="price" content="' |cut -d'"' -f4
🌐
HackerNoon
hackernoon.com › you-can-track-stock-market-data-from-your-terminal-1k1h3135
You Can Track Stock Market Data From Your Terminal | HackerNoon
January 1, 2021 - You need to provide the ticker of the stock and terminal-stocks will give you the price information of the stock. terminal-stocks uses yahoo finance’s ticker to fetch stock information. ... This will give the 10 entries. To fetch more you can get it by providing page parameters like below.
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-desktop-74 › cli-command-to-pull-stock-price-and-volume-from-google-4175617060
CLI command to pull Stock Price and volume from Google
November 6, 2017 - I have an app that has been pulling stock data from yahoo. The part that pulls it is a Pascal program that is run by cron and executes the following
🌐
LinuxConfig
linuxconfig.org › home › get stock and crypto price data using shell terminal on linux
Get stock and crypto price data using shell terminal on Linux
October 14, 2022 - To keep a close eye on prices, we can use the watch command to continuously update the output every second. $ watch -n 1 -c ./stock.sh TSLA DOGE-USD DAL AMC BTC-USD
🌐
Make Tech Easier
maketecheasier.com › home › linux › how to monitor stock prices from ubuntu command line using mop
Monitor Stock Prices Command Line Using Mop
October 11, 2015 - Mop, as already mentioned in the introduction above, is a command line tool that displays continuous and updated information about the US stock markets and individual stocks.
Find elsewhere
🌐
Tiny Core Linux Forum
forum.tinycorelinux.net › index.php
Getting stock quotes through the command line
July 1, 2017 - Getting stock quotes through the command line · « previous next » · Print · Pages: [1] Go Down · Print · Pages: [1] Go Up · « previous next » · Tiny Core Linux » · General TC » · Programming & Scripting - Unofficial » · Getting stock quotes through the command line ·
🌐
Commandlinefu
commandlinefu.com › commands › view › 2086 › command-line-to-get-the-stock-quote-via-yahoo
Command Line to Get the Stock Quote via Yahoo
May 4, 2009 - curl -s 'http://download.finance.yahoo.com/d/quotes.csv?s=csco&f=l1' - (Command Line to Get the Stock Quote via Yahoo Retrieve the current stock price from Yahoo Finance. The output is simply the latest price (which could be delayed). If you want to look up stock for a different company, replace csco with your symbol.). The best command line collection on the internet, submit yours and save your favorites.
🌐
GitHub
github.com › tbloncar › stock_quote_cli
GitHub - tbloncar/stock_quote_cli: Get stock info from the command line.
... You can use Stock Quote CLI to fetch real-time attributes of multiple stocks. Use the stock command in tandem with any of the available subcommands and stock symbols to fetch the relevant attribute(s). Get the latest price for the specified ...
Starred by 4 users
Forked by 2 users
Languages   Ruby 100.0% | Ruby 100.0%
🌐
GitHub
github.com › achannarasappa › ticker
GitHub - achannarasappa/ticker: Track stocks, crypto, and derivatives prices and positions in real time from your terminal · GitHub
Track stocks, crypto, and derivatives prices and positions in real time from your terminal - achannarasappa/ticker
Starred by 6.1K users
Forked by 331 users
Languages   Go
🌐
npm
npmjs.com › package › terminal-stocks
terminal-stocks - npm
June 1, 2024 - Please provide a ticker symbol ... 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] ...
      » npm install terminal-stocks
    
Published   Jun 01, 2024
Version   1.0.19
🌐
Circlemud
circlemud.org › jelson › software › quote
quote -- command-line stock quote display
quote(1) quote 0.05 quote(1) NAME quote - Command-line stock quote display SYNOPSIS quote [-r ] <symbol1> [symbol2...] DESCRIPTION quote is a very short and simple Perl script that retrieves stock quotes from Yahoo! Finance (http://finance.yahoo.com). It's a clean and fast command-line interface ...
🌐
DEV Community
dev.to › code_jedi › lets-build-a-stock-price-cli-with-python-g28
Let’s Build a Stock Price CLI With Python - DEV Community
January 27, 2022 - Reads the ticker whose price you would like to get. Scrapes the specified ticker's latest price. Displays the scraped price. First things first, create a new python file. For this tutorial, I'll name mine main.py. Once you have your new python file, import sys, BeautifulSoup and requests: main.py · import sys import requests from bs4 import BeautifulSoup · Our CLI will need the user to input a ticker as a command-line ...
🌐
Lifehacker
lifehacker.com › home
Display Stock Quotes on the Desktop | Lifehacker
June 9, 2025 - Linux or Mac: The Command-Line Fu web site writes up a quick trick to display stock quotes via the shell prompt—ready to be added to your customized desktop with GeekTool or Conky. Using the command is simple enough—it just grabs the current stock price from Yahoo using the curl utility (Ubuntu users will need to use sudo apt-get install curl to install it).
🌐
NoWarTools
nowardev.wordpress.com › 2017 › 01 › 01 › get-real-time-stock-quote-from-terminal-bash
get real time stock quote from terminal bash | NoWarTools
January 1, 2017 - curl -s http://www.nasdaq.com/symbol/baba | awk '/qwidget_lastsale/{gsub( "[^[:digit:].]","");print }' qwidget_lastsale THIS indicates to awk to search for qwidget_lastsale line which has the value you are searching for gsub( "[^[:digit:].]","" this just remove all html stuff and just keep numbers and dots in thi end just print it :D
🌐
GitHub
github.com › yvvarun › stock-quote-cli
GitHub - yvvarun/stock-quote-cli: Get stock info using a command line interface · GitHub
Real time stock data retrieved from yahoo finance. Supports all the Exchanges listed on yahoo finance. Yahoo finance provides stock price and details for stocks using a particular Id and extension. For instance, Hdfc Bank Ltd. listed in NSE(National Stock Exchange India) has symbol as HDFCBANK and extension as NS.
Author   yvvarun