Browse Source

Extend personal finance tools with categories and platforms

pull/7240/head
Thomas Kaul 2 weeks ago
parent
commit
36bb4e7d5d
  1. 12
      libs/common/src/lib/personal-finance-tools.ts

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

@ -1715,6 +1715,7 @@ export const personalFinanceTools: Product[] = [
url: 'https://wealthfolio.app' url: 'https://wealthfolio.app'
}, },
{ {
categories: ['NET_WORTH_TRACKING'],
founded: 2015, founded: 2015,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -1722,36 +1723,43 @@ export const personalFinanceTools: Product[] = [
languages: ['English', 'Français'], languages: ['English', 'Français'],
name: 'Wealthica', name: 'Wealthica',
origin: 'CA', origin: 'CA',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$50', pricingPerYear: '$50',
slogan: 'See all your investments in one place', slogan: 'See all your investments in one place',
url: 'https://wealthica.com' url: 'https://wealthica.com'
}, },
{ {
categories: ['BUDGETING'],
founded: 2018, founded: 2018,
hasFreePlan: true, hasFreePlan: true,
key: 'wealthposition', key: 'wealthposition',
name: 'WealthPosition', name: 'WealthPosition',
platforms: ['WEB'],
pricingPerYear: '$60', pricingPerYear: '$60',
slogan: 'Personal Finance & Budgeting App', slogan: 'Personal Finance & Budgeting App',
url: 'https://www.wealthposition.com' url: 'https://www.wealthposition.com'
}, },
{ {
categories: ['STOCK_TRACKING'],
founded: 2018, founded: 2018,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'wealthy-tracker', key: 'wealthy-tracker',
languages: ['English'], languages: ['English'],
name: 'Wealthy Tracker', name: 'Wealthy Tracker',
origin: 'IN', origin: 'IN',
platforms: ['WEB'],
slogan: 'One app to manage all your investments', slogan: 'One app to manage all your investments',
url: 'https://www.wealthy.in/tracker' url: 'https://www.wealthy.in/tracker'
}, },
{ {
categories: ['STOCK_TRACKING'],
key: 'whal', key: 'whal',
name: 'Whal', name: 'Whal',
origin: 'US', origin: 'US',
slogan: 'Manage your investments in one place' slogan: 'Manage your investments in one place'
}, },
{ {
categories: ['STOCK_TRACKING'],
founded: 2021, founded: 2021,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -1765,23 +1773,27 @@ export const personalFinanceTools: Product[] = [
slogan: 'Connect. Share. Invest.' slogan: 'Connect. Share. Invest.'
}, },
{ {
categories: ['BUDGETING'],
founded: 2004, founded: 2004,
hasFreePlan: false, hasFreePlan: false,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'ynab', key: 'ynab',
name: 'YNAB (You Need a Budget)', name: 'YNAB (You Need a Budget)',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$109', pricingPerYear: '$109',
slogan: 'Change Your Relationship With Money', slogan: 'Change Your Relationship With Money',
url: 'https://www.ynab.com' url: 'https://www.ynab.com'
}, },
{ {
categories: ['INVESTMENT_RESEARCH', 'STOCK_TRACKING'],
founded: 2019, founded: 2019,
hasFreePlan: false, hasFreePlan: false,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'ziggma', key: 'ziggma',
name: 'Ziggma', name: 'Ziggma',
origin: 'US', origin: 'US',
platforms: ['WEB'],
pricingPerYear: '$84', pricingPerYear: '$84',
slogan: 'Your solution for investing success', slogan: 'Your solution for investing success',
url: 'https://ziggma.com' url: 'https://ziggma.com'

Loading…
Cancel
Save