Browse Source

Feature/extend personal finance tools 20250822 (#5388)

* Add InvMon
pull/5390/head
Thomas Kaul 18 hours ago
committed by GitHub
parent
commit
7769f31e41
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      libs/common/src/lib/personal-finance-tools.ts

11
libs/common/src/lib/personal-finance-tools.ts

@ -446,6 +446,17 @@ export const personalFinanceTools: Product[] = [
origin: 'Pakistan', origin: 'Pakistan',
slogan: 'Advanced portfolio tracking and stock market information' slogan: 'Advanced portfolio tracking and stock market information'
}, },
{
founded: 2021,
hasFreePlan: true,
hasSelfHostingAbility: true,
key: 'invmon',
name: 'InvMon',
origin: 'Switzerland',
pricingPerYear: '$156',
slogan: 'Track all your assets, investments and portfolios in one place',
useAnonymously: true
},
{ {
founded: 2011, founded: 2011,
hasFreePlan: true, hasFreePlan: true,

Loading…
Cancel
Save