post https://api.explorium.ai/v1/businesses/pc_competitive_landscape_10k/enrich
Endpoint: POST /businesses/pc_competitive_landscape_10k/enrich
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
Signal | API Name | Description | Data Type |
---|---|---|---|
Company's CIK | cik | Unique 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 link | link_to_filing_details | URL 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 description | form_description | Summary 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 differentiation | competitive_differentiation | Text describing the company's unique value and differentiators from competitors. | TEXT |
Time of filing | filed_at | Date and time the filing was submitted, formatted YYYY-MM-DDTHH:MM:SS±HH:MM. | TEXT |
Company name | company_name | Name of the company. | TEXT |
10-K filing document link | link_to_html | URL 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 competitors | key_competitors | List of the company's competitors. | TEXT |
File's accession number | accession_number | Unique 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 type | form_type | Type of form that was filed by the company. In most cases, the form type is 10-K. | TEXT |
Ticker symbol | ticker | Stock 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