Hi team, 

Have we made changes to our fundamental data recently. The backtests of one of my algo that relies on fundamental data now has drastically different result from the run before 11th Oct. I also need to make some updates to avoid errors like:

  • change self.Time - x.SecurityReference.IPODate to self.Time.replace(tzinfo=timezone('US/Eastern')) - x.SecurityReference.IPODate. Look like IPODate now become offset-aware ?
  • PreferredSharesNumber and TreasurySharesNumber seems to be nan for a lot of symbols which were ok before.

Your help is very much appreciated.

Thanks,