Get Single Company Details
Feature Overview OpenAPI JSON Spec Retrieve detailed information of a single company based on stock symbol or company name keyword, including basic information, financial data, and valuation metrics. Suitable for company detail pages, investment analysis, financial research, and more. Main Use Cases
- Company Detail Pages: Display complete information of a single company
- Investment Analysis: Obtain financial indicators and valuation data of companies
- Financial Research: Analyze key metrics such as revenue, profit, and valuation
- Mobile Applications: Provide data interface for company detail pages
- Desktop Software: Provide company data for professional investment software
Query Parameter Description
Supports two query methods:
- Exact Query: Find company precisely by stock symbol
- Fuzzy Query: Fuzzy match by company name keyword
Response Data Description
The returned company information includes:
- Basic Info: Stock symbol, company name, industry classification, exchange, etc.
- Financial Data: Revenue, net income, earnings per share, profit margins, etc.
- Valuation Metrics: P/E ratio, P/B ratio, P/S ratio, dividend yield, etc.
- Growth Metrics: Revenue YoY growth, net income YoY growth, etc.
Usage Examples
-
Query Apple company by stock symbol:
?symbol=AAPL -
Query by company name keyword:
?name_kw=Apple -
Use both stock symbol and name keyword:
?symbol=AAPL&name_kw=Apple
Best Practices
- Prioritize using stock symbol for exact queries, faster response
- Name keyword query supports fuzzy matching, suitable for search functionality
- Recommend caching query results for popular companies
- For mobile applications, preload data for commonly used companies
Important Notes
- Symbol parameter must be uppercase, e.g., AAPL, GOOGL
- name_kw parameter supports Chinese and English, case-insensitive
- If both symbol and name_kw are provided, symbol takes priority
- Financial data is from the latest quarterly report
- Valuation metrics are real-time or latest available data
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (uppercase, e.g., AAPL)
Company name keyword (English, case-insensitive)

