Get option greeks
Get the greeks for a list of option symbol in the OSI-normalized format. Max 250 contracts per request.
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | - |
| osiSymbols | array | Yes | - |
No request body defined
List of greeks for each symbol in the request
{
"greeks": [
{
"symbol": "string",
"greeks": {
"delta": "string",
"gamma": "string",
"theta": "string",
"vega": "string",
"rho": "string",
"impliedVolatility": "string"
}
}
]
}