This commit is contained in:
2026-09-18 19:21:05 +08:00
parent a87c656574
commit 149478d4a6

View File

@@ -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]: