Fixed problem with MG and CMM when running EOM on a weekend. The Trade date and Analysis date have been corrected to reflect the previous business day. Monthly updates.

This commit is contained in:
2025-05-31 11:58:48 -04:00
parent 7061395694
commit bbbaff3095
11 changed files with 461 additions and 441 deletions

View File

@@ -211,6 +211,7 @@ namespace MarketData.DataAccess
try
{
if (null == symbols || 0 == symbols.Count) return analystRatings;
StringBuilder sb = new StringBuilder();
sqlConnection = SqlUtils.CreateMySqlConnection(MainDataSource.Instance.LocateDataSource("market_data"));
sb.Append("SELECT B.date, B.symbol,B.company, B.brokerage_firm, B.type, B.ratings_change, B.price_target from ");