Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fama-French File Transfer Blocked #380

Closed
citynorman opened this issue May 13, 2017 · 4 comments
Closed

Fama-French File Transfer Blocked #380

citynorman opened this issue May 13, 2017 · 4 comments

Comments

@citynorman
Copy link

I'm getting a download error for the FF data library and I can't turn off the FF plots have to manually deactivate them by commenting out the code.

http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/ftp/F-F_Research_Data_Factors_daily_CSV.zip
File Transfer Blocked
Transfer of the file you were trying to download or upload has been blocked in accordance with company policy. Please contact your system administrator if you believe this is in error.
File name: F-F_Research_Data_Factors_daily_CSV.zip

Be good to either have those on some sort of S3 mirror or be able to turn off the FF plots.

def create_returns_tear_sheet(returns, positions=None,
                              live_start_date=None,
                              cone_std=(1.0, 1.5, 2.0),
                              benchmark_rets=None,
                              bootstrap=False,
                              return_fig=False,
                              plot_ff=True):
[...]
    if plot_ff:
        plotting.plot_rolling_fama_french(
            returns, ax=ax_rolling_risk)

see additional debug details here

@eigenfoo
Copy link
Contributor

Hi there @citynorman, are you still experiencing this problem? Pandas data reader has just been fixed.

@eigenfoo
Copy link
Contributor

Sounds like there isn't a problem anymore, closing this issue

@citynorman
Copy link
Author

This seems to have gone away but I'd still like the flexibility to disable the external dependency.

@eigenfoo
Copy link
Contributor

eigenfoo commented Aug 5, 2017

@citynorman could you open a new issue for disabling a the FF plots please? Sounds like an interesting point to discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants