GitHub
github.com › achannarasappa › ticker
GitHub - achannarasappa/ticker: Track stocks, crypto, and derivatives prices and positions in real time from your terminal · GitHub
alpaca-ticker-config - Pull alpaca.markets positions into .ticker.yaml from the command line ... tickrs - real-time terminal stock ticker with support for graphing, options, and other analysis information
Starred by 6.1K users
Forked by 331 users
Languages Go
Stock ticker in Linux Mint
Seems like it's only a conky config away. You can search for Cinnamon "spices" that may exist. Or, write a simple script and have conky display the output on your desktop. More on reddit.com
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
[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
Stock ticker for menu bar .
Hi guyz, Do you know of any app for ubuntu similar with the one for mac that shows the selected stocks in the menu bar all the time? I've looked and… More on reddit.com
Videos
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).
SourceForge
stockticker.sourceforge.net
A stock ticker applet for gnome. - SourceForge
shows daily stock activity graphs · Downloads, as well as bug tracking and message boards, can be found on the SourceForge project summary page here. This is what the applet looks like running in the panel: Here is the properties dialog: This is the display when detailed stock informations is requested:
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
stock tickers - Linux Mint Forums
June 28, 2021 - Hi. Welcome to the forum. My experience is that free applets and widgets cannot keep up with web based solutions.
Reddit
reddit.com › r/linuxmint › stock ticker in linux mint
r/linuxmint on Reddit: Stock ticker in Linux Mint
April 3, 2024 -
Has anyone found a sock ticker that works in Linux Mint Cinnamon?
Top answer 1 of 3
2
Seems like it's only a conky config away. You can search for Cinnamon "spices" that may exist. Or, write a simple script and have conky display the output on your desktop.
2 of 3
2
I think this will work for you? https://cinnamon-spices.linuxmint.com/desklets/view/42 You can install it via the Desklets option in the menu.
Xfce Forums
forum.xfce.org › viewtopic.php
Stock quotes panel app? / Desktop / Xfce Forums
It uses the xfce4-genmon-plugin and requires the package "jq" and that you install ticker.sh. Then use this script in xfce4-genmon-plugin: ... Great - thanks for taking the time to provide this handy solution. Since there seems to be interest also from others in such an applet it seems useful to have it as a dedicated applet possibly with additional common features like setting alarms when a quote reaches some target price etc.
GitHub
github.com › Dakostu › MiniStocks
GitHub - Dakostu/MiniStocks: A minimalistic QT stock ticker for Linux · GitHub
A minimalistic QT stock ticker for Linux. Contribute to Dakostu/MiniStocks development by creating an account on GitHub.
Starred by 12 users
Forked by 2 users
Languages C++ 80.3% | Makefile 19.2%
Softpedia
linux.softpedia.com › downloadTag › stock
Stock and related apps - Softpedia
StockTicker is a gnome panel applet to display stock quotes and graphs.
Slashdot
slashdot.org › software › trading › stock analysis software › linux
Top Stock Analysis Software for Linux in 2026
It updates based upon current market activity so you always see the most relevant stocks. Keep an eye out for announcements and important economic events. You can also set up filters in just a few clicks. Our scrolling ticker tape allows you to go vintage Wall Street.
CNET
download.cnet.com › stockticker-for-linux › 3000-20411_4-75211300.html
StockTicker for Linux for Linux - Free download and software reviews - CNET Download
April 6, 2020 - StockTicker for Linux is a gnome panel applet to display stock quotes and graphs.
Narkive
users.fedoraproject.narkive.com › tcbxd7mm › gnome-stock-ticker-applet
Gnome Stock Ticker Applet
If just the individual markets, anyone know of an applet that will ticker individual stocks on individual markets? Thanks -dant It will monitor both the markets, and individual stocks. The "^" prefix indicates a market, individual stocks are entered without the "caret" prefix. (example: ^DJI, IBM) -- Roy Loveland Fedora Core 2 Linux ...
GNOME Shell Extensions
extensions.gnome.org › extension › 1422 › stocks-extension
Stocks Extension - GNOME Shell Extensions
Don't have an account · Stocks Extension brings stock quotes to your GNOME Shell Panel
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
How to display stock prices ? - Linux Mint Forums
September 28, 2018 - J-Philippe wrote: ⤴Fri Sep 28, 2018 5:13 am I'm looking for something that can display the stock prices of 2 or 3 values on the desktop or anywhere else on the screen of my Mint 19. http://manpages.ubuntu.com/manpages/bio ...
GitHub
github.com › pstadler › ticker.sh
GitHub - pstadler/ticker.sh: Real-time stock tickers from the command-line. · GitHub
# Single symbol: $ ./ticker.sh AAPL # Multiple symbols: $ ./ticker.sh AAPL MSFT GOOG BTC-USD # Read from file: $ echo "AAPL MSFT GOOG BTC-USD" > ~/.ticker.conf $ ./ticker.sh $(cat ~/.ticker.conf) # Use different colors: $ COLOR_BOLD="\e[38;5;248m" ...
Starred by 519 users
Forked by 91 users
Languages Shell