财务附注-投资收益 (cn_stock_financial_note_investment_income)

数据描述: 该表详细记录了上市公司通过不同投资渠道获得的投资收益,包括长期股权投资(成本法和权益法核算)、交易性金融资产、持有至到期投资、可供出售金融资产的投资收益,以及这些投资的处置收益等。此外,还包括其他类型的投资收益和投资收益的总和。

文档
数据简介

### 数据简介 股票财务附注-投资收益数据表是一个非常重要的资源,因为它为投资者提供了关于上市公司投资收益的详细信息。这些数据可以帮助投资者更好地理解公司的投资行为和投资收益,从而为投资决策提供依据。例如,通过分析长期股权投资收益的变化,投资者可以了解到公司在股权投资方面的能力和效果;通过查看处置金融资产的投资收益,投资者可以了解到公司资产管理的效率;通过查看总投资收益,投资者可以评估公司的投资回报率。此外,这些数据还可以用于开发量化投资策略,例如基于投资收益的因子投资策略。 ### 数据说明 * 数据起始时间:2005-01-01 * 数据更新频率:不定期 * 数据单位:元 ### 收费标准 免费 ### 主键 | 关键字 | 释意 | | --- | --- | | date | 交易日期 | | instrument | 指证券代码,比如:000002.SZ,600001.SH | | report_date | 指财报的报告期:一季报表示为“xxxx-03-01”,半年报表示为“xxxx-06-30”,三季报表示为“xxxx-09-30”,年报表示为“xxxx-12-31”,其中 xxxx为年份 | change_type | 指报告类型,0表示首次披露的财务数据,1表示非首次披露或有更改的财务数据 | ### 数据供应者 BigQuant ### 使用场景 * 基本面分析:投资者可以通过查看上市公司的投资收益数据,了解公司的投资行为和投资效果,从而评估公司的投资能力和投资回报率。 * 量化投资:投资者可以基于投资收益数据开发量化投资策略,例如基于投资收益的因子投资策略。 * 风险管理:投资者可以通过分析投资收益数据,评估公司的投资风险,从而更好地进行风险管理。 ### 常见问题 #### Q:合计投资收益是如何计算的? A:合计投资收益是各类投资收益的合计,包括长期股权投资收益、处置金融资产的投资收益等。 #### Q:财报类型的数字代表什么意思? A:财报类型是一个整数,通常用来表示财报的类型,例如1表示年报,2表示半年报,3表示季报。 #### Q:投资收益数据是否考虑了通货膨胀因素? A:通常情况下,投资收益数据是基于公司财报中的原始数据,不考虑通货膨胀因素。

用例
* 用例1:分析2023年各公司各类投资收益 ``` import dai df = dai.query(""" SELECT date, instrument, report_date, total_invest_income, invest_income_from_helding_financial_assets, invest_income_from_helding_held_to_maturity, invest_income_from_helding_salesable_assets FROM cn_stock_financial_note_investment_income""", filters={"date": ["2023-01-01", "2023-12-31"]} ).df() ``` * 用例2:分析特定公司的长期股权投资收益 ``` import dai df = dai.query(""" SELECT date, instrument, report_date, long_term_equity_investment_income_by_cost_method, long_term_equity_investment_income_by_equity_method FROM cn_stock_financial_note_investment_income WHERE instrument='000001.SZ'""", filters={"date": ["2023-01-01", "2023-12-31"]} ).df() ``` * 用例3:查询某只股票在某个报告期的处置金融资产的投资收益 ``` import dai df = dai.query(""" SELECT date, report_date, invest_income_from_diposing_financial_assets FROM cn_stock_financial_note_investment_income WHERE instrument = '000002.SZ' AND report_date = '2022-12-31'""", full_db_scan=True ).df() ```
表结构
字段 字段类型 字段描述
change_type int8 财报类型
invest_income_from_diposing_held_to_maturity double 处置持有至到期金融资产取得的投资收益
total_invest_income double 合计
invest_income_from_other double 其他
invest_income_from_helding_financial_assets double 交易性金融资产在持有期间的投资收益
invest_income_from_helding_held_to_maturity double 持有至到期投资在持有期间的投资收益
__PARTITION__ int64 -
instrument string 证券代码
date timestamp[ns] -
invest_income_from_diposing_salesable_assets double 处置可供出售金融资产取得的投资收益
long_term_equity_investment_income_by_cost_method double 成本法核算的长期股权投资收益
long_term_equity_investment_income_by_equity_method double 权益法核算的长期股权投资收益
invest_income_from_saling_long_term_equity_investment double 处置长期股权投资产生的投资收益
invest_income_from_diposing_financial_assets double 处置交易性金融资产取得的投资收益
invest_income_from_helding_salesable_assets double 可供出售金融资产在持有期间的投资收益
report_date timestamp[ns] 报告期

表名cn_stock_financial_note_investment_income

起始时间:

最近更新时间: