diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94f5b12ef..dd4c0a2c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the benchmark detail dialog by the current market price
- Added `watchlist` to the `User` database schema as a preparation for watching assets
+### Changed
+
+- Made the historical market data editor expandable in the admin control panel
+
### Fixed
- Fixed the word wrap in the menu of the historical market data table in the admin control panel
diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
index 32f946ad8..ab3468dcd 100644
--- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
@@ -77,17 +77,29 @@
[showYAxis]="true"
[symbol]="data.symbol"
/>
-