🌐
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 - Retrieve stock & crypto prices on Linux using Bash. Learn how to install, run scripts, and monitor market data directly from the terminal.
🌐
GitHub
github.com › achannarasappa › ticker
GitHub - achannarasappa/ticker: Track stocks, crypto, and derivatives prices and positions in real time from your terminal · GitHub
Track value of your stock positions · Support for multiple cost basis lots · Support for pre and post market price quotes · Download the pre-compiled binaries from the releases page and copy to a location in PATH or see quick installs below · homebrew · brew install achannarasappa/tap/ticker · linux ·
Starred by 6.1K users
Forked by 331 users
Languages   Go
🌐
Xmodulo
xmodulo.com › monitor-stock-quotes-command-line-linux.html
How to monitor stock quotes from the command line on Linux
This tool is called Mop. Written in Go, this lightweight command-line tool is extremely handy for tracking the latest stock quotes from the U.S. markets. You can easily customize the list of stocks to monitor, and it shows the latest stock quotes in ncurses-based, easy-to-read interface.
🌐
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. Contribute to pstadler/ticker.sh development by creating an account on GitHub.
Starred by 519 users
Forked by 91 users
Languages   Shell
🌐
LinuxLinks
linuxlinks.com › home › 11 best free and open source linux stock tickers
11 Best Free and Open Source Linux Stock Tickers - LinuxLinks
May 20, 2026 - This article focuses on stock ticker software that runs on Linux. You can watch live (or delayed) stock price quotes from multiple stock market exchanges. The stock market is also open for business before and after regular trading hours (these are known as pre- and post-market trading sessions).
🌐
GitHub
github.com › frossm › quoter
GitHub - frossm/quoter: Command line utility to display stock quotes and index data
It's executed by giving Quoter the -t command line switch. If there are 5 symbols on the command line, it will trend them all in sequence. The display will show you the last three months of data with the daily range and the close price.
Starred by 23 users
Forked by 4 users
Languages   Java 97.9% | Python 1.9% | Shell 0.2% | Java 97.9% | Python 1.9% | Shell 0.2%
🌐
Snapcraft
snapcraft.io › ticker
Install ticker on Linux | Snap Store
3 weeks ago - Live stock price quotes · Track value of your stock positions · Support for multiple cost basis lots · Support for pre and post market price quotes · Examples: $ ticker -w DME,BTC-USD,GOOG,AAPL $ ticker --config ~/snap/ticker/common/ticker.yaml · This is a strictly confined snap which only has network access.
🌐
LinuxLinks
linuxlinks.com › quoter-console-based-stock-quote-tool
Quoter - The Console Based Stock Quote Tool - LinuxLinks
March 24, 2022 - Quoter is a command-line tool that fetches stock prices. It's written in Java and published under an open source license.
🌐
David Walsh
davidwalsh.name › stock-quotes-command-line
Get Stock Quotes From Command Line
April 23, 2015 - curl -s 'http://download.finance.yahoo.com/d/quotes.csv?s=aapl&f=l1c1' Not needing to jump over to the browser to get stock quotes has been nice...especially if the market is having a down day and you don't want to see a screen of red.
Find elsewhere
🌐
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
🌐
Tiny Core Linux Forum
forum.tinycorelinux.net › index.php
Getting stock quotes through the command line
July 1, 2017 - Tiny Core Linux » · General TC » · Programming & Scripting - Unofficial » · 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 » ·
🌐
Terminal Trove
terminaltrove.com › home › macos › ticker
ticker - A terminal stock ticker with live updates and position tracking. - Terminal Trove
April 22, 2025 - Core features include watchlists, multiple lots per symbol, support for pre/post‑market price quotes, configurable refresh intervals, currency conversion and outputting your holdings to JSON or CSV. This tool can read a configuration file (YAML) of all your chosen stock symbols and holding information to which these are displayed in the TUI.
🌐
Slashdot
slashdot.org › software › trading › stock analysis software › linux
Top Stock Analysis Software for Linux in 2026
Stocks extension provides you with real-time stock quotes, news and all the financial information you need. Are you tired of switching between different websites and apps in order to keep track of the stocks, indices and cryptocurrencies that you are interested in?
🌐
Reddit
reddit.com › r/commandline › getting stock quotes in terminal
r/commandline on Reddit: Getting stock quotes in terminal
March 31, 2022 -

Wrote a shell function for this:

q () {
        curl -sL "https://www.google.com/finance/quote/$1" | pandoc -f html -t plain | grep -A9 "${1%:*}" | awk 'NR==1 || NR==9' ORS=' '
}

Usage:

$ q "SPY:NYSEARCA"
SPY • NYSEARCA $451.64
🌐
Change Is Inevitable
kedar.nitty-witty.com › home › technical › how to get stock quote on linux using google ,curl, grep, awk
How to Get Stock Quote on Linux using Google ,Curl, Grep, Awk | Change Is Inevitable
June 24, 2014 - So, how do you get above stock price while you’re on Linux / Unix server? It’s a sinlge line command and you get your stock’s current price.
🌐
Cinnamon Spices
cinnamon-spices.linuxmint.com › desklets › view › 42
Desklets : Yahoo Finance Quotes : Cinnamon Spices
Displays financial market information such as stock quotes and commodity prices from Yahoo Finance
🌐
Barchart
barchart.com › stocks › quotes › LLNXF › price-history
LLNXF Price History for Link Linux Stock - Barchart.com
The historical data and Price History for Link Linux Inc (LLNXF) with Intraday, Daily, Weekly, Monthly, and Quarterly data available for download.
🌐
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.