Browse Source

Task/extend personal finance tools (20260813) (#7615)

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

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

@ -1252,6 +1252,19 @@ export const personalFinanceTools: Product[] = [
slogan: 'Know where your money is going',
url: 'https://www.pocketsmith.com'
},
{
categories: ['FINANCIAL_PLANNING', 'NET_WORTH_TRACKING'],
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'portfolio-coach',
languages: ['English'],
name: 'Portfolio Coach',
origin: 'GB',
platforms: ['WEB'],
pricingPerYear: '£120',
slogan: 'Know your wealth. Ask it anything.',
url: 'https://portfoliocoach.co.uk'
},
{
categories: ['DIVIDEND_TRACKING', 'STOCK_TRACKING'],
hasFreePlan: false,
@ -1276,6 +1289,18 @@ export const personalFinanceTools: Product[] = [
slogan: 'Tools for Better Investors',
url: 'https://www.portfoliovisualizer.com'
},
{
categories: ['DIVIDEND_TRACKING', 'ETF_TRACKING', 'STOCK_TRACKING'],
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'portfolioglance',
languages: ['English', 'Polski'],
name: 'PortfolioGlance',
origin: 'PL',
platforms: ['WEB'],
slogan: 'One look. Clear picture of your portfolio.',
url: 'https://www.portfolioglance.com'
},
{
categories: ['STOCK_TRACKING'],
hasFreePlan: true,
@ -1551,6 +1576,19 @@ export const personalFinanceTools: Product[] = [
'Your financial life in a spreadsheet, automatically updated each day',
url: 'https://tiller.com'
},
{
categories: ['CRYPTOCURRENCY', 'DIVIDEND_TRACKING', 'STOCK_TRACKING'],
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'tinywallet',
languages: ['Deutsch', 'English'],
name: 'TinyWallet',
origin: 'DE',
platforms: ['WEB'],
pricingPerYear: '€35',
slogan: 'Your key to empowered wealth management',
url: 'https://www.tinywallet.de'
},
{
founded: 2011,
hasFreePlan: false,

Loading…
Cancel
Save