API schema
Schema
FTInfoTickerList
Type: object
Properties
| Name | Type | Description |
|---|---|---|
datalist | array of FTInfoTicker | |
err | err |
Example shape
{
"datalist": [
{
"ticker": "string",
"category": "string",
"expenseratio": "string",
"expense_detail": {
"deferred": "string",
"b12": "string",
"frontload": "string",
"initpurchase": "string",
"redemption": "string",
"expense_prospectus": "string"
},
"objective": "string",
"family": "string",
"shareclass": "string",
"sector": "string"
}
],
"err": {
"code": "-5000000",
"message": "invalid ticker",
"link": "string"
}
}