Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
[deleted by user]

[deleted by user]

2 responses

It's in Pipeline, or you can use fetch_csv to bring the data in from outside.

Yes, but it's not easy. You must do all the transformations you want inside of a CustomFactor class that you write. fetch_csv is not easy either; if you need historical data, it's awful in fact.

If you just need the most recent value of VIX, though, either method is fine, though Pipeline probably easier and safer. There are have been discussions recently about data quality issues there, but I trust that those will get resolved eventually.