get https://api-lib.bambu.life/api/portfolioBuilder/v2/stockInfo
This endpoint returns the following information of all funds available, which includes US ETFs and Mutual Funds:
-
Fund Name
-
Fund Symbol
-
CUSIP
-
ISIN
-
Fund Type
-
Sector
Users may use this endpoint to filter funds to be returned by any of the aforementioned information, or search funds by the funds' names or symbols.
Query Params
Name | Datatype | Description | Mandatory | Sample value | List of possible values | No. of decimal places | Notes |
---|---|---|---|---|---|---|---|
page | Integer | page to be returned | N | 2 | >=1 | 0 | default value = 1 |
limit | Integer | number of records to be returned in a page | N | 50 | >=1 | 0 | default value = 20 |
symbol | String | Filter funds by symbols | N | AAAAX,AAXJ,QQQ | NA | may input multiple values | |
sector | String | Filter funds by sector | N | Equity+Asia+Pacific+ex+Japan | sectors of funds available | NA | may input multiple values |
productType | String | Filter funds by fund type | N | ETF | ETF, MUTUALFUND | NA | may input multiple values |
cusip | String | Filter funds by CUSIP | N | 8882581 | CUSIPs of funds available | NA | may input multiple values |
isin | String | Filter funds by ISIN | N | US02368A1097,US25159K8797 | ISINs of funds available | NA | may input multiple values |
search | String | Search for funds by names or symbols | N | ishares+msci | NA |
Response Body
Name | Datatype | Description | Sample value | No. of decimal places | Notes |
---|---|---|---|---|---|
metadata | Dictionary | Pagination information | |||
currentPage | Integer | Current page of pagination | 2 | 0 | |
totalPages | Integer | Total number of pages | 23 | 0 | totalPages = totalRecords/maxPageRecord rounded up to nearest integer |
totalRecords | Integer | Total number of records | 1149 | 0 | |
records | Array of dictionaries | ||||
cusip | String | Fund’s CUSIP | “464288182“ | NA | |
name | String | Fund’s name | "ISHARES MSCI ALL COUNTRY ASIA" | NA | |
isin | String | Fund’s ISIN | "US4642881829" | NA | |
symbol | String | Fund’s symbol | "AAXJ" | NA | |
sector | String | Fund’s sector | "Equity Asia Pacific ex Japan" | NA | |
productType | String | Fund type | MUTUALFUND | NA |