Description
A New Partnership event tracks when two or more companies form a strategic alliance. This data provides insights into business collaborations, market expansions, and competitive strategies.
Important: The New Partnership event retrieves only recent partnership announcements within the last quarter (timestamp_from
should be set to the past 3 months). If no partnership was announced in this timeframe, no data will be available.
For historical partnership records, use the Competitive Landscape Enrichment API.
Use cases
- Market Expansion Analysis: Identify industries where strategic partnerships are forming.
- Competitive Intelligence: Track competitor alliances and collaborations.
- Investment & Business Development: Assess potential business opportunities through partnerships.
- Supply Chain & Operations: Understand key supplier-buyer relationships and ecosystem expansions.
Data Schema
Event Name"new_partnership"
(Use this value in the event_types
parameter when querying this event.)
"new_partnership"
(Use this value in the event_types
parameter when querying this event.)Signal | API Name | Description | Data Type |
---|---|---|---|
Link to article | link | Link to article announcing the company's new partnership. | URL |
Name of partnering company | partner_company | Name of the company's newly announced partner. | TEXT |
Date of partnership | partnership_date | Date company's partnership occurred. Formatted YYYY-MM-DD. | DATETIME |
Company name | partners_names | Name of selected company appearing in news reports and articles. | TEXT |
News report publishing date | event_time | Date news report on company's new partnership was published. Formatted YYYY-MM-DD. | DATETIME |
Partnership purpose | purpose_of_partnership | Short description of the partnership's purpose. | TEXT |
News event ID | event_id | Unique ID representing a news event. | TEXT |
Query Example
curl -X POST \
"https://api.explorium.ai/v1/businesses/events" \
-H "API_KEY: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"event_types": [
"new_partnership"
],
"business_ids": [
"8adce3ca1cef0c986b22310e369a0793"
],
"timestamp_from": "2025-01-01T10:03:03.050Z"
}'
Best Practices
- Filter by partner company (
partner_company
) to analyze key collaborations. - Monitor partnership purposes (
purpose_of_partnership
) to understand strategic goals. - Use timestamps (
partnership_date
) to track recent and historical partnerships.
Related Events
- New Funding Round - Announcement of a new funding round
- New Investment - Announcement of a new investment
- Merger and Acquisitions - Tracks major M&A activity