# Markets **Repository Path**: mirrors/Markets ## Basic Information - **Project Name**: Markets - **Description**: Markets 是一个 Linux 下用来跟踪股票市场走势的软件 - **Primary Language**: Vala - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/markets - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 0 - **Created**: 2021-10-06 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: stocks **Tags**: None ## README ![](data/icons/biz.zaxo.Markets.svg?raw=true) # 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 ![](preview.png?raw=true) ## 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 ## Building from source 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 ``` https://github.com/tomasz-oponowicz/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 `markets` ``` sudo ninja install markets ``` ## License The GNU General Public License, version 3.0 or later