All Projects → bitstower → markets

bitstower / markets

Licence: GPL-3.0 license
A stock, currency and cryptocurrency tracker

Programming Languages

vala
323 projects
Meson
512 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to markets

Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+4107.77%)
Mutual labels:  currency, stock
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+4904.85%)
Mutual labels:  currency, stock
Megacoin
Welcome to Megacoin MΣC - Around the World!
Stars: ✭ 16 (-84.47%)
Mutual labels:  currency
executor
Gnome Shell Extension - Execute multiple shell commands periodically with separate intervals and display the output in gnome top bar.
Stars: ✭ 45 (-56.31%)
Mutual labels:  gnome
plausible
Hybrid native + web app for Plausible Analytics
Stars: ✭ 47 (-54.37%)
Mutual labels:  gnome
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (-29.13%)
Mutual labels:  stock
daily-wallpaper
Change wallpaper automatically with the Photo of The Day of your loved source
Stars: ✭ 70 (-32.04%)
Mutual labels:  gnome
React Native Globalize
Internationalization (i18n) for React Native
Stars: ✭ 246 (+138.83%)
Mutual labels:  currency
mutter-x11-scaling
Mutter build with Ubuntu patch for Xorg fractional scaling on Manjaro / Arch Linux
Stars: ✭ 77 (-25.24%)
Mutual labels:  gnome
gnomit
A simple Git commit message editor for Gnome.
Stars: ✭ 30 (-70.87%)
Mutual labels:  gnome
markets-react
📈 Check the stock market, from your phone!
Stars: ✭ 47 (-54.37%)
Mutual labels:  stock
Azure-theme
Azure is a clean and fresh blue theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 100 (-2.91%)
Mutual labels:  gnome
Custom-Adwaita-Folder-Icons
A repository for custom Adwaita folders to help organize directories.
Stars: ✭ 124 (+20.39%)
Mutual labels:  gnome
bsedata
Python library for extracting real-time data from Bombay Stock Exchange (India)
Stars: ✭ 67 (-34.95%)
Mutual labels:  stock
GabTag
A gtk linux application to handle audio tags 🎵
Stars: ✭ 34 (-66.99%)
Mutual labels:  gnome
StockPricePredictor
An S&P500 Stock Index Movement Predictor built with Machine Learning models
Stars: ✭ 29 (-71.84%)
Mutual labels:  stock
Prices
Python price handling for humans.
Stars: ✭ 248 (+140.78%)
Mutual labels:  currency
Retiled
An attempt at creating a "desktop" environment mainly for Linux phones and tablets that's similar in function to some parts of Microsoft's Windows Phone 8.x, primarily the Start screen, Search app, navigation bar, Action Center, and the status bar. Development is mainly being done using the PinePhone, so that'll be the main supported device.
Stars: ✭ 41 (-60.19%)
Mutual labels:  pinephone
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (-66.99%)
Mutual labels:  currency
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (-8.74%)
Mutual labels:  stock

CI Translation

Markets

The Markets application delivers financial data to your fingertips. Track stocks, currencies and cryptocurrencies. Stay on top of the market and never miss an investment opportunity!

Screenshots

Features

  • Create your personal portfolio
  • Track stocks, currencies, cryptocurrencies, commodities and indexes
  • Designed for Phosh (Librem5, PinePhone) and Gnome
  • Open any symbol in Yahoo Finance for more details
  • Adjust the refresh rate
  • Dark Mode

Installation

Librem5 / PinePhone users: For the best experience, please avoid the Flatpak package and install the app from source. Flatpak apps don't have access to the patched runtime. Because of that apps are not fully responsive in the Phosh shell. For example dialogs are not maximized.

Package mainteners: We are looking for volunteers to help us make native packages of Markets for Fedora, Debian and other major distributions. It would be great if you could help either by packaging, or by getting the following into the official repositories.

Official:

Unofficial:

Building from source

Option 1: with GNOME Builder

  1. Open GNOME Builder
  2. Click the Clone Repository button
  3. Enter https://github.com/bitstower/markets.git in the field Repository URL
  4. Click the Clone Project button
  5. Click the Run button to start building application

Option 2: with Meson

You'll need the following dependencies:

  • libsoup
  • libgee
  • libhandy
  • json-glib
  • gettext
  • glib2
  • gtk3
  • meson
  • vala
  • ninja
  • git

Clone the repository and change to the project directory

git clone https://github.com/bitstower/markets.git
cd markets

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with bitstower-markets

sudo ninja install
bitstower-markets

License

The GNU General Public License, version 3.0 or later

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].