Bangladesh stock market live data and analytics
/install bd-stock-live
BD Stock Live — Bangladesh Stock Market Data & Analytics
Real-time Dhaka Stock Exchange (DSE) market data and trading analytics.
Setup
Get API Key
- Visit https://stock-ai.live/register to create a free account
- Go to https://stock-ai.live/api-keys
- Click "Create New API Key"
- Copy your API key (starts with
sk_live_)
Configure Environment
Option 1: Environment variable (recommended)
export STOCKAI_API_KEY=sk_live_your_api_key_here
Option 2: OpenClaw config
Set skills."bd-stock-live".env.STOCKAI_API_KEY in ~/.openclaw/openclaw.json
Option 3: Local .env (for development)
Create skill/bd-stock-live/.env:
STOCKAI_API_KEY=sk_live_your_api_key_here
Optional: Override API base URL (must be stock-ai.live domain):
export STOCKAI_API_BASE=https://stock-ai.live
Quick Start
# Get stock price
python scripts/stock.py price ACI
# Search stocks
python scripts/stock.py search "BRAC Bank"
# Market overview
python scripts/stock.py market
# Recent news
python scripts/stock.py news
Pricing Tiers
| Feature | Free | Pro (৳899/mo) | Enterprise (৳4,499/mo) |
|---|---|---|---|
| Stock prices | ✅ 100/day | ✅ 10,000/day | ✅ Unlimited |
| Stock search | ✅ | ✅ | ✅ |
| Market overview | ✅ | ✅ | ✅ |
| Recent news | ✅ | ✅ | ✅ |
| Gainers/Losers | ❌ | ✅ | ✅ |
| Price history | ❌ | ✅ | ✅ |
| Trading signals | ❌ | ❌ | ✅ |
| EMA/Fibonacci | ❌ | ❌ | ✅ |
Free Tier Commands
price \x3Csymbol>
Get current stock price and details.
python scripts/stock.py price ACI
search \x3Cquery>
Search stocks by name or symbol.
python scripts/stock.py search "BRAC Bank"
market
Get market overview with indices (DSEX, DSES, DS30).
python scripts/stock.py market
news
Get recent market news.
python scripts/stock.py news
Pro Commands ($9/month)
gainers [--limit N]
Get top gaining stocks.
python scripts/stock.py gainers --limit 5
losers [--limit N]
Get top losing stocks.
python scripts/stock.py losers --limit 10
history \x3Csymbol> [--days N]
Get historical price data.
python scripts/stock.py history ACI --days 30
Enterprise Commands (৳4,499/month)
signal \x3Csymbol>
Get AI-powered trading signal (BUY/SELL/HOLD).
python scripts/stock.py signal ACI
vegas \x3Csymbol>
Vegas Tunnel multi-dimensional trend analysis.
python scripts/stock.py vegas ACI
ema \x3Csymbol>
Get EMA channel status (Fibonacci-based pairs).
python scripts/stock.py ema ACI
fib \x3Csymbol>
Get Fibonacci retracement levels.
python scripts/stock.py fib ACI
sectors
Get sector performance analysis.
python scripts/stock.py sectors
Command-Line Options
| Option | Description |
|---|---|
--api-key KEY |
API key (or set STOCKAI_API_KEY env) |
--limit N |
Limit number of results |
--days N |
Days of history (default: 30) |
Free Tier Limits
- 100 requests/day
- 10 requests/minute
- Basic endpoints only: price, search, market, news
Environment Variables
| Variable | Required | Description |
|---|---|---|
STOCKAI_API_KEY |
Yes | API key from stock-ai.live |
STOCKAI_API_BASE |
No | Override API base URL (must be stock-ai.live domain) |
Support
- Documentation: https://stock-ai.live/docs
- API Keys: https://stock-ai.live/api-keys
- Pricing: https://stock-ai.live/pricing
- Contact: [email protected]
License
MIT License
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bd-stock-live - 安装完成后,直接呼叫该 Skill 的名称或使用
/bd-stock-live触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bangladesh stock market live data and analytics 是什么?
Bangladesh stock market data and analytics for DSE (Dhaka Stock Exchange) - prices, signals, EMA channels, Fibonacci levels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Bangladesh stock market live data and analytics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bd-stock-live」即可一键安装,无需额外配置。
Bangladesh stock market live data and analytics 是免费的吗?
是的,Bangladesh stock market live data and analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bangladesh stock market live data and analytics 支持哪些平台?
Bangladesh stock market live data and analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bangladesh stock market live data and analytics?
由 Rashed Al Mamoon(@rashed-mamoon)开发并维护,当前版本 v1.0.4。