diff --git a/piker/brokers/kucoin.py b/piker/brokers/kucoin.py index 70e2ed46..2748a778 100644 --- a/piker/brokers/kucoin.py +++ b/piker/brokers/kucoin.py @@ -382,6 +382,8 @@ class Client: match field_name: case "index": row.append(int(value)) + case "time": + row.append(value) case _: row.append(float(value))