财务衍生(滚动十二期) (cn_stock_financial_ttm_shift)

数据描述: 该表提供了基于滚动十二期(TTM, Trailing Twelve Months)计算的财务衍生数据,包括现金流量表、利润表的相关字段和内容。滚动十二期数据是一种常用的财务分析方法,通过连续累加最近四个季度的数据,提供了对公司最近一年财务表现的即时视角。

文档
数据简介

用例
* 用例1:查询特定股票的TTM财务数据 ``` import dai df = dai.query(""" SELECT date, instrument, report_date, shift, operating_revenue_ttm, net_profit_ttm, invest_income_ttm FROM cn_stock_financial_ttm_shift WHERE instrument = '000001.SZ' ORDER BY date,instrument,report_date""", filters={"date": ["2022-03-10"]} ).df() ``` * 用例2:特定时期内TTM 营业收入和净利润对比分析 ``` import dai df = dai.query(""" SELECT date, instrument, report_date, operating_revenue_ttm, net_profit_ttm FROM cn_stock_financial_ttm_shift WHERE instrument = '000001.SZ' AND shift = 0 ORDER BY date,instrument,report_date""", filters={"date": ["2022-03-10", "2024-05-06"]} ).df() ``` * 用例3:分析公司筹资活动中现金流的变动趋势 ``` import dai df = dai.query(""" SELECT date, instrument, report_date, net_cfffa_ttm FROM cn_stock_financial_ttm_shift WHERE instrument = '000001.SZ' AND shift = 0 ORDER BY date,instrument,report_date""", filters={"date": ["2022-03-10", "2024-05-06"]} ).df() ```
表结构
字段 字段类型 字段描述
total_operating_revenue_ttm DOUBLE 营业总收入(滚动十二期)
eps_basic_ttm DOUBLE 基本每股收益(滚动十二期)
increase_in_operating_payables_ttm DOUBLE 经营性应付项目的增加(滚动十二期)
totbal_diff_of_net_profit_ttm DOUBLE 净利润差额(合计平衡科目)(滚动十二期)
eps_diluted_ttm DOUBLE 稀释每股收益(滚动十二期)
subtotal_of_coffa_ttm DOUBLE 筹资活动现金流出小计(滚动十二期)
subtotal_of_cofia_ttm DOUBLE 投资活动现金流出小计(滚动十二期)
cash_paid_by_acquiring_subsidiaries_ttm DOUBLE 取得子公司及其他营业单位支付的现金净额(滚动十二期)
net_cfffa_ttm DOUBLE 筹资活动产生的现金流量净额(滚动十二期)
date TIMESTAMP_NS -
net_cffia_ttm DOUBLE 投资活动产生的现金流量净额(滚动十二期)
net_cffoa_ttm DOUBLE 经营活动产生的现金流量净额(滚动十二期)
other_cofoa_ttm DOUBLE 支付其他与经营活动有关的现金(滚动十二期)
cce_balance_ending_ttm DOUBLE 现金等价物的期末余额(滚动十二期)
othcom_income_cannt_reclass_under_equity_method_ttm DOUBLE 权益法下在被投资单位不能重分类进损益的其他综合收益中享有的份额(滚动十二期)
own_credit_risk_fair_value_chg_ttm DOUBLE 企业自身信用风险公允价值变动(滚动十二期)
asset_impairment_reserve_ttm DOUBLE 资产减值准备(滚动十二期)
othcom_income_cannt_reclass_ttm DOUBLE 以后不能重分类进损益的其他综合收益(滚动十二期)
fair_value_chg_gain_ttm DOUBLE 公允价值变动收益(滚动十二期)
income_tax_expense_ttm DOUBLE 所得税费用(滚动十二期)
fin_interest_income_ttm DOUBLE 财务费用:利息收入(滚动十二期)
debt_transfer_to_capital_ttm DOUBLE 债务转为资本(滚动十二期)
total_comprehensive_income_to_parent_shareholders_ttm DOUBLE 归属于母公司股东的综合收益总额(滚动十二期)
reinsurance_premium_expense_ttm DOUBLE 分保费用(滚动十二期)
credit_impairment_of_other_debt_investments_ttm DOUBLE 其他债权投资信用减值准备(滚动十二期)
other_equity_instruments_fair_value_chg_ttm DOUBLE 其他权益工具投资公允价值变动(滚动十二期)
fee_and_commission_costs_ttm DOUBLE 手续费及佣金支出(滚动十二期)
net_cash_received_from_disposal_filt_assets_ttm DOUBLE 处置固定资产、无形资产和其他长期资产收回的现金净额(滚动十二期)
spec_diff_of_netinc_in_cce_indirect_ttm DOUBLE 间接法-现金及现金等价物净增加额差额(特殊报表科目)(滚动十二期)
net_cffoa_indirect_ttm DOUBLE 间接法-经营活动产生的现金流量净额(滚动十二期)
netinc_in_loans_from_other_fin_institutions_ttm DOUBLE 向其他金融机构拆入资金净增加额(滚动十二期)
cash_balance_beginning_ttm DOUBLE 现金的期初余额(滚动十二期)
credit_impairment_loss_in_cashflow_sheet_ttm DOUBLE 信用减值损失(滚动十二期)
interest_costs_ttm DOUBLE 利息支出(滚动十二期)
insurance_premium_income_ttm DOUBLE 已赚保费(滚动十二期)
totbal_diff_of_coffa_ttm DOUBLE 筹资活动现金流出差额(合计平衡科目)(滚动十二期)
totbal_diff_of_cofia_ttm DOUBLE 投资活动现金流出差额(合计平衡科目)(滚动十二期)
cashflow_hedge_reserve_ttm DOUBLE 现金流量套期储备(滚动十二期)
totbal_diff_of_cofoa_ttm DOUBLE 经营活动现金流出差额(合计平衡科目)(滚动十二期)
totbal_diff_of_total_profit_ttm DOUBLE 利润总额差额(合计平衡科目)(滚动十二期)
spec_diff_of_netinc_in_cce_ttm DOUBLE 直接法-现金及现金等价物净增加额差额(特殊报表科目)(滚动十二期)
net_profit_to_minority_ttm DOUBLE 少数股东损益(滚动十二期)
asset_disposal_income_ttm DOUBLE 资产处置收益(滚动十二期)
taxes_and_levies_rebates_ttm DOUBLE 收到的税费返还(滚动十二期)
asset_impairment_loss_ttm DOUBLE 资产减值损失(滚动十二期)
total_comprehensive_income_ttm DOUBLE 综合收益总额(滚动十二期)
cash_paid_for_debt_repayment_ttm DOUBLE 偿还债务支付的现金(滚动十二期)
netinc_in_pledge_loans_ttm DOUBLE 质押贷款净增加额(滚动十二期)
cash_paid_for_dividends_profits_interests_ttm DOUBLE 分配股利、利润或偿付利息支付的现金(滚动十二期)
cce_balance_beginning_ttm DOUBLE 现金等价物的期初余额(滚动十二期)
other_cannt_reclass_ttm DOUBLE 其他以后不能重分类进损益(滚动十二期)
othcom_income_to_parent_shareholders_ttm DOUBLE 归属母公司所有者的其他综合收益(滚动十二期)
chg_by_remeasurements_ttm DOUBLE 重新计量设定受益计划净负债或净资产的变动(滚动十二期)
selling_epense_ttm DOUBLE 销售费用(滚动十二期)
subtotal_ciffa_ttm DOUBLE 筹资活动现金流入小计(滚动十二期)
othcom_income_reclass_under_equity_method_ttm DOUBLE 权益法下在被投资单位以后将重分类进损益的其他综合收益中享有的份额(滚动十二期)
subtotal_cifia_ttm DOUBLE 投资活动现金流入小计(滚动十二期)
subtotal_cifoa_ttm DOUBLE 经营活动现金流入小计(滚动十二期)
fin_lease_fixed_assets_ttm DOUBLE 融资租入固定资产(滚动十二期)
totbal_diff_of_netinc_in_cce_ttm DOUBLE 直接法-现金及现金等价物净增加额差额(合计平衡科目)(滚动十二期)
cash_paid_by_subsidiaries_to_minority_ttm DOUBLE 子公司支付给少数股东的股利、利润(滚动十二期)
operating_profit_ttm DOUBLE 营业利润(滚动十二期)
totbal_diff_of_net_cfffa_ttm DOUBLE 筹资活动产生的现金流量净额差额(合计平衡科目)(滚动十二期)
amortization_of_longterm_deferred_expenses_ttm DOUBLE 长期待摊费用摊销(滚动十二期)
cash_received_from_sales_and_services_ttm DOUBLE 销售商品、提供劳务收到的现金(滚动十二期)
netinc_in_deposits_ttm DOUBLE 客户存款和同业存放款项净增加额(滚动十二期)
cce_beginning_ttm DOUBLE 期初现金及现金等价物余额(滚动十二期)
nonoperating_costs_ttm DOUBLE 营业外支出(滚动十二期)
continuing_operation_net_profit_ttm DOUBLE (一)持续经营净利润(滚动十二期)
income_derecognition_of_fin_assets_at_amortized_cost_ttm DOUBLE 以摊余成本计量的金融资产终止确认收益(滚动十二期)
cash_paid_for_other_financing_ttm DOUBLE 支付其他与筹资活动有关的现金(滚动十二期)
cash_received_from_interests_fess_and_commissions_ttm DOUBLE 收取利息、手续费及佣金的现金(滚动十二期)
cash_paid_for_other_investing_ttm DOUBLE 支付其他与投资活动有关的现金(滚动十二期)
research_and_development_expense_ttm DOUBLE 研发费用(滚动十二期)
netinc_in_loans_from_banks_and_fin_institutions_ttm DOUBLE 拆入资金净增加额(滚动十二期)
loss_from_fair_value_chg_ttm DOUBLE 公允价值变动损失(滚动十二期)
exchange_gain_ttm DOUBLE 汇兑收益(滚动十二期)
spec_diff_of_operating_revenue_ttm DOUBLE 营业总收入差额(特殊报表科目)(滚动十二期)
cash_received_from_bond_issue_ttm DOUBLE 发行债券收到的现金(滚动十二期)
cash_paid_for_interests_fees_and_commissions_ttm DOUBLE 支付利息、手续费及佣金的现金(滚动十二期)
invest_income_ttm DOUBLE 投资收益(滚动十二期)
cash_received_from_premiums_ttm DOUBLE 收到原保险合同保费取得的现金(滚动十二期)
spec_diff_of_net_cffia_ttm DOUBLE 投资活动产生的现金流量净额差额(特殊报表科目)(滚动十二期)
available_for_sale_fin_assets_fair_value_chg_ttm DOUBLE 可供出售金融资产公允价值变动损益(滚动十二期)
spec_diff_of_net_cffoa_ttm DOUBLE 经营活动产生的现金流量净额差额(特殊报表科目)(滚动十二期)
netinc_in_loans_and_advances_ttm DOUBLE 客户贷款及垫款净增加额(滚动十二期)
loss_from_disposal_of_fa_ia_lta_ttm DOUBLE 处置固定资产、无形资产和其他长期资产的损失(滚动十二期)
totbal_diff_of_net_cffia_ttm DOUBLE 投资活动产生的现金流量净额差额(合计平衡科目)(滚动十二期)
net_amount_of_insurance_reserve_ttm DOUBLE 提取保险合同准备金净额(滚动十二期)
totbal_diff_of_net_cffoa_ttm DOUBLE 经营活动产生的现金流量净额差额(合计平衡科目)(滚动十二期)
income_translation_diff_of_foreign_currency_ttm DOUBLE 外币财务报表折算差额(滚动十二期)
effect_of_exchange_chg_on_cce_ttm DOUBLE 汇率变动对现金及现金等价物的影响(滚动十二期)
cash_received_by_subsidiaries_from_minority_ttm DOUBLE 子公司吸收少数股东投资收到的现金(滚动十二期)
spec_diff_of_cifia_ttm DOUBLE 投资活动现金流入差额(特殊报表科目)(滚动十二期)
othcom_income_from_reclass_of_fin_assets_ttm DOUBLE 金融资产重分类计入其他综合收益的金额(滚动十二期)
spec_diff_of_cifoa_ttm DOUBLE 经营活动现金流入差额(特殊报表科目)(滚动十二期)
expense_on_policy_dividends_ttm DOUBLE 保单红利支出(滚动十二期)
fin_interest_expense_ttm DOUBLE 财务费用:利息费用(滚动十二期)
othcom_income_reclass_ttm DOUBLE 以后将重分类进损益的其他综合收益(滚动十二期)
spec_diff_of_cofia_ttm DOUBLE 投资活动现金流出差额(特殊报表科目)(滚动十二期)
finance_expense_ttm DOUBLE 财务费用(滚动十二期)
spec_diff_of_cofoa_ttm DOUBLE 经营活动现金流出差额(特殊报表科目)(滚动十二期)
income_othcom_income_ttm DOUBLE 其他综合收益(滚动十二期)
netinc_in_insurance_deposits_and_invest_ttm DOUBLE 保户储金及投资款净增加额(滚动十二期)
cash_received_from_disposal_investments_ttm DOUBLE 收回投资收到的现金(滚动十二期)
netinc_in_borrowings_from_central_bank_ttm DOUBLE 向中央银行借款净增加额(滚动十二期)
netinc_deposits_central_bank_interbank_ttm DOUBLE 存放中央银行和同业款项净增加额(滚动十二期)
instrument VARCHAR 证券代码
totbal_diff_of_net_cffoa_indirect_ttm DOUBLE 间接法-经营活动现金流量净额差额(合计平衡科目)(滚动十二期)
netinc_in_cce_ttm DOUBLE 现金及现金等价物净增加额(滚动十二期)
cash_paid_for_employees_ttm DOUBLE 支付给职工以及为职工支付的现金(滚动十二期)
spec_diff_of_operating_costs_ttm DOUBLE 营业总成本差额(特殊报表科目)(滚动十二期)
operating_revenue_ttm DOUBLE 营业收入(滚动十二期)
interest_income_ttm DOUBLE 利息收入(滚动十二期)
netinc_in_disposal_fin_assets_ttm DOUBLE 处置以公允价值计量且其变动计入当期损益的金融资产净增加额(滚动十二期)
other_reclass_ttm DOUBLE 其他以后将重分类进损益(滚动十二期)
other_debt_investments_fair_value_chg_ttm DOUBLE 其他债权投资公允价值变动(滚动十二期)
increase_in_deferred_tax_liabilities_ttm DOUBLE 递延所得税负债增加(滚动十二期)
credit_impairment_loss_ttm DOUBLE 信用减值损失(滚动十二期)
decrease_in_inventories_ttm DOUBLE 存货的减少(滚动十二期)
invest_loss_ttm DOUBLE 投资损失(滚动十二期)
taxes_and_levies_ttm DOUBLE 税金及附加(滚动十二期)
totbal_diff_of_operating_revenue_ttm DOUBLE 营业总收入差额(合计平衡科目)(滚动十二期)
cash_received_from_other_investing_ttm DOUBLE 收到其他与投资活动有关的现金(滚动十二期)
subtotal_cofoa_ttm DOUBLE 经营活动现金流出小计(滚动十二期)
shift TINYINT 偏移报告期
spec_diff_of_net_cffoa_indirect_ttm DOUBLE 间接法-经营活动现金流量净额差额(特殊报表科目)(滚动十二期)
conv_corp_bonds_within_1y_ttm DOUBLE 一年内到期的可转换公司债券(滚动十二期)
other_income_ttm DOUBLE 其他收益(滚动十二期)
discontinued_operation_net_profit_ttm DOUBLE (二)终止经营净利润(滚动十二期)
noncurr_assets_dispose_gain_ttm DOUBLE 非流动资产处置利得(滚动十二期)
cash_received_from_other_financing_ttm DOUBLE 收到其他与筹资活动有关的现金(滚动十二期)
noncurr_assets_dispose_loss_ttm DOUBLE 非流动资产处置损失(滚动十二期)
cash_balance_ending_ttm DOUBLE 现金的期末余额(滚动十二期)
decrease_in_operating_receivables_ttm DOUBLE 经营性应收项目的减少(滚动十二期)
cash_received_from_other_operating_ttm DOUBLE 收到其他与经营活动有关的现金(滚动十二期)
nonoperating_income_ttm DOUBLE 营业外收入(滚动十二期)
spec_diff_of_operating_profit_ttm DOUBLE 营业利润差额(特殊报表科目)(滚动十二期)
depreciation_of_fa_oga_pba_ttm DOUBLE 固定资产折旧、油气资产折耗、生产性生物资产折旧(滚动十二期)
totbal_diff_of_operating_profit_ttm DOUBLE 营业利润差额(合计平衡科目)(滚动十二期)
gains_or_losses_from_htm_to_afs_ttm DOUBLE 持有至到期投资重分类为可供出售金融资产损益(滚动十二期)
decrease_in_deferred_tax_assets_ttm DOUBLE 递延所得税资产减少(滚动十二期)
totbal_diff_of_operating_costs_ttm DOUBLE 营业总成本差额(合计平衡科目)(滚动十二期)
net_cash_received_from_disposal_subsidiaries_ttm DOUBLE 处置子公司及其他营业单位收到的现金净额(滚动十二期)
total_profit_ttm DOUBLE 利润总额(滚动十二期)
finance_expenses_in_cashflow_sheet_ttm DOUBLE 现金流量表-财务费用(滚动十二期)
fee_and_commission_income_ttm DOUBLE 手续费及佣金收入(滚动十二期)
return_on_investment_ttm DOUBLE 取得投资收益收到的现金(滚动十二期)
amorization_of_intangible_assets_ttm DOUBLE 无形资产摊销(滚动十二期)
net_profit_to_parent_shareholders_ttm DOUBLE 归属于母公司所有者的净利润(滚动十二期)
administrative_expense_ttm DOUBLE 管理费用(滚动十二期)
spec_diff_of_coffa_ttm DOUBLE 筹资活动现金流出差额(特殊报表科目)(滚动十二期)
surrenders_ttm DOUBLE 退保金(滚动十二期)
invest_income_of_jv_and_associates_ttm DOUBLE 对联营企业和合营企业的投资收益(滚动十二期)
net_insurance_claims_paid_ttm DOUBLE 赔付支出净额(滚动十二期)
netinc_in_repurchase_transactions_ttm DOUBLE 回购业务资金净增加额(滚动十二期)
net_income_of_open_hedge_ttm DOUBLE 净敞口套期收益(滚动十二期)
report_date TIMESTAMP_NS 报告期
cash_paid_for_goods_and_services_ttm DOUBLE 购买商品、接受劳务支付的现金(滚动十二期)
loss_from_scraping_of_fixed_assets_ttm DOUBLE 固定资产报废损失(滚动十二期)
netinc_in_cce_indirect_ttm DOUBLE 间接法-现金及现金等价物净增加额(滚动十二期)
net_profit_ttm DOUBLE 净利润(滚动十二期)
totbal_diff_of_netinc_in_cce_indirect_ttm DOUBLE 间接法-现金及现金等价物净增加额差额(合计平衡科目)(滚动十二期)
net_cash_received_from_reinsurance_ttm DOUBLE 收到再保业务现金净额(滚动十二期)
totbal_diff_of_ciffa_ttm DOUBLE 筹资活动现金流入差额(合计平衡科目)(滚动十二期)
capital_contributions_received_ttm DOUBLE 吸收投资收到的现金(滚动十二期)
totbal_diff_of_cifia_ttm DOUBLE 投资活动现金流入差额(合计平衡科目)(滚动十二期)
cash_paid_for_policy_dividends_ttm DOUBLE 支付保单红利的现金(滚动十二期)
totbal_diff_of_cifoa_ttm DOUBLE 经营活动现金流入差额(合计平衡科目)(滚动十二期)
cash_paid_for_taxes_and_levies_ttm DOUBLE 支付的各项税费(滚动十二期)
others_in_cashflow_sheet_ttm DOUBLE 其他(滚动十二期)
effective_of_gains_or_losses_on_cashflow_hedge_ttm DOUBLE 现金流量套期损益的有效部分(滚动十二期)
total_operating_costs_ttm DOUBLE 营业总成本(滚动十二期)
cce_ending_ttm DOUBLE 期末现金及现金等价物余额(滚动十二期)
cash_paid_for_filt_assets_ttm DOUBLE 购建固定资产、无形资产和其他长期资产支付的现金(滚动十二期)
operating_costs_ttm DOUBLE 营业成本(滚动十二期)
cash_paid_for_investments_ttm DOUBLE 投资支付的现金(滚动十二期)
spec_diff_of_net_profit_ttm DOUBLE 净利润差(特殊报表科目)(滚动十二期)
spec_diff_of_net_cfffa_ttm DOUBLE 筹资活动产生的现金流量净额差额(特殊报表科目)(滚动十二期)
othcom_income_to_minority_ttm DOUBLE 归属于少数股东的其他综合收益(滚动十二期)
cash_received_from_borrowings_ttm DOUBLE 取得借款收到的现金(滚动十二期)
net_profit_in_cashflow_sheet_ttm DOUBLE 现金流量表-净利润(滚动十二期)
spec_diff_of_ciffa_ttm DOUBLE 筹资活动现金流入差额(特殊报表科目)(滚动十二期)
cash_paid_for_claims_ttm DOUBLE 支付原保险合同赔付款项的现金(滚动十二期)
spec_diff_of_total_profit_ttm DOUBLE 利润总额差额(特殊报表科目)(滚动十二期)

表名cn_stock_financial_ttm_shift

起始时间:

最近更新时间: