Get Acquisition Proof Points
Returns proof points for acquisitions, based on the input filters. The start and end date filters relate to the acquisition date.
Authorization
APIKeyHeader licenseIn: header
Scope: license
Query Parameters
The number of results to skip.
00 <= valueThe maximum number of results to return.
100 <= value <= 100The direction to sort the results.
"asc""asc" | "desc"Whether to return the total number of results.
falseWhen non-empty, restrict to events that involve these organizations.
If True, include organizations active in child topics of the given topic(s).
falseThe certainty threshold for the organizations to be included in the results, use 0 to include all links. Typically certainty >= has the topic in the company name, certainty >= 0.7 mentions the topic twice in the company description, certainty >= 0.6 mentions the topic once in the company description and certainty below that mentions the topic in the extended company description.
00 <= value <= 1Only consider nodes/events on or after this date.
Only consider nodes/events on or before this date.
Filters on the link between the organization involved in the acquisition and the topic.
"both""acquirer" | "acquiree" | "both"If set, only include acquisitions whose deal amount (USD) is strictly greater than this value.
If set, only include acquisitions whose deal amount (USD) is less than or equal to this value.
Filters on the type of acquisition. If not provided, all types are included.
Filters on the number of employees the acquirer organization has, in different ranges. If not provided, all organizations are included. You can use 'unknown' to include organizations with no employee count.
Filters on the number of employees the acquiree organization has, in different ranges. If not provided, all organizations are included. You can use 'unknown' to include organizations with no employee count.
The column to sort the results by.
"acquired_on""acquired_on" | "amount" | "acquirer" | "acquiree" | "certainty"Response Body
application/json
application/json
curl -X GET "https://connect-api.trendtracker.ai/indicators/acquisitions/proof-points"{
"data": [
{
"id": "string",
"acquisitionType": "acquihire",
"acquiredOn": "2019-08-24",
"amount": 0,
"acquirer": {
"id": "string",
"name": "string"
},
"acquiree": {
"id": "string",
"name": "string"
},
"certainty": 0
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Earnings Calls Time Series POST
Aggregates document counts per time bucket (month or year). Supports the same nested filters as search. The start and end date filters relate to the published date.
Get Acquisition Time Series GET
Returns a time series for acquisitions, based on the input filters. The start and end date filters relate to the acquisition date.