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 Name | name | Type |
---|---|---|
Link to article | link | URL |
Name of partnering company | partner_company | TEXT |
Date of partnership | partnership_date | DATETIME |
News report publishing date | event_time | DATETIME |
Partnership purpose | purpose_of_partnership | TEXT |
News event ID | event_id | 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