mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 14:54:17 -08:00
Update main.py
This commit is contained in:
parent
e865c83662
commit
ec893e4863
2
main.py
2
main.py
@ -1218,7 +1218,7 @@ def riskFreeRate():
|
||||
Functions.fromCache(f)
|
||||
json_data = f.text
|
||||
loaded_json = json.loads(json_data)
|
||||
riskFreeRate = round(float(loaded_json['dataset']['data'][0][1])),2)
|
||||
riskFreeRate = round(float(loaded_json['dataset']['data'][0][1]),2)
|
||||
print('Risk-free rate:', riskFreeRate, end='\n\n')
|
||||
|
||||
if f.status_code != 200:
|
||||
|
Loading…
Reference in New Issue
Block a user