Update comments

This commit is contained in:
2025-11-06 08:14:53 -05:00
parent 93b6c62d0a
commit 95d60aa9d1

View File

@@ -176,6 +176,11 @@ namespace MarketData.Helper
// ******************************************************************************************************************************************************************************
// ************************************************************************** Z A C K S E A R N I N G S A N N O U N C E M E N T S *******************************************
// ******************************************************************************************************************************************************************************
/// <summary>
/// This retrieves earnings announcements from Zacks Research and is used during the nighyly process.
/// </summary>
/// <param name="symbol"></param>
/// <returns></returns>
public static EarningsAnnouncements GetEarningsAnnouncements(String symbol)
{
Profiler profiler = new Profiler();