API schema
Schema

FTDividend

Type: object

Properties

NameTypeDescription
dateFTDate
divsarray of objectOne or more dividends paid on this date.
pricestringClosing price on the dividend date

Example shape

{
  "date": {
    "example": "FTDate"
  },
  "divs": [
    {
      "type": "string",
      "type_code": "string",
      "value": 0
    }
  ],
  "price": "string"
}