近年利润

近一年各季度利润


描述:根据《股票列表》得到的股票代码获取上市公司近一年各个季度的利润,按截止日期倒序。
更新时间:每个交易日约16点左右
请求频率:每秒不大于10次
返回格式:JSON
温馨提示:接口A每日累计请求5000次后限速
测试KEY:mushuju.com【约每10秒1次】

测试一下
https://www.mushuju.com/data?key=您的key&path=time/f10/pf/股票代码&type=2
请求参数
参数名称 参数类型 是否必填 参数描述
key String Yes 密钥,开通VIP后即可获取
参数名为空 String Yes 股票代码


返回参数
参数名称 参数类型 参数描述
datestring截止日期yyyy-MM-dd
incomestring营业收入(万元)
expendstring营业支出(万元)
profitstring营业利润(万元)
totalpstring利润总额(万元)
reprofitstring净利润(万元)
basegestring基本每股收益(元/股)
ettegestring稀释每股收益(元/股)
otherpstring其他综合收益(万元)
totalcpstring综合收益总额(万元)
返回示例

[
{
"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"
}
]