Browse Source

Task/extend personal finance tools (#6985)

* Gustav
* MyFinanceTools
* Networthy
* Rallies
* trefolio
pull/5998/merge
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
3adf880444
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 61
      libs/common/src/lib/personal-finance-tools.ts

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

@ -518,6 +518,18 @@ export const personalFinanceTools: Product[] = [
origin: 'Germany',
slogan: 'Volle Kontrolle über deine Investitionen'
},
{
founded: 2024,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'gustav',
languages: ['Français'],
name: 'Gustav',
origin: 'France',
pricingPerYear: '€59.99',
slogan: 'Prenez enfin le contrôle de votre argent',
url: 'https://get-gustav.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
@ -784,6 +796,16 @@ export const personalFinanceTools: Product[] = [
'Track your equity, fund, investment trust, ETF and pension investments in one place.',
url: 'https://www.morningstar.com/mm'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'myfinancetools',
languages: ['Deutsch', 'English', 'Español', 'Français', 'Português'],
name: 'MyFinanceTools',
pricingPerYear: '$36',
slogan: 'Your Personal Finance Command Center',
url: 'https://myfinancetools.io'
},
{
founded: 2020,
hasFreePlan: true,
@ -806,6 +828,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'The Intelligent Portfolio Tracker',
url: 'https://www.navexa.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'networthy',
name: 'Networthy',
pricingPerYear: '€49.99',
slogan: 'Your Personal Financial Analyst, powered by AI.',
url: 'https://networthy.pro'
},
{
founded: 2020,
hasSelfHostingAbility: false,
@ -955,6 +986,17 @@ export const personalFinanceTools: Product[] = [
slogan: 'The stock portfolio tracker built for long-term investors',
url: 'https://prostocktracker.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'rallies',
languages: ['English'],
name: 'Rallies',
pricingPerYear: '$99.99',
slogan:
'Your entire financial life in one app, monitored continuously by agents',
url: 'https://rallies.ai'
},
{
founded: 2015,
hasSelfHostingAbility: false,
@ -1130,6 +1172,25 @@ export const personalFinanceTools: Product[] = [
slogan: 'The Trading Journal to Improve Your Trading Performance',
url: 'https://www.tradervue.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'trefolio',
languages: [
'Deutsch',
'English',
'Español',
'Français',
'Italiano',
'Nederlands',
'Polski',
'Português'
],
name: 'trefolio',
pricingPerYear: '€60',
slogan: 'The Extra Leaf for Your Portfolio',
url: 'https://trefolio.com'
},
{
founded: 2020,
hasSelfHostingAbility: false,

Loading…
Cancel
Save