PROTECTED SOURCE SCRIPT
S&P500 Earnings Dashboard (automiamo.com)

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
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提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。
受保护脚本
此脚本以闭源形式发布。 但是,您可以自由使用,没有任何限制 — 了解更多信息这里。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。