Strategic insights on public companies

Endpoint: POST /businesses/pc_strategy_10k/enrich

Description

The Strategic Insights Enrichment endpoint provides in-depth information on the strategic direction, operational focus, and value proposition of public companies. This dataset is valuable for investors, corporate strategists, and competitive analysts aiming to understand a company's market positioning and future plans.

The data includes:

  • Target markets and primary business focus areas.
  • Value proposition highlighting key differentiators and competitive strengths.
  • Partnerships and supplier relationships to understand ecosystem dependencies.
  • Product development and innovation strategies.
  • Sales and marketing priorities to evaluate business growth plans.

This information is sourced from regulatory filings, earnings reports, and official company disclosures to provide a comprehensive understanding of a company's strategic roadmap.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves strategic insights, partnerships, and growth plans from company reports.
  • Output: A structured response summarizing corporate focus, product development, and market positioning.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/strategic-insights/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Use strategic insights to assess a company’s market positioning and growth strategy.
  • Analyze product development trends to understand innovation pipelines and investment focus.
  • Leverage partnership data to identify key supply chain dependencies and alliances.
  • Compare value propositions across competitors to evaluate differentiation strategies.
Strategic Insights Output Signal
SignalAPI NameDescriptionData Type
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
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
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
Company's target market strategytarget_marketText describing the company's target market strategy. Insights extracted from publicly published reports.TEXT
Company's value propositioncompany_value_propositionText describing the company's core product or service value proposition strategy. Insights extracted from publicly published reports.TEXT
Company's focus and strategycompany_focusText describing the company's main focus areas and business strategy. Insights extracted from publicly published reports.TEXT
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.TEXT
Company namecompany_nameName of the company.TEXT
Time of filingfiled_atDate and time the filing was submitted, formatted YYYY-MM-DDTHH:MM:SS±HH:MM.DATETIME
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
Company's partnership strategycompany_partnershipsText describing the company's partnership strategy. Insights extracted from publicly published reports.TEXT
Company's product developmentcompany_product_developmentText describing the company's product development focus and strategy. Insights extracted from publicly published reports.TEXT
Company's marketing and sales strategycompany_marketing_salesText describing the company's marketing and sales strategy. Insights extracted from publicly published reports.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!