Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dakostu/ministocks
A minimalistic QT stock ticker for Linux
https://github.com/dakostu/ministocks
c-plus-plus qt qt5 stock-data stock-market stock-prices stock-ticker stocks
Last synced: 2 months ago
JSON representation
A minimalistic QT stock ticker for Linux
- Host: GitHub
- URL: https://github.com/dakostu/ministocks
- Owner: Dakostu
- License: gpl-2.0
- Created: 2017-09-10T21:53:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T22:22:49.000Z (almost 5 years ago)
- Last Synced: 2023-09-11T15:45:04.252Z (over 1 year ago)
- Topics: c-plus-plus, qt, qt5, stock-data, stock-market, stock-prices, stock-ticker, stocks
- Language: C++
- Homepage:
- Size: 1.01 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**ATTENTION: THIS PROGRAM IS IN THE PROCESS OF SWITCHING APIs FOR FINANCIAL INFORMATION. DATA FROM stooq.com IS BEING USED NOW.**
# MiniStocks
![preview image](https://i.imgur.com/8aCoIzE.png)
MiniStocks is a Qt widget focussing on a minimalistic display of real-time stock dataa .
As of now, MiniStocks is in version of 0.2 which means "barely functional". It is still quite rough around the edges but basic functionality is established.
# How to install MiniStocks
You can clone this repository, or download the Debian package ["ministocks"](https://repology.org/project/ministocks/versions), available on the systems listed [here](https://buildd.debian.org/status/package.php?p=ministocks).
MiniStocks is a QMake project that can be opened with Qt Creator, but it can be also compiled via the following Terminal commands:
1. `qmake StockTicker.pro` (optional if the supplied Makefile doesn't work)
2. `sudo make install`These commands will install MiniStocks in your /usr/local/bin directory.
# How to use MiniStocks
The application is called MiniStocks in the start menu and "ministocks" in the CLI.
MiniStocks fetches real-time stock data from Yahoo Finance to update its stock ticker. The list of ticker symbols is saved in a savefile, located in the "./ministocks" folder in your home directory.
To add and/or delete ticker symbols while the program is running, open the Settings window by right-clicking on the MainWindow and selecting "Settings" or using the designated shortcut.
## Shortcuts (MainWindow)
- S: Open Settings window
- A: Open "About" window
- +: Increase font size
- -: Decrease font size
- Ctrl+Q: Close program## Shortcuts (Settings window)
- +: Add ticker
- -: Remove selected ticker
- Ctrl+S: Save# ToDo
- improve memory management
- improve stock ticker update implementation
- fix window size update when decreasing font sizes or deleting a ticker
- add more settings