update
This commit is contained in:
parent
b0b1a1db6f
commit
78202b0490
@ -20,14 +20,12 @@ today_date = datetime.now(timezone.utc).strftime('%Y-%m-%d')
|
|||||||
|
|
||||||
start_date = today_date
|
start_date = today_date
|
||||||
end_date = today_date
|
end_date = today_date
|
||||||
|
|
||||||
with open(f"json/stock-screener/data.json", 'rb') as file:
|
with open(f"json/stock-screener/data.json", 'rb') as file:
|
||||||
stock_screener_data = orjson.loads(file.read())
|
stock_screener_data = orjson.loads(file.read())
|
||||||
stock_screener_data_dict = {item['symbol']: item for item in stock_screener_data}
|
stock_screener_data_dict = {item['symbol']: item for item in stock_screener_data}
|
||||||
|
|
||||||
quote_cache = {}
|
quote_cache = {}
|
||||||
|
|
||||||
print(stock_screener_data_dict.get('AAPL', {}))
|
|
||||||
|
|
||||||
|
|
||||||
def get_quote_data(symbol):
|
def get_quote_data(symbol):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user