mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-16 06:47:24 -04:00
update data
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user