Success
List all fund managers.
Returns the catalogue of fund-management firms tracked by
Argaam: manager ID, name (Ar/En), licensing jurisdiction,
and fund counts.
Example
GET /api/v1.1/funds/managers
Response
200
Response
Authentication
Get funds for a fund manager
Returns the funds for the fund manager identified by managerId.
Path Parameters
Fund manager identifier.
Response
200
Response
Success
Authentication
Path Parameters
Detailed information for a specific fund.
Full fund record: investment objective, fees, benchmark,
distribution policy, latest NAV, and reference dates.
Example
GET /api/v1.1/funds/managers/12/funds/345
Path Parameters
Fund manager ID.
Fund ID.
Response
200
Response
Success
Authentication
Path Parameters
Latest NAV / unit values for a fund.
Returns the most recent observed NAV values plus daily,
weekly, and monthly change percentages.
Example
GET /api/v1.1/funds/managers/12/funds/345/values
Path Parameters
Fund manager identifier.
Fund identifier, scoped to the given managerId.
Response
200
Response
Success
Authentication
Path Parameters
Historical NAV values for a fund over a date range.
End-of-day NAV archive used to compute fund performance
(1M, 3M, 1Y, since-inception) and benchmark deltas.
Example
GET /api/v1.1/funds/managers/12/funds/345/values/history?from=2023-01-01&to=2023-12-31
Query Parameters
Start date (yyyy-MM-dd).
Example:2024-01-01
End date (yyyy-MM-dd).
Example:2024-03-31
Path Parameters
Fund manager ID.
Fund ID.
Response
200
Response
Success