From f3a6eba214f521b7cd6ce48085a9e0e409721adf Mon Sep 17 00:00:00 2001 From: Marcus Read Date: Sat, 9 Sep 2023 22:50:06 +0100 Subject: [PATCH] Update yahoo delay mapping Adds delay mapping for Seoul and Shenzhen exchanges. --- src/market_prices/prices/config/config_yahoo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/market_prices/prices/config/config_yahoo.py b/src/market_prices/prices/config/config_yahoo.py index 0a3d536..71cae58 100644 --- a/src/market_prices/prices/config/config_yahoo.py +++ b/src/market_prices/prices/config/config_yahoo.py @@ -112,6 +112,7 @@ ".JO": 15, ".KL": 15, ".KQ": 20, + ".KS": 20, ".L": 15, ".LS": 15, ".MC": 15, @@ -127,6 +128,7 @@ ".SI": 10, ".SN": 40, ".SS": 15, + ".SZ": 15, ".ST": 0, ".SW": 15, ".T": 20,