From 149478d4a60d92bf77948f3c245aaa6948636ed0 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Fri, 18 Sep 2026 19:21:05 +0800 Subject: [PATCH] fix bug --- py-client/strategy/etf/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: