Competitive landscape of public companies

Endpoint: POST /businesses/pc_competitive_landscape_10k/enrich

Description

The Competitive Landscape Enrichment endpoint provides insights into a company's market positioning, competitive differentiation, and key competitors. This dataset is valuable for investors, market analysts, and business strategists aiming to understand industry competition and corporate advantages.

The data includes:

  • Competitive differentiation factors, highlighting a company’s unique strengths.
  • Key competitors, listing rival companies in the same industry.
  • Links to official SEC filings, such as 10-K reports, providing further competitive insights.

This information is sourced from publicly available financial reports, regulatory filings, and industry analysis to offer a comprehensive view of market positioning and competition.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves competitor analysis, differentiation factors, and relevant regulatory filings.
  • Output: A structured response summarizing market positioning and competitive landscape.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/competitive-landscape/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Use competitor analysis to benchmark against industry leaders and identify market gaps.
  • Leverage differentiation insights to refine branding, positioning, and value propositions.
  • Utilize regulatory filings for deeper due diligence on corporate strategies and competition.
  • Cross-reference competitive insights with financial metrics and firmographic data for a complete market view.
Competitive Landscape Output Signal
SignalAPI NameDescriptionData Type
Company's CIKcikUnique numeric identifier assigned by the SEC distinguishing a company in the EDGAR filing system. Typically consists of up to 10 digits and may include leading zeros. Used for retrieving financial filings and compliance documents.TEXT
10-K filing index linklink_to_filing_detailsURL linking to the index page of the company's specific 10-K filing, which lists the main filing document, exhibits, and supplemental files submitted to the SEC.TEXT
Form descriptionform_descriptionSummary of the filing, including the type of form submitted, the statutory authority requiring its submission, and details on whether specific disclosures are included or excluded.TEXT
Competitive differentiationcompetitive_differentiationText describing the company's unique value and differentiators from competitors.TEXT
Time of filingfiled_atDate and time the filing was submitted, formatted YYYY-MM-DDTHH:MM:SS±HH:MM.TEXT
Company namecompany_nameName of the company.TEXT
10-K filing document linklink_to_htmlURL linking to the main HTML document of the company's specific 10-K filing, containing financial statements, management analysis, and other key information submitted to the SEC.TEXT
Key competitorskey_competitorsList of the company's competitors.TEXT
File's accession numberaccession_numberUnique identifier for the file submitted by the company to the SEC, including the company’s CIK, the fiscal year of the filing, and the sequential number of the filing within that year.TEXT
Form typeform_typeType of form that was filed by the company. In most cases, the form type is 10-K.TEXT
Ticker symboltickerStock symbol associated with the company, composed of characters representing publicly traded securities on an exchange. The symbol is used to place trade orders.TICKER

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!