近年利润
近一年各季度利润
描述:
根据《股票列表》得到的股票代码获取上市公司近一年各个季度的利润,按截止日期倒序。更新时间:
每个交易日约16点左右请求频率:
每秒不大于10次返回格式:
JSON温馨提示:
接口A每日累计请求5000次后限速测试KEY:
mushuju.com【约每10秒1次】测试一下
请求参数
参数名称 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|
key | String | Yes | 密钥,开通VIP后即可获取 |
参数名为空 | String | Yes | 股票代码 |
返回参数
参数名称 | 参数类型 | 参数描述 |
---|---|---|
date | string | 截止日期yyyy-MM-dd |
income | string | 营业收入(万元) |
expend | string | 营业支出(万元) |
profit | string | 营业利润(万元) |
totalp | string | 利润总额(万元) |
reprofit | string | 净利润(万元) |
basege | string | 基本每股收益(元/股) |
ettege | string | 稀释每股收益(元/股) |
otherp | string | 其他综合收益(万元) |
totalcp | string | 综合收益总额(万元) |
[
{
"date": "2021-12-31",
"income": "16,938,300.00",
"expend": "4,958,100.00",
"profit": "4,598,500.00",
"totalp": "4,587,900.00",
"reprofit": "3,633,600.00",
"basege": "1.7300",
"ettege": "1.7300",
"otherp": "132,300.00",
"totalcp": "3,765,900.00"
},
{
"date": "2021-09-30",
"income": "12,719,000.00",
"expend": "3,659,900.00",
"profit": "3,682,900.00",
"totalp": "3,678,700.00",
"reprofit": "2,913,500.00",
"basege": "1.4000",
"ettege": "1.4000",
"otherp": "111,400.00",
"totalcp": "3,024,900.00"
},
{
"date": "2021-06-30",
"income": "8,468,000.00",
"expend": "2,398,000.00",
"profit": "2,241,500.00",
"totalp": "2,234,100.00",
"reprofit": "1,758,300.00",
"basege": "0.8000",
"ettege": "0.8000",
"otherp": "100,100.00",
"totalcp": "1,858,400.00"
}
]