API schema
Schema

FTInfoTicker

Type: object

Properties

NameTypeDescription
tickerstringRequested ticker symbol
categorystringFUNDS/ETFS ONLY - Category of security
expenseratiostringFUNDS/ETFS ONLY - Expense ratio. Multiply by 100 to get percentage value. Taken from security's audited annual report based on the prior year's actual charges.
expense_detailobjectFUNDS/ETFS ONLY - Additional expense ratios and other details
objectivestringFUNDS/ETFS ONLY - Investment objective classification
familystringFund sponsor
shareclassstringFunds Only - Security Share Class
sectorstringSTOCKS ONLY - sector of security
countrystringSTOCKS ONLY - country of incorporation
industrystringSTOCKS ONLY - industry of security
exchangestringSTOCKS ONLY - main trading exchange
security_typestringETF, Mutual Fund, Stock, or Index
xtypeobjectReturns the type of the security. Values can be Equity, FixedIncome, Allocation, Stock, or Index

Example shape

{
  "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"
}