Browse Source

Extend personal finance tools

* CoinStats
* Fincake
* Koinly
* Nansen
* Simply Wall St
* Tradervue
pull/4406/head
Thomas Kaul 6 months ago
parent
commit
db8100517d
  1. 57
      libs/common/src/lib/personal-finance-tools.ts

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

@ -82,6 +82,16 @@ export const personalFinanceTools: Product[] = [
regions: ['Global'],
slogan: 'Take control of your financial future'
},
{
founded: 2017,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'coinstats',
name: 'CoinStats',
origin: 'Armenia',
pricingPerYear: '$168',
slogan: 'Manage All Your Wallets & Exchanges From One Place'
},
{
founded: 2013,
hasFreePlan: true,
@ -154,6 +164,7 @@ export const personalFinanceTools: Product[] = [
name: 'Delta Investment Tracker',
note: 'Acquired by eToro',
origin: 'Belgium',
pricingPerYear: '$150',
slogan: 'The app to track all your investments. Make smart moves only.'
},
{
@ -252,6 +263,13 @@ export const personalFinanceTools: Product[] = [
slogan:
'The most convenient mobile application for personal finance accounting'
},
{
founded: 2022,
key: 'fincake',
name: 'Fincake',
origin: 'British Virgin Islands',
slogan: 'Easy-to-use Portfolio Tracker'
},
{
founded: 2023,
hasFreePlan: true,
@ -340,6 +358,15 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '€119',
slogan: 'ETF portfolios made simple'
},
{
founded: 2018,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'koinly',
name: 'Koinly',
origin: 'Singapore',
slogan: 'Track all your crypto wallets in one place'
},
{
founded: 2016,
hasFreePlan: true,
@ -469,6 +496,16 @@ export const personalFinanceTools: Product[] = [
slogan:
'Track your equity, fund, investment trust, ETF and pension investments in one place.'
},
{
founded: 2020,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'nansen',
name: 'Crypto Portfolio Tracker by Nansen',
origin: 'Singapore',
pricingPerYear: '$1188',
slogan: 'Your Complete Crypto Portfolio, Reimagined'
},
{
founded: 2017,
hasFreePlan: false,
@ -634,6 +671,16 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '€80',
slogan: 'Stock Portfolio Tracker'
},
{
founded: 2014,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'simply-wallstreet',
name: 'Stock Portfolio Tracker & Visualizer by Simply Wall St',
origin: 'Australia',
pricingPerYear: '$120',
slogan: 'Smart portfolio tracker for informed investors'
},
{
founded: 2021,
hasFreePlan: true,
@ -706,6 +753,16 @@ export const personalFinanceTools: Product[] = [
slogan:
'Your financial life in a spreadsheet, automatically updated each day'
},
{
founded: 2011,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'tradervue',
name: 'Tradervue',
origin: 'United States',
pricingPerYear: '$360',
slogan: 'The Trading Journal to Improve Your Trading Performance'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,

Loading…
Cancel
Save