Browse Source

Feature/add wealthy tracker (#3510)

* Add Wealthy Tracker
pull/3514/head
Thomas Kaul 3 months ago
committed by GitHub
parent
commit
c4499df74c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      libs/common/src/lib/personal-finance-tools.ts

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

@ -498,6 +498,15 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$50',
slogan: 'See all your investments in one place'
},
{
founded: 2018,
hasSelfHostingAbility: false,
key: 'wealthy-tracker',
languages: ['English'],
name: 'Wealthy Tracker',
origin: `India`,
slogan: 'One app to manage all your investments'
},
{
key: 'whal',
name: 'Whal',

Loading…
Cancel
Save