v3.4.0
Backward incompatible
marketdata.GetOptionChain
changed from
GetOptionChain(underlyingSymbol string, req GetOptionSnapshotRequest) (map[string]OptionSnapshot, error)
to
GetOptionChain(underlyingSymbol string, req GetOptionChainRequest) (map[string]OptionSnapshot, error)
The latter now allows you to query option snapshots based on multiple conditions (expiration, strike price, option type, etc.)
Since option endpoints are still in beta, we decided not to increment the major version because of this change.
What's Changed
- Remove unused Fundamental struct by @gnvk in #277
- Disable stream read limit by @gnvk in #278
- Add rights distribution corporate action type by @gnvk in #280
- Update option snapshots with filters, greeks and pagination by @gnvk in #279
Full Changelog: v3.3.0...v3.4.0