Options (Java SDK)
The Java SDK from Market Data provides methods to streamline your use of the Options endpoints. These methods provide a typed interface over the underlying HTTP requests and responses, with both sync and async variants.
Reach the resource through client.options(). For CSV output use client.options().asCsv().
Options Endpointsโ
๐๏ธ Lookup
Turn a human-readable option description into a well-formed OCC option symbol with the Java SDK and its OptionsLookupRequest type.
๐๏ธ Expirations
List the available option expiration dates for an underlying symbol with the Java SDK and its OptionsExpirationsRequest type.
๐๏ธ Quotes
{/ The OptionQuote record is not documented on the chain page yet -- see #212. /}
๐๏ธ Chain
Retrieve a full option chain for an underlying, with a rich set of filters. The chain is where most option workflows start.