Dear Kirk,
Thank you for bringing this to our attention!
It looks like our quote provider is reporting a number of stocks as trading at infinity right now. Our code wasn't quite set up to deal with this, and as a result was stuck in an endless re-querying loop.
I implemented a patch to discard such numbers, and the system is back up to running normally now.
On the bright side, owners of Aeterna Zentaris Inc. and several other stocks, should be very happy to know that they are now infinitely rich.
Regards,
@Dima
"AEZS": { "symbol": "AEZS", "name": "Aeterna Zentaris Inc.", "exchange": "NASDAQ", "mic_code": "XNCM", "currency": "USD", "datetime": "2024-10-10", "timestamp": 1728567000, "open": "+Inf", "high": "+Inf", "low": "+Inf", "close": "+Inf", "volume": "6637", "previous_close": "+Inf", "change": "NaN", "percent_change": "NaN", "average_volume": "5434", "is_market_open": true, "fifty_two_week": { "low": "+Inf", "high": "+Inf", "low_change": "NaN", "high_change": "NaN", "low_change_percent": "NaN", "high_change_percent": "NaN", "range": "+Inf - +Inf" } },
|