数据集:

edarchimbaud/earnings-estimate-sp500

中文

Dataset Card for "earnings-estimate-sp500"

Dataset Summary

The earnings-estimate-sp500 dataset provides earnings estimate data for companies in the S&P 500 index.

Supported Tasks and Leaderboards

The dataset can be used to analyze earnings estimates for systematic trading or financial analysis tasks. The dataset does not specify any associated leaderboards.

Languages

[N/A]

Dataset Structure

Data Instances

[N/A]

Data Fields

The dataset contains the following fields:

  • symbol (string): A string representing the ticker symbol or abbreviation used to identify the company.
  • date (string): The date associated with the earnings estimate data.
  • current_qtr (string): The current quarter.
  • no_of_analysts_current_qtr (int64): The number of analysts providing estimates for the current quarter.
  • next_qtr (string): The next quarter.
  • no_of_analysts_next_qtr (int64): The number of analysts providing estimates for the next quarter.
  • current_year (int64): The current year.
  • no_of_analysts_current_year (int64): The number of analysts providing estimates for the current year.
  • next_year (int64): The next year.
  • no_of_analysts_next_year (int64): The number of analysts providing estimates for the next year.
  • avg_estimate_current_qtr (float64): The average estimate for the current quarter.
  • avg_estimate_next_qtr (float64): The average estimate for the next quarter.
  • avg_estimate_current_year (float64): The average estimate for the current year.
  • avg_estimate_next_year (float64): The average estimate for the next year.
  • low_estimate_current_qtr (float64): The low estimate for the current quarter.
  • low_estimate_next_qtr (float64): The low estimate for the next quarter.
  • low_estimate_current_year (float64): The low estimate for the current year.
  • low_estimate_next_year (float64): The low estimate for the next year.
  • high_estimate_current_qtr (float64): The high estimate for the current quarter.
  • high_estimate_next_qtr (float64): The high estimate for the next quarter.
  • high_estimate_current_year (float64): The high estimate for the current year.
  • high_estimate_next_year (float64): The high estimate for the next year.
  • year_ago_eps_current_qtr (float64): The earnings per share (EPS) for the current quarter a year ago.
  • year_ago_eps_next_qtr (float64): The earnings per share (EPS) for the next quarter a year ago.
  • year_ago_eps_current_year (float64): The earnings per share (EPS) for the current year a year ago.
  • year_ago_eps_next_year (float64): The earnings per share (EPS) for the next year a year ago.

Data Splits

The dataset consists of a single split, called "train."

Additional Information

Dataset Curators

This dataset does not specify any specific curators.

Licensing Information

The earnings-estimate-sp500 dataset is licensed under the MIT License.

Citation Information

https://edarchimbaud.substack.com , earnings-estimate-sp500 dataset, GitHub repository, https://github.com/edarchimbaud

Contributions

Thanks to @edarchimbaud for adding this dataset.