Browse Source
Feature/extend personal finance tools 20240819 (#3682)
* Add CoinTracking
pull/3683/head
Thomas Kaul
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
11 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
@ -62,6 +62,17 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$100', |
|
|
|
slogan: 'Stock Portfolio Tracker for Smart Investors' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2013, |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'cointracking', |
|
|
|
languages: ['Deutsch', 'English'], |
|
|
|
name: 'CoinTracking', |
|
|
|
origin: 'Germany', |
|
|
|
pricingPerYear: '$120', |
|
|
|
slogan: 'The leading Crypto Portfolio Tracker & Tax Calculator' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2022, |
|
|
|
hasFreePlan: true, |
|
|
|