获取财务曲线(get_finance_curve)
获取财务曲线
URL
https://sandbox.hscloud.cn/isee/v1/get_finance_curve |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET,POST |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
curve_code | String | 是 | 1 公积金 2 总同比收入 3 净利润同比 4 现金流比率 5 资产负债率 6 非扣净利率 7 净利率 8 净资产收益率 9 PB 10 PE 多条曲线用逗号分隔 |
java.lang.String
|
||
stock_code | String | 是 | 证券代码 |
java.lang.String
|
||
user_token | String | 否 | 用户口令 |
java.lang.String
|
||
chnl | String | 是 | 渠道编号 |
java.lang.String
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
accumulation_fund_ps_curve | Object | 象 | 公积金曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
total_operating_revenue_ps_curve | Object | 象 | 总同比收入曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
net_profit_growrate_curve | Object | 象 | 净利润同比曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
nocf_to_currentliability_curve | Object | 象 | 现金流比率曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
debt_assets_ratio_curve | Object | 象 | 资产负债率曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
net_profit_cut_curve | Object | 象 | 非扣净利率曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
roattm_curve | Object | 象 | 净利率曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
roettm_curve | Object | 象 | 净资产收益率曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
pb_curve | Object | 象 | PB曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
pe_curve | Object | 象 | PE曲线 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|