From d65a0b591a11abc110bc8c0a4562082fe0d82b8c Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 18 Jun 2025 14:12:58 -0400 Subject: invest: Bring back the invest applet The original invest applet was dropped in https://github.com/mate-desktop/mate-applets/commit/41f7b7a2a38ca9f3929fcbd88d228b3815034876 due to a broken API. This brings it back using the modern JSON version of the Yahoo Finance API, a rewrite from Python to C, and a simplified interface (i.e. instead of the full portfolio management app, I simplified it into a stock ticker price tracker). --- invest-applet/docs/C/figures/symbol-search.png | Bin 0 -> 44264 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 invest-applet/docs/C/figures/symbol-search.png (limited to 'invest-applet/docs/C/figures') diff --git a/invest-applet/docs/C/figures/symbol-search.png b/invest-applet/docs/C/figures/symbol-search.png new file mode 100644 index 00000000..80726a38 Binary files /dev/null and b/invest-applet/docs/C/figures/symbol-search.png differ -- cgit v1.2.1