1
0

fix: 修复财务报表的接口字段

This commit is contained in:
2025-09-12 00:20:10 +08:00
parent 6ed33e43f1
commit fe5f303241
5 changed files with 74 additions and 37 deletions

View File

@@ -134,7 +134,6 @@ public class TuShareService {
"compr_inc_attr_p",
"compr_inc_attr_m_s",
"ebit",
"ebida",
"undist_profit",
"distable_profit",
"rd_exp",
@@ -159,7 +158,7 @@ public class TuShareService {
"ts_code",
"total_share",
"cap_rese",
"undist_profit",
"undistr_porfit",
"money_cap",
"accounts_receiv",
"inventories",
@@ -175,16 +174,16 @@ public class TuShareService {
"st_borr",
"acct_payable",
"adv_receipts",
"total_cur_lab",
"total_cur_liab",
"total_ncl",
"total_lab",
"total_liab",
"total_hldr_eqy_exc_min_int",
"total_hldr_eqy_inc_min_int",
"total_lab_hldr_eqy",
"total_liab_hldr_eqy",
"acc_receivable",
"payables",
"accounts_receiv_bill",
"accounts_pay_bill",
"accounts_pay",
"oth_rcv_total",
"fix_assets_total"
)
@@ -204,16 +203,16 @@ public class TuShareService {
List.of(
"ts_code",
"net_profit",
"fin_exp",
"c_f_sale_sg",
"c_f_oth_oper_a",
"finan_exp",
"c_fr_sale_sg",
"c_inf_fr_operate_a",
"c_paid_to_for_empl",
"c_paid_for_taxes",
"st_cashflow_act",
"stoc_inflows_inv_act",
"c_paid_subs_oth_biz",
"stoc_cashout_inv_act",
"stoc_cashout_fin_act",
"n_cashflow_act",
"stot_inflows_inv_act",
"c_pay_acq_const_fiolta",
"stot_out_inv_act",
"stot_cashout_fnc_act",
"c_cash_equ_beg_period",
"c_cash_equ_end_period"
)

View File

@@ -171,8 +171,20 @@ Content-Type: application/json
"period": "20231231"
},
"fields": [
"ann_date",
"n_cashflow_act"
"ts_code",
"net_profit",
"finan_exp",
"c_fr_sale_sg",
"c_inf_fr_operate_a",
"c_paid_to_for_empl",
"c_paid_for_taxes",
"n_cashflow_act",
"stot_inflows_inv_act",
"c_pay_acq_const_fiolta",
"stot_out_inv_act",
"stot_cashout_fnc_act",
"c_cash_equ_beg_period",
"c_cash_equ_end_period"
]
}
@@ -181,16 +193,44 @@ POST {{api_url}}
Content-Type: application/json
{
"api_name": "balancesheet",
"api_name": "balancesheet_vip",
"token": "{{api_key}}",
"params": {
"ts_code": "000002.SZ",
"period": "20231231"
"ts_code": "000001.SZ",
"period": "20241231"
},
"fields": [
"ann_date",
"ts_code",
"total_share",
"cap_rese",
"undistr_porfit",
"money_cap",
"accounts_receiv",
"inventories",
"total_cur_assets",
"lt_eqt_invest",
"lt_rec",
"fix_assets",
"r_and_d",
"goodwill",
"total_nca",
"total_assets",
"lt_borr",
"st_borr",
"acct_payable",
"adv_receipts",
"total_cur_liab",
"oth_cur_liab"
"total_ncl",
"total_liab",
"total_hldr_eqy_exc_min_int",
"total_hldr_eqy_inc_min_int",
"total_liab_hldr_eqy",
"acc_receivable",
"payables",
"accounts_receiv_bill",
"accounts_pay",
"oth_rcv_total",
"fix_assets_total"
]
}