Browse Source

Task/extend personal finance tools (20260612) (#7016)

Extend personal finance tools
pull/7017/head
Thomas Kaul 19 hours ago
committed by GitHub
parent
commit
68c11b9ee2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 53
      libs/common/src/lib/personal-finance-tools.ts

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

@ -372,12 +372,23 @@ export const personalFinanceTools: Product[] = [
slogan: 'All your wealth, in one place.', slogan: 'All your wealth, in one place.',
url: 'https://www.exirio.com' url: 'https://www.exirio.com'
}, },
{
hasFreePlan: false,
hasSelfHostingAbility: true,
key: 'expersoft',
name: 'Expersoft',
origin: 'CH',
slogan: 'Investment Management Platforms',
url: 'https://www.expersoft.com'
},
{ {
founded: 2018, founded: 2018,
hasFreePlan: false, hasFreePlan: false,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
isArchived: true,
key: 'fey', key: 'fey',
name: 'Fey', name: 'Fey',
note: 'Fey was discontinued in 2025',
origin: 'CA', origin: 'CA',
pricingPerYear: '$300', pricingPerYear: '$300',
slogan: 'Make better investments.', slogan: 'Make better investments.',
@ -435,6 +446,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Easy-to-use Portfolio Tracker', slogan: 'Easy-to-use Portfolio Tracker',
url: 'https://fincake.io' url: 'https://fincake.io'
}, },
{
founded: 2015,
hasFreePlan: false,
key: 'fincite',
name: 'Fincite',
origin: 'DE',
slogan: 'Wealth Management Software',
url: 'https://fincite.de'
},
{ {
founded: 2021, founded: 2021,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -850,6 +870,23 @@ export const personalFinanceTools: Product[] = [
slogan: 'Dein Vermögen immer im Blick', slogan: 'Dein Vermögen immer im Blick',
url: 'https://www.parqet.com' url: 'https://www.parqet.com'
}, },
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'patrice',
languages: [
'Deutsch',
'English',
'Español',
'Français',
'Italiano',
'Português'
],
name: 'Patrice',
pricingPerYear: '€49',
slogan: 'Votre patrimoine, enfin clair',
url: 'https://mypatrice.com'
},
{ {
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'peek', key: 'peek',
@ -986,6 +1023,13 @@ export const personalFinanceTools: Product[] = [
slogan: 'The stock portfolio tracker built for long-term investors', slogan: 'The stock portfolio tracker built for long-term investors',
url: 'https://prostocktracker.com' url: 'https://prostocktracker.com'
}, },
{
hasSelfHostingAbility: false,
key: 'quantive',
name: 'Quantive',
slogan: 'See your financial life clearly',
url: 'https://usequantive.app'
},
{ {
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -1226,6 +1270,15 @@ export const personalFinanceTools: Product[] = [
url: 'https://www.utluna.com', url: 'https://www.utluna.com',
useAnonymously: true useAnonymously: true
}, },
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'valuedge',
name: 'ValuEdge',
pricingPerYear: '€78',
slogan: 'Track your real portfolio. Not a watchlist.',
url: 'https://valuedge.app'
},
{ {
founded: 2020, founded: 2020,
hasFreePlan: true, hasFreePlan: true,

Loading…
Cancel
Save