diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f7218459..d02e4f483 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Added the selected asset profile count to the delete menu item of the historical market data table in the admin control panel
- Upgraded `yahoo-finance2` from version `3.14.2` to `3.15.3`
### Fixed
diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.html b/apps/client/src/app/components/admin-market-data/admin-market-data.html
index 63d425513..e86e3e631 100644
--- a/apps/client/src/app/components/admin-market-data/admin-market-data.html
+++ b/apps/client/src/app/components/admin-market-data/admin-market-data.html
@@ -239,7 +239,18 @@
[disabled]="!selection.hasValue()"
(click)="onDeleteAssetProfiles()"
>
- Delete Profiles
+ Delete
+ {{
+ selection.selected.length > 1
+ ? selection.selected.length
+ : ''
+ }}
+ {selection.selected.length, plural,
+ =1 {Profile}
+ other {Profiles}
+ }
diff --git a/libs/common/src/lib/personal-finance-tools.ts b/libs/common/src/lib/personal-finance-tools.ts
index 8698c76f7..744081464 100644
--- a/libs/common/src/lib/personal-finance-tools.ts
+++ b/libs/common/src/lib/personal-finance-tools.ts
@@ -1,6 +1,17 @@
import { Product } from '@ghostfolio/common/interfaces';
export const personalFinanceTools: Product[] = [
+ {
+ hasFreePlan: true,
+ hasSelfHostingAbility: true,
+ key: 'acemoney',
+ name: 'AceMoney',
+ note: 'License is a perpetual license',
+ origin: 'US',
+ pricingPerYear: '$44.95',
+ slogan: 'Lifetime Personal Finance Control, One Single Payment.',
+ url: 'https://www.mechcad.net'
+ },
{
founded: 2023,
hasSelfHostingAbility: false,
@@ -361,6 +372,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'Your financial superpower',
url: 'https://www.etops.com'
},
+ {
+ founded: 2015,
+ hasFreePlan: true,
+ hasSelfHostingAbility: false,
+ key: 'everydollar',
+ name: 'EveryDollar',
+ origin: 'US',
+ slogan: 'Plan, track, find more margin',
+ url: 'https://www.ramseysolutions.com/money/everydollar'
+ },
{
founded: 2020,
hasFreePlan: true,
@@ -497,6 +518,17 @@ export const personalFinanceTools: Product[] = [
slogan: 'Take control over your investments',
url: 'https://www.folishare.com'
},
+ {
+ founded: 1993,
+ hasSelfHostingAbility: true,
+ key: 'fund-manager',
+ name: 'Fund Manager',
+ note: 'License is a perpetual license',
+ origin: 'US',
+ pricingPerYear: '$99',
+ slogan: 'Powerful portfolio management software',
+ url: 'https://www.fundmanagersoftware.com'
+ },
{
hasFreePlan: true,
hasSelfHostingAbility: false,
@@ -528,6 +560,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Portfolio Tracker, Analysis & Community',
url: 'https://www.getquin.com'
},
+ {
+ hasFreePlan: true,
+ hasSelfHostingAbility: false,
+ key: 'goodbudget',
+ name: 'Goodbudget',
+ origin: 'US',
+ slogan: 'Budget with a why',
+ url: 'https://goodbudget.com'
+ },
{
hasFreePlan: true,
hasSelfHostingAbility: false,
@@ -665,6 +706,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'Sustainability insights for wealth managers',
url: 'https://leafs.ch'
},
+ {
+ founded: 2020,
+ hasFreePlan: false,
+ hasSelfHostingAbility: false,
+ key: 'lunch-money',
+ name: 'Lunch Money',
+ origin: 'CA',
+ slogan: 'Delightfully simple personal finance and budgeting',
+ url: 'https://lunchmoney.app'
+ },
{
founded: 2018,
hasFreePlan: false,
@@ -725,6 +776,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'The smartest way to track your crypto',
url: 'https://www.merlincrypto.com'
},
+ {
+ hasFreePlan: false,
+ hasSelfHostingAbility: false,
+ key: 'mezzi',
+ name: 'Mezzi',
+ origin: 'US',
+ pricingPerYear: '$48',
+ slogan: 'Self-manage your wealth. Get fiduciary advice.',
+ url: 'https://www.mezzi.com'
+ },
{
founded: 1991,
hasSelfHostingAbility: true,
@@ -776,6 +837,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Have total control of your financial life',
url: 'https://www.moneyspire.com'
},
+ {
+ hasFreePlan: true,
+ hasSelfHostingAbility: true,
+ key: 'moneywell',
+ name: 'MoneyWell',
+ origin: 'US',
+ slogan: 'Personal Budgeting Software for Mac and iOS',
+ url: 'https://moneywell.app'
+ },
{
key: 'moneywiz',
name: 'MoneyWiz',
@@ -1109,6 +1179,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Stock Portfolio Tracker',
url: 'https://simpleportfolio.app'
},
+ {
+ founded: 2020,
+ hasFreePlan: false,
+ hasSelfHostingAbility: false,
+ key: 'simplifi',
+ name: 'Simplifi by Quicken',
+ origin: 'US',
+ url: 'https://www.quicken.com/products/simplifi'
+ },
{
founded: 2014,
hasFreePlan: true,