New Partnership

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.)

Signal NamenameType
Link to articlelinkURL
Name of partnering companypartner_companyTEXT
Date of partnershippartnership_dateDATETIME
News report publishing dateevent_timeDATETIME
Partnership purposepurpose_of_partnershipTEXT
News event IDevent_idTEXT

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