diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d7d54ed9..2fc198aaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Included accounts in the search results of the assistant
- Included the data source in the asset profile search results of the assistant
+- Added the quantity column to the holdings table of the account detail dialog
### Changed
diff --git a/apps/client/src/app/components/home-holdings/home-holdings.html b/apps/client/src/app/components/home-holdings/home-holdings.html
index 87d0a514d..8b4e4c5d3 100644
--- a/apps/client/src/app/components/home-holdings/home-holdings.html
+++ b/apps/client/src/app/components/home-holdings/home-holdings.html
@@ -48,6 +48,7 @@
diff --git a/libs/ui/src/lib/holdings-table/holdings-table.component.html b/libs/ui/src/lib/holdings-table/holdings-table.component.html
index 2c238b137..d3afe9de9 100644
--- a/libs/ui/src/lib/holdings-table/holdings-table.component.html
+++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html
@@ -64,6 +64,30 @@
+
+
+ Quantity
+ |
+
+
+
+
+ |
+
+
|