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提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。