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
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
}
]
}