Finnhub-API icon indicating copy to clipboard operation
Finnhub-API copied to clipboard

Disney (DIS) stock split data seems to be wrong

Open boherna opened this issue 4 years ago • 0 comments

For the endpoint /api/v1/stock/split?symbol=DIS&from=1900-01-01&to=2021-01-18&token=XXXXXX the API returns:

[
  {
    "date": "2007-06-13",
    "fromFactor": 9865,
    "symbol": "DIS",
    "toFactor": 10000
  },
  {
    "date": "1998-07-10",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 3
  },
  {
    "date": "1992-05-18",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 4
  },
  {
    "date": "1986-03-06",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 4
  },
  {
    "date": "1977-12-06",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 1
  },
  {
    "date": "1976-12-16",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 103
  },
  {
    "date": "1975-12-15",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 103
  },
  {
    "date": "1974-11-29",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 102
  },
  {
    "date": "1973-11-27",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 102
  },
  {
    "date": "1973-01-16",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 2
  },
  {
    "date": "1971-11-24",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 102
  },
  {
    "date": "1971-03-01",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 2
  },
  {
    "date": "1971-02-02",
    "fromFactor": 1,
    "symbol": "DIS",
    "toFactor": 2
  },
  {
    "date": "1970-11-24",
    "fromFactor": 100,
    "symbol": "DIS",
    "toFactor": 102
  }
]

However, according to this website https://getsplithistory.com/DIS there has been only 7 splits and the last one was in 1998. Besides, the data above shows some splits with weird fromFactor and toFactor, not to mention that it says there were 3 splits in 1971.

boherna avatar Jan 18 '21 19:01 boherna