Browse Source

Task/extend personal finance tools (20260623) (#7112)

Extend personal finance tools
pull/7109/head^2
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
e66df158e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 51
      libs/common/src/lib/personal-finance-tools.ts

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

@ -438,6 +438,17 @@ export const personalFinanceTools: Product[] = [
slogan: 'Portfolio Tracker für dein Vermögen', slogan: 'Portfolio Tracker für dein Vermögen',
url: 'https://www.finanzfluss.de/copilot' url: 'https://www.finanzfluss.de/copilot'
}, },
{
founded: 2015,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'finanzguru',
languages: ['Deutsch'],
name: 'Finanzguru',
origin: 'DE',
slogan: 'Finanzen. Magisch. Einfach.',
url: 'https://www.finanzguru.de'
},
{ {
founded: 2020, founded: 2020,
key: 'finary', key: 'finary',
@ -611,6 +622,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Finance App for Couples', slogan: 'Finance App for Couples',
url: 'https://www.honeydue.com' url: 'https://www.honeydue.com'
}, },
{
founded: 2003,
hasSelfHostingAbility: true,
isArchived: true,
key: 'ibank',
name: 'iBank',
note: 'Renamed to Banktivity',
origin: 'US'
},
{ {
founded: 2022, founded: 2022,
key: 'income-reign', key: 'income-reign',
@ -817,6 +837,17 @@ export const personalFinanceTools: Product[] = [
slogan: 'Personal Finance Manager for Mac, Windows, and Linux', slogan: 'Personal Finance Manager for Mac, Windows, and Linux',
url: 'https://moneydance.com' url: 'https://moneydance.com'
}, },
{
founded: 2016,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'moneypatrol',
name: 'MoneyPatrol',
origin: 'US',
pricingPerYear: '$29.99',
slogan: 'Personal Accounting Made Easy, Accurate, Comprehensive',
url: 'https://www.moneypatrol.com'
},
{ {
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -1390,6 +1421,26 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$600', pricingPerYear: '$600',
slogan: 'Make Smarter Investments' slogan: 'Make Smarter Investments'
}, },
{
founded: 2020,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'wallstreetzen',
name: 'WallStreetZen',
origin: 'HK',
pricingPerYear: '$234',
slogan: 'Stock market analysis for the serious part-time investor',
url: 'https://www.wallstreetzen.com'
},
{
founded: 2015,
hasSelfHostingAbility: false,
key: 'wealtharc',
name: 'WealthArc',
origin: 'CH',
slogan: 'Manage wealth data more efficiently',
url: 'https://www.wealtharc.com'
},
{ {
founded: 2019, founded: 2019,
hasFreePlan: false, hasFreePlan: false,

Loading…
Cancel
Save