1
0

feat: 增加新的财务指标采集模式

This commit is contained in:
2025-09-14 23:17:04 +08:00
parent 7fa524b8d5
commit 4cc7d2344f
8 changed files with 399 additions and 12 deletions

View File

@@ -197,10 +197,8 @@ Content-Type: application/json
"period": "20191231"
},
"fields": [
"accounts_receiv",
"accounts_receiv_bill",
"oth_rcv_total",
"acc_receivable"
"total_liab_hldr_eqy",
"total_assets"
]
}
@@ -212,13 +210,15 @@ Content-Type: application/json
"api_name": "fina_indicator",
"token": "{{api_key}}",
"params": {
"ts_code": "000002.SZ",
"period": "20231231"
"ts_code": "600132.SH",
"period": "20191231"
},
"fields": [
"ann_date",
"ocf_to_shortdebt",
"currentdebt_to_debt"
"current_ratio",
"quick_ratio",
"invturn_days",
"arturn_days",
"ar_turn"
]
}