Fix the Yahoo Fundamental feed.
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-18 13:08:36 -04:00
parent df899ca293
commit efde941cf3
2 changed files with 38 additions and 55 deletions

View File

@@ -292,7 +292,7 @@ public class MarketDataUnitTestClass
{
String symbol = "AAPL";
Fundamental fundamental = MarketDataHelper.GetFundamental(symbol);
Assert.IsTrue(null != fundamental);
Assert.IsTrue(null != fundamental,"GetFundamental Failed.");
// Assert.IsTrue(!Utility.IsEpoch(fundamental.NextEarningsDate),"NextEarningsDate");
// Assert.IsTrue(!double.IsNaN(fundamental.Beta),"Beta");
Assert.IsTrue(!double.IsNaN(fundamental.Low52), "Low52");