Experience Report
I today started to test one of the special offers by ORATS for Elitetrader users,
ie. the offers on this page: https://info.orats.com/elitetrader
(On that page are also links for downloading sample data)
Mine is 15-minutes delayed snapshot data of the whole US options market.
15-min-delayed is enough for my uses cases.
ORATS has also offers for non-delayed data, check their plans.
I used this webpage for ordering a 14-day trial for $29:
https://orats.chargifypay.com/subscribe/shnh5nktjp4s
Today I already downloaded snapshots of 14:30 and 15:50 ET using normal https URL with an individual/secret "token" one gets from ORATS.
Beware: I was told that with this budget/economic plan the download interval should not be shorter than 30 minutes, otherwise there can be a "surcharge" fee.
Alternatively one can also specify an Amazon AWS S3 bucket where the data will be copied to by ORATS. I could not test this yet b/c my AWS space is not set up yet. AWS is new for me and also seems to be a little bit complicated to understand as it has dozens of options...
The snapshot files are compressed gzip files, of size about 130 MB compressed.
The download takes about 5 seconds on my Gigabit home Internet link
(I also have some faster links via VPS etc., but 5 seconds is fast enough for me).
The unpacked CSV file is about 380 MB (using the command "zcat fname >fname.csv").
These are the columns in the CSV:
I hadn't time yet to analyze the data itself, but this of course will come soon.
See/search also postings of @Matt_ORATS here, for example this one:
https://www.elitetrader.com/et/thre...r-for-single-names.362757/page-2#post-5487409
See also their Snapshot API:
https://docs.orats.io/datav2-snapshot-api-guide/data.html#strikes
I today started to test one of the special offers by ORATS for Elitetrader users,
ie. the offers on this page: https://info.orats.com/elitetrader
(On that page are also links for downloading sample data)
Mine is 15-minutes delayed snapshot data of the whole US options market.
15-min-delayed is enough for my uses cases.
ORATS has also offers for non-delayed data, check their plans.
I used this webpage for ordering a 14-day trial for $29:
https://orats.chargifypay.com/subscribe/shnh5nktjp4s
Today I already downloaded snapshots of 14:30 and 15:50 ET using normal https URL with an individual/secret "token" one gets from ORATS.
Beware: I was told that with this budget/economic plan the download interval should not be shorter than 30 minutes, otherwise there can be a "surcharge" fee.
Alternatively one can also specify an Amazon AWS S3 bucket where the data will be copied to by ORATS. I could not test this yet b/c my AWS space is not set up yet. AWS is new for me and also seems to be a little bit complicated to understand as it has dozens of options...
The snapshot files are compressed gzip files, of size about 130 MB compressed.
The download takes about 5 seconds on my Gigabit home Internet link
(I also have some faster links via VPS etc., but 5 seconds is fast enough for me).
The unpacked CSV file is about 380 MB (using the command "zcat fname >fname.csv").
These are the columns in the CSV:
Code:
ticker,
tradeDate,
expirDate,
dte,
strike,
stockPrice,
callVolume,
callOpenInterest,
callBidSize,
callAskSize,
putVolume,
putOpenInterest,
putBidSize,
putAskSize,
callBidPrice,
callValue,
callAskPrice,
putBidPrice,
putValue,
putAskPrice,
callBidIv,
callMidIv,
callAskIv,
smvVol,
putBidIv,
putMidIv,
putAskIv,
residualRate,
delta,
gamma,
theta,
vega,
rho,
phi,
driftlessTheta,
callSmvVol,
putSmvVol,
extSmvVol,
extCallValue,
extPutValue,
spotPrice,
quoteDate,
updatedAt,
snapShotEstTime,
snapShotDate,
expiryTod
I hadn't time yet to analyze the data itself, but this of course will come soon.
See/search also postings of @Matt_ORATS here, for example this one:
https://www.elitetrader.com/et/thre...r-for-single-names.362757/page-2#post-5487409
See also their Snapshot API:
https://docs.orats.io/datav2-snapshot-api-guide/data.html#strikes
Last edited:
