Does Fidelity provide intraday option data?
Author: maximgl
Creation Date: 2/28/2018 3:08 PM
profile picture

maximgl

#1
Is it possible to get reliable options data in WealthLab?
I was able to enter something like -AAPL180316C180 in the chart, however, it only works on the Daily scale - when I try to change it to 5 minute scale.
profile picture

Eugene

#2
So, if you create a 5-minute DataSet with this symbol and update it manually would this work?
profile picture

maximgl

#3
Nevermind, it was me not enabling "On Demand Data Updates"
profile picture

maximgl

#4
Eugene, thank you for your reply - it works now.
profile picture

maximgl

#5
One more question - is it possible to get historic data for options from Fidelity provider?
profile picture

Eugene

#6
For an active option symbol, the provider returns entire available data when you update the DataSet.
profile picture

maximgl

#7
But is it possible to get historical data for previous option chains (previous months) for the same ticker (and even better, merge them into a single dataset)? Otherwise, it might be difficult to test any strategy just on latest option.
profile picture

Eugene

#8
Not enough information (I don't work with WLP and Fidelity data). Try and let the forum know if you please.

On a general note, merging the binary symbol data like .WL isn't supported but nothing stops one from realizing it in a script-based solution:

1. Create the DataSet with the real option data symbols and one dummy to hold the merged data (it will be empty)
2. Import two (or more) of the "real" .WL files into separate Bars objects
3. Use the undocumented Bars.Append method to merge into one
4. Follow the QuickRef example for SaveToFile to save to the dummy symbol's file
profile picture

Cone

#9
QUOTE:
But is it possible to get historical data for previous option chains (previous months)
Not from Fidelity (or anywhere that I'm aware of).

There are dozens of option series for every symbol. The only real option for backtesting is to use Synthetic Option contracts. See Help > WealthScript Programming Guide > Programming Trading Strategies > Options Strategies
profile picture

Eugene

#10
Quotemedia may have something but don't quote me on that.
profile picture

maximgl

#11
Thank you guys for the leads, I will check Quotemedia provider.
profile picture

Eugene

#12
You're welcome. By the way, could you let the forum know what was your experience re: historical options data using the Quotemedia provider?
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).