Search Earnings Call Proofpoints
Returns earnings call proofpoints, based on the input filters. The start and end date filters relate to the published date.
Authorization
APIKeyHeader licenseIn: header
Scope: license
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://connect-api.trendtracker.ai/indicators/earnings-calls/proofpoints" \ -H "Content-Type: application/json" \ -d '{}'{
"data": [
{
"id": "string",
"source": {
"id": "string",
"name": "string"
},
"publishedAt": "2019-08-24T14:15:22Z",
"url": "string",
"domain": "string",
"language": "ar",
"image": "string",
"title": "string",
"summary": "string",
"body": "string",
"topics": {
"document": [
{
"id": "string",
"name": "string"
}
],
"title": [
{
"id": "string",
"name": "string"
}
],
"summary": [
{
"id": "string",
"name": "string"
}
],
"body": [
{
"id": "string",
"name": "string"
}
]
},
"parentGpes": {
"document": [
{
"id": "string",
"name": "string"
}
],
"title": [
{
"id": "string",
"name": "string"
}
],
"summary": [
{
"id": "string",
"name": "string"
}
]
},
"nodes": {
"acquisition": [
{
"id": "string",
"name": "string"
}
],
"city": [
{
"id": "string",
"name": "string"
}
],
"country": [
{
"id": "string",
"name": "string"
}
],
"gpe": [
{
"id": "string",
"name": "string"
}
],
"investment": [
{
"id": "string",
"name": "string"
}
],
"merger": [
{
"id": "string",
"name": "string"
}
],
"org": [
{
"id": "string",
"name": "string"
}
],
"candidatesOrg": [
{
"id": "string",
"name": "string"
}
],
"partnership": [
{
"id": "string",
"name": "string"
}
],
"settlement": [
{
"id": "string",
"name": "string"
}
],
"subCountry": [
{
"id": "string",
"name": "string"
}
],
"worldRegion": [
{
"id": "string",
"name": "string"
}
]
},
"score": 0,
"relex": [
"string"
]
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Search Consultancy Report Proofpoints POST
Returns consultancy report (PDF) proofpoints, based on the input filters. The start and end date filters relate to the published date.
Search Earnings Calls POST
Returns earnings call proof points, based on the input filters. The start and end date filters relate to the published date.