Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
History Function with a Timeframe Delay

I'm trying to find a way to use the history function for a time frame that doesn't start when the script is run. For example, is there a way to get the day from 4-11 days ago, but not 1-3 days ago? Is this possible with the history function?

Thanks,
Travis Grady

1 response

no, but you can get the full df and remove it yourself.