Options & FX Tools
Use these tools for options-aware and cross-asset workflows.
get_option_chain
- Helps you inspect strikes, spreads, and liquidity by expiry.
- Typical output: contracts with
strike,type,bid,ask,volume,open_interest.
get_options_greeks
- Helps you assess option sensitivity and risk profile.
- Typical output: contract fields plus
delta,gamma,theta,vega,iv.
get_iv_rank
- Helps you judge whether implied volatility is high or low vs its own history.
- Typical output:
iv_rankplus availability/status context.
get_futures_contracts
- Helps you list available futures contracts by root.
- Typical output: contract identifiers, expiries, and metadata.
get_fx_rate
- Helps you fetch current conversion context for a currency pair.
- Typical output: base/quote,
rate, and timestamp.