diff --git a/py-client/strategy/etf/data.py b/py-client/strategy/etf/data.py index 4132751..2812adb 100644 --- a/py-client/strategy/etf/data.py +++ b/py-client/strategy/etf/data.py @@ -7,7 +7,7 @@ import re import httpx -DAILY_URL = 'http://go.apinb.com/a/get_daily' +DAILY_URL = 'http://139.224.247.176:13499/etf/daily' def daily_bars(client: httpx.Client, code: str, today: date, count: int = 120) -> list[dict]: