Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ce0e8d9

Browse files
Updated Sharpe Ratio
1 parent 99c10d6 commit ce0e8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Tutorials/Efficient Frontier with Sharpe Ratio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import matplotlib.pyplot as plt
66

77
# get adjusted closing prices of 5 selected companies with Quandl
8-
quandl.ApiConfig.api_key = 'zcfJ6696mcZScjzsyeta'
8+
quandl.ApiConfig.api_key = 'YOUR-API-KEY'
99
selected = ['CNP', 'F', 'WMT', 'GE', 'TSLA']
1010
data = quandl.get_table('WIKI/PRICES', ticker = selected,
1111
qopts = { 'columns': ['date', 'ticker', 'adj_close'] },

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /