Browse Source

Extend personal finance tools with categories and platforms

pull/7240/head
Thomas Kaul 2 weeks ago
parent
commit
065898a231
  1. 35
      libs/common/src/lib/personal-finance-tools.ts

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

@ -253,25 +253,30 @@ export const personalFinanceTools: Product[] = [
slogan: 'Toma el control total de tus finanzas.' slogan: 'Toma el control total de tus finanzas.'
}, },
{ {
categories: ['WEALTH_MANAGEMENT'],
founded: 2011, founded: 2011,
key: 'cobalt', key: 'cobalt',
name: 'Cobalt', name: 'Cobalt',
origin: 'US', origin: 'US',
platforms: ['WEB'],
slogan: 'Next-Level Portfolio Monitoring', slogan: 'Next-Level Portfolio Monitoring',
url: 'https://www.cobalt.pe' url: 'https://www.cobalt.pe'
}, },
{ {
categories: ['CRYPTOCURRENCY'],
founded: 2017, founded: 2017,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'coinstats', key: 'coinstats',
name: 'CoinStats', name: 'CoinStats',
origin: 'AM', origin: 'AM',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$168', pricingPerYear: '$168',
slogan: 'Manage All Your Wallets & Exchanges From One Place', slogan: 'Manage All Your Wallets & Exchanges From One Place',
url: 'https://coinstats.app' url: 'https://coinstats.app'
}, },
{ {
categories: ['CRYPTOCURRENCY', 'TAX_REPORTING'],
founded: 2013, founded: 2013,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -279,40 +284,48 @@ export const personalFinanceTools: Product[] = [
languages: ['Deutsch', 'English'], languages: ['Deutsch', 'English'],
name: 'CoinTracking', name: 'CoinTracking',
origin: 'DE', origin: 'DE',
platforms: ['WEB'],
pricingPerYear: '$120', pricingPerYear: '$120',
slogan: 'The leading Crypto Portfolio Tracker & Tax Calculator', slogan: 'The leading Crypto Portfolio Tracker & Tax Calculator',
url: 'https://cointracking.info' url: 'https://cointracking.info'
}, },
{ {
categories: ['WEALTH_MANAGEMENT'],
founded: 2019, founded: 2019,
key: 'compound-planning', key: 'compound-planning',
name: 'Compound Planning', name: 'Compound Planning',
origin: 'US', origin: 'US',
platforms: ['IOS', 'WEB'],
slogan: 'Modern Wealth & Investment Management', slogan: 'Modern Wealth & Investment Management',
url: 'https://compoundplanning.com' url: 'https://compoundplanning.com'
}, },
{ {
categories: ['BUDGETING'],
founded: 2019, founded: 2019,
hasFreePlan: false, hasFreePlan: false,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'copilot-money', key: 'copilot-money',
name: 'Copilot Money', name: 'Copilot Money',
origin: 'US', origin: 'US',
platforms: ['IOS', 'MACOS', 'WEB'],
pricingPerYear: '$95', pricingPerYear: '$95',
slogan: 'Do money better with Copilot', slogan: 'Do money better with Copilot',
url: 'https://www.copilot.money' url: 'https://www.copilot.money'
}, },
{ {
categories: ['BUDGETING'],
founded: 2014, founded: 2014,
hasFreePlan: false, hasFreePlan: false,
key: 'countabout', key: 'countabout',
name: 'CountAbout', name: 'CountAbout',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$9.99', pricingPerYear: '$9.99',
slogan: 'Customizable and Secure Personal Finance App', slogan: 'Customizable and Secure Personal Finance App',
url: 'https://countabout.com' url: 'https://countabout.com'
}, },
{ {
categories: ['FAMILY_OFFICE'],
founded: 2023, founded: 2023,
hasFreePlan: false, hasFreePlan: false,
key: 'danti', key: 'danti',
@ -322,6 +335,7 @@ export const personalFinanceTools: Product[] = [
url: 'https://danti.io' url: 'https://danti.io'
}, },
{ {
categories: ['CRYPTOCURRENCY'],
founded: 2020, founded: 2020,
key: 'de.fi', key: 'de.fi',
languages: ['English'], languages: ['English'],
@ -330,6 +344,7 @@ export const personalFinanceTools: Product[] = [
url: 'https://de.fi' url: 'https://de.fi'
}, },
{ {
categories: ['CRYPTOCURRENCY'],
founded: 2016, founded: 2016,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -337,11 +352,13 @@ export const personalFinanceTools: Product[] = [
languages: ['English'], languages: ['English'],
name: 'DeFi Portfolio Tracker by Zerion', name: 'DeFi Portfolio Tracker by Zerion',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$99', pricingPerYear: '$99',
slogan: 'DeFi Portfolio Tracker for All Chains', slogan: 'DeFi Portfolio Tracker for All Chains',
url: 'https://zerion.io/defi-portfolio-tracker' url: 'https://zerion.io/defi-portfolio-tracker'
}, },
{ {
categories: ['STOCK_TRACKING'],
founded: 2022, founded: 2022,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -349,11 +366,13 @@ export const personalFinanceTools: Product[] = [
languages: ['English'], languages: ['English'],
name: 'DEGIRO Portfolio Tracker by Capitalyse', name: 'DEGIRO Portfolio Tracker by Capitalyse',
origin: 'NL', origin: 'NL',
platforms: ['WEB'],
pricingPerYear: '€24', pricingPerYear: '€24',
slogan: 'Democratizing Data Analytics', slogan: 'Democratizing Data Analytics',
url: 'https://capitalyse.app/app/degiro' url: 'https://capitalyse.app/app/degiro'
}, },
{ {
categories: ['CRYPTOCURRENCY', 'STOCK_TRACKING'],
founded: 2017, founded: 2017,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -361,21 +380,25 @@ export const personalFinanceTools: Product[] = [
name: 'Delta Investment Tracker', name: 'Delta Investment Tracker',
note: 'Acquired by eToro', note: 'Acquired by eToro',
origin: 'BE', origin: 'BE',
platforms: ['ANDROID', 'IOS', 'MACOS', 'WEB', 'WINDOWS'],
pricingPerYear: '$150', pricingPerYear: '$150',
slogan: 'The app to track all your investments. Make smart moves only.', slogan: 'The app to track all your investments. Make smart moves only.',
url: 'https://delta.app' url: 'https://delta.app'
}, },
{ {
categories: ['DIVIDEND_TRACKING'],
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'digrin', key: 'digrin',
languages: ['English'], languages: ['English'],
name: 'Digrin', name: 'Digrin',
platforms: ['WEB'],
pricingPerYear: '$49.90', pricingPerYear: '$49.90',
slogan: 'Dividend Portfolio Tracker', slogan: 'Dividend Portfolio Tracker',
url: 'https://www.digrin.com' url: 'https://www.digrin.com'
}, },
{ {
categories: ['DIVIDEND_TRACKING'],
founded: 2019, founded: 2019,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -383,60 +406,72 @@ export const personalFinanceTools: Product[] = [
languages: ['Deutsch', 'English'], languages: ['Deutsch', 'English'],
name: 'DivvyDiary', name: 'DivvyDiary',
origin: 'DE', origin: 'DE',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '€65', pricingPerYear: '€65',
slogan: 'Your personal Dividend Calendar', slogan: 'Your personal Dividend Calendar',
url: 'https://divvydiary.com' url: 'https://divvydiary.com'
}, },
{ {
categories: ['FINANCIAL_PLANNING', 'NET_WORTH_TRACKING'],
founded: 2009, founded: 2009,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'empower', key: 'empower',
name: 'Empower', name: 'Empower',
note: 'Originally named as Personal Capital', note: 'Originally named as Personal Capital',
origin: 'US', origin: 'US',
platforms: ['WEB'],
slogan: 'Get answers to your money questions', slogan: 'Get answers to your money questions',
url: 'https://www.empower.com' url: 'https://www.empower.com'
}, },
{ {
alias: '8figures', alias: '8figures',
categories: ['NET_WORTH_TRACKING', 'STOCK_TRACKING'],
founded: 2022, founded: 2022,
key: 'eightfigures', key: 'eightfigures',
name: '8FIGURES', name: '8FIGURES',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
slogan: 'Portfolio Tracker Designed by Professional Investors', slogan: 'Portfolio Tracker Designed by Professional Investors',
url: 'https://8figures.com' url: 'https://8figures.com'
}, },
{ {
categories: ['WEALTH_MANAGEMENT'],
founded: 2010, founded: 2010,
hasFreePlan: false, hasFreePlan: false,
key: 'etops', key: 'etops',
name: 'etops', name: 'etops',
origin: 'CH', origin: 'CH',
platforms: ['WEB'],
slogan: 'Your financial superpower', slogan: 'Your financial superpower',
url: 'https://www.etops.com' url: 'https://www.etops.com'
}, },
{ {
categories: ['BUDGETING'],
founded: 2015, founded: 2015,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'everydollar', key: 'everydollar',
name: 'EveryDollar', name: 'EveryDollar',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
slogan: 'Plan, track, find more margin', slogan: 'Plan, track, find more margin',
url: 'https://www.ramseysolutions.com/money/everydollar' url: 'https://www.ramseysolutions.com/money/everydollar'
}, },
{ {
categories: ['NET_WORTH_TRACKING'],
founded: 2020, founded: 2020,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'exirio', key: 'exirio',
name: 'Exirio', name: 'Exirio',
origin: 'US', origin: 'US',
platforms: ['ANDROID', 'IOS', 'WEB'],
pricingPerYear: '$100', pricingPerYear: '$100',
slogan: 'All your wealth, in one place.', slogan: 'All your wealth, in one place.',
url: 'https://www.exirio.com' url: 'https://www.exirio.com'
}, },
{ {
categories: ['WEALTH_MANAGEMENT'],
hasFreePlan: false, hasFreePlan: false,
hasSelfHostingAbility: true, hasSelfHostingAbility: true,
key: 'expersoft', key: 'expersoft',

Loading…
Cancel
Save