API schema
Schema

FTDescribe

Various descriptive data points of security

Type: object

Properties

NameTypeDescription
sharesoutstringnumber of shares outstanding at the most recent quarter end
marketcapstringnumber of shares outstanding multiplied by the most recent closing price
high_52stringadjusted closing price of the 52 week high from the "end" parameter
low_52stringadjusted closing price of the 52 week low from the "end" parameter
yieldstringIncome dividend yield
namestringSecurity name
pricestringClosing price on "end date"
price_previousstringClosing price for the day before "end date"
security_typestringETF, Mutual Fund, Stock, or Index
startdateFTDate
yield_allstring52 week yield of all dividend types (income, short and long)
yieldLstringLong term dividend yield
yieldSstringShort Term Dividend Yield

Example shape

{
  "sharesout": "string",
  "marketcap": "string",
  "high_52": "string",
  "low_52": "string",
  "yield": "string",
  "name": "string",
  "price": "string",
  "price_previous": "string"
}