Browse Source
Task/extend personal finance tools (20260902) (#7793)
Extend personal finance tools
pull/7475/merge
Thomas Kaul
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
20 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
|
@ -1590,6 +1590,26 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
slogan: 'The Intelligent Portfolio Tracker', |
|
|
|
url: 'https://www.navexa.com' |
|
|
|
}, |
|
|
|
{ |
|
|
|
categories: [ |
|
|
|
'BUDGETING', |
|
|
|
'CRYPTOCURRENCY', |
|
|
|
'ETF_TRACKING', |
|
|
|
'FINANCIAL_PLANNING', |
|
|
|
'NET_WORTH_TRACKING', |
|
|
|
'STOCK_TRACKING' |
|
|
|
], |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'neontra', |
|
|
|
languages: ['English'], |
|
|
|
name: 'Neontra', |
|
|
|
origin: 'CA', |
|
|
|
platforms: ['ANDROID', 'IOS', 'WEB'], |
|
|
|
pricingPerYear: '$75', |
|
|
|
slogan: 'Everything you own. Everything you owe. Everything in one place.', |
|
|
|
url: 'https://neontra.com' |
|
|
|
}, |
|
|
|
{ |
|
|
|
categories: ['INVESTMENT_RESEARCH', 'STOCK_TRACKING'], |
|
|
|
hasFreePlan: true, |
|
|
|
|