Skip to main content
POST
Company Balance Sheet

资产负债表

URL: /v1/stock/company-balance-sheet 方法: POST
描述: 获取公司资产负债表数据。

请求参数

响应参数

请求示例

cURL
Python

响应示例

错误响应

Authorizations

Authorization
string
header
required

Enter your Bearer token

Body

application/json

Input schema for company balance sheet

symbol
string
required

Stock symbol

period
string

Report cycle: 'annual', 'quarterly'

limit
integer

Return latest N records, default 8

start_date
string

Start date (YYYY-MM-DD)

end_date
string

End date (YYYY-MM-DD)

calendar
string

'calendar' or 'fiscal', default 'fiscal'

fiscal_year
string

Specific fiscal year (e.g., '2023')

fiscal_quarter
string

Specific fiscal quarter (Q1, Q2, Q3, Q4, FY)

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)