curl --request GET \
--url https://api.aries.com/v1/etf/holdings \
--header 'Authorization: Bearer <token>'Retrieve complete list of ETF constituent holdings with percentage weights and share counts. Analyze fund composition and concentration risk.
Use Case: Check top 10 holdings of QQQ ETF to understand tech sector concentration.
curl --request GET \
--url https://api.aries.com/v1/etf/holdings \
--header 'Authorization: Bearer <token>'OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
(Optional) ETF ticker symbol
(Optional) ISIN identifier
(Optional) Number of records to skip for pagination
Date for historical holdings (YYYY-MM-DD)
"2024-12-01"
ETF holdings.
Show child attributes
Was this page helpful?