Skip to main content
POST
Company Overview

公司概览

URL: /v1/stock/company-overview 方法: POST
描述: 获取公司综合信息,包括基本面和业务概览。

请求参数

symbolsnames 至少需要提供一个参数。

响应参数

请求示例

cURL
Python

响应示例

错误响应

Authorizations

Authorization
string
header
required

Enter your Bearer token

Body

application/json

Input schema for company overview

symbols
string

The symbol of the stock. You can enter multiple items, separated by commas(,)

Example:

"HK:00700,US:AAPL"

names
string

The name of the stock. You can enter multiple items, separated by commas(,)

Example:

"腾讯,苹果"

Response

Successful Response

Generic response wrapper from stock API

status
integer

HTTP status code

code
integer

Response code (0 for success)

message
string

Response message

data
Data · object

Response data (structure varies by endpoint)