🧪 Skills
Options Chain
Options chain data and analysis - strike prices, premiums, Greeks, implied volatility. Each call charges 0.001 USDT via SkillPay.
v1.0.1
Description
name: options-chain description: Options chain data and analysis - strike prices, premiums, Greeks, implied volatility. Each call charges 0.001 USDT via SkillPay. version: 1.0.0 author: moson tags:
- options
- trading
- derivatives
- greeks
- iv
- strike-price
- options-chain
- theta
- vega
- gamma
- delta homepage: https://github.com/moson/options-chain metadata: clawdbot: requires: env: - SKILLPAY_API_KEY triggers:
- "options chain"
- "options trading"
- "options premium"
- "strike price"
- "implied volatility"
- "options greeks"
- "期权链"
- "期权价格"
- "看涨期权"
- "看跌期权"
- "IV"
- "Greeks" price: 0.001 USDT per call
Options Chain
功能
Options chain data and analysis for traders - get strike prices, premiums, Greeks, and implied volatility.
核心功能
- Options Chain Data: Full options chain with all strikes
- Premium Calculation: Calculate option premiums
- Greeks Analysis: Delta, Gamma, Theta, Vega, Rho
- Implied Volatility: IV analysis and comparisons
- Strategy Suggestions: Recommend optimal strategies
- Risk Analysis: Assess risk of options positions
使用方法
{
"symbol": "AAPL",
"expiration": "2026-04-15",
"type": "call"
}
输出示例
{
"success": true,
"symbol": "AAPL",
"expiration": "2026-04-15",
"chain": [
{
"strike": 180,
"call": { "bid": 5.2, "ask": 5.5, "iv": "28%" },
"put": { "bid": 3.1, "ask": 3.3, "iv": "27%" }
}
],
"greeks": {
"delta": 0.65,
"gamma": 0.03,
"theta": -0.05,
"vega": 0.12
}
}
价格
每次调用: 0.001 USDT
常见问题
Q: 支持哪些标的? A: 股票、ETF、加密货币等。
Q: 什么是 Greeks? A: Greeks 是期权定价模型中的风险指标,包括 Delta、Gamma、Theta、Vega 等。
Q: 如何使用 IV? A: IV (隐含波动率) 越高,期权价格越贵。
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!