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
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.