update data

This commit is contained in:
tianyufan
2025-10-25 21:16:38 +08:00
parent 2a0b3c986e
commit bc288e54b4
115 changed files with 953 additions and 925 deletions

View File

@@ -32,6 +32,10 @@ def get_daily_price(SYMBOL: str):
return
with open(f'./daily_prices_{SYMBOL}.json', 'w', encoding='utf-8') as f:
json.dump(data, f, ensure_ascii=False, indent=4)
if SYMBOL == "QQQ":
with open(f'./Adaily_prices_{SYMBOL}.json', 'w', encoding='utf-8') as f:
json.dump(data, f, ensure_ascii=False, indent=4)
if __name__ == "__main__":