You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(option/history): drop duplicate greeks_eod param block + zero-sentinel
The earlier rewrite left a stale copy of the pre-alignment param
list at the bottom of greeks_eod.md, which broke the VitePress
build. Remove the duplicate and rewrite the option_history_eod
multi-strike note to use the upstream `strike="*"` wildcard
vocabulary instead of the SDK-only `"0"` sentinel that contradicted
the rest of the alignment sweep.
Copy file name to clipboardExpand all lines: docs-site/docs/historical/option/history/eod.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ for (const auto& t : data) {
79
79
80
80
## Response
81
81
82
-
> `strike_range` filters a wildcard bulk request. If you pin `strike` to one contract, the response stays single-strike. Use`strike="0"`in ThetaDataDx SDK/MCP or `strike=*` in the v3 REST API when you want multi-strike EOD output.
82
+
> `strike_range` filters a wildcard bulk request. If you pin `strike` to one contract, the response stays single-strike. Pass`strike="*"`(or omit `strike`, which now defaults to `*`) when you want multi-strike EOD output.
Copy file name to clipboardExpand all lines: docs-site/docs/historical/option/history/greeks-eod.md
+1-50Lines changed: 1 addition & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,57 +117,8 @@ for (const auto& t : data) {
117
117
<divclass="param-desc">Returns <code>n</code> strikes above and below spot price plus one ATM strike. Narrows a wildcard bulk query; it does not expand a pinned strike into neighbors.</div>
<divclass="param-desc">Strike range filter. This only narrows a wildcard bulk query; it does not expand a pinned strike into neighboring strikes.</div>
167
-
</div>
168
-
</div>
169
120
170
-
> For multi-strike EOD Greeks requests, use a wildcard strike selection first (`strike="0"`in ThetaDataDx SDK/MCP, `strike=*` in the v3 REST API), then apply `strike_range`.
121
+
> For multi-strike EOD Greeks requests, use a wildcard strike selection first (`strike="*"`on the SDK builder or v3 REST surface), then apply `strike_range`.
0 commit comments