PROTECTED SOURCE SCRIPT

S&P500 Earnings Dashboard (automiamo.com)

60
Hello everyone,

this is the table I use to track the earnings performance of the top 40 companies in the S&P 500.
I am using this simple method in Pinescript to extract data.
Example for Apple's earnings:

[apple_earningsEstimated, apple_earningsComfirmed] = request.security("ESD_FACTSET:" + "NASDAQ" + ";" + "AAPL" + ";EARNINGS", "D", [open, low])

You can see aggregated data on TradingView in a table and then I send a further short synthesis (like overall percentage of companies that beat analyst estimates) to my website with a TradingView alert

免责声明

这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。