Hello,
This might be a basic question but I can't seem to find an answer. How can I get daily prices of the s&p500?
something similar to this :
pricing = get_pricing(['SP500'], start_date=start, end_date=end, frequency='daily', fields=['price', 'volume']) #this doesn't work
NoSuchSymbols: Failed to find securities matching ['SP500']
I just want the easiest way to access the sp500 time series.
Thanks in advance