grhist
Plot historical option greeks.
Usage
grhist [-s STRIKE] [-e EXPIRATION] [-p] [-g {iv,gamma,theta,vega,delta,rho,premium}] -c CHAIN_ID [-r] [-l LIMIT]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
strike | -s --strike | Strike price to look at | None | True | None |
expiration | -e --expiration | The expiration date of the option. Format: YYYY-MM-DD | 2023-09-15 | True | None |
put | -p --put | Flag for showing put option | False | True | None |
greek | -g --greek | Greek column to select | delta | True | iv, gamma, theta, vega, delta, rho, premium |
chain_id | -c --chain | OCC option symbol | False | None | |
raw | -r --raw | Display raw data | False | True | None |
limit | -l --limit | Limit of raw data rows to display | 20 | True | None |