v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company Presentation

Get presentations/slides data in PDF format that are usually used during earnings calls.

get/stock/presentation

Query parameters

symbolstring required

Company symbol.

Response

successful operation

symbolstring

Company symbol.

Example response

{
  "symbol": "symbol",
  "res": [
    {
      "atTime": "atTime",
      "year": 6,
      "title": "title",
      "url": "url",
      "quarter": 0
    },
    {
      "atTime": "atTime",
      "year": 6,
      "title": "title",
      "url": "url",
      "quarter": 0
    }
  ]
}