Get all NGN mutual funds
GET/assets?currency=NGN&asset_type=fund
This endpoint allows you to retrieve NGN-denominated mutual fund assets. Depending on the type of mutual fund you need, you can set specific parameters to filter the results.
- Conservative mutual funds:
asset_type=funds
,risk_class=low
, andcurrency=NGN
. - Bonds and Balanced funds:
asset_type=funds
,risk_class=medium
, andcurrency=NGN
. - Equity funds:
asset_type=funds
,risk_class=high
, andcurrency=NGN
.
Query Parameters
currencystringoptional |
3-letter currency code of the asset (NGN) |
asset_typestringoptional |
Filter by asset types. Options are: fund, tbills |
risk_classstringoptional |
Filter by risk class. Options are: low, medium, high |
pagestringoptional |
The page you want to view |
page_sizestringoptional |
A numeric value indicating the page size |