question

Upvotes
Accepted
9 5 3 4

Which is the best way to get EOD prices for equity options?

I haven't been able to obtain previous days EOD prices for a certain equity option? What is the best way to do it? I'd prefer to schedule the report in the GUI (to download via API once is generated). But another option would to get the data on demand. However I can not find a report that provides EOD fields or a way to create an on demand request to get this EOD prices

dss-rest-apitick-history-rest-apipricingderivatives
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@alvaro.canencia

End of Day prices are obtained using an Elektron Timeseries request.

Doing this using an On Demand request is described in REST API Tutorial 7.

You can also do it using a scheduled request, that uses an Elektron Timeseries report template. REST API Tutorial 10 describes a scheduled request (but it uses a report template for tick data, not end of day data, but it is not a big deal to modify it).

For a rough view of the asset class coverage of individual extraction calls you can refer to the Tick History Data Dictionary. It is an Excel sheet. Open tab Field Descriptions, then select Elektron Timeseries in column A. This displays all the available field names in column B. Scrolling to the right, columns L-AF contain information as to which asset classes are covered.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.