Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Future contract data is not up-to-date in Research environment?

The following code snippet in Research environment plots and returns future contract NGH19 data but only until 2018-11-08:

ng_contracts = symbols('NGH19')

ng_consecutive_contract_volume = history(  
    ng_contracts,  
    fields='high',  
    frequency='daily',  
    start='2018-01-01',  
    end='2019-02-07'  
)

ng_consecutive_contract_volume.plot();  

On TradingView charts, NGH19 plots future contract data up-to-date (incl. today's data). Is Quantopian futures data not available up-to-date for free in Research environment?

2 responses

Other Futures like HO and XB ... are missing entirely in Research:

NoSuchSymbols: Failed to find securities matching ['HO']

Same here. Any update for this?