π¦ ClawHub
IEX Cloud CLI
by @oscraters
Use this skill when a task needs IEX Cloud market data through the REST API (quotes, charts, fundamentals, market lists, and batch calls), including secure t...
π‘ Examples
1. Preferred for OpenClaw: store the token at skills.entries.iex-cloud.apiKey and back it with a SecretRef via openclaw secrets configure.
2. For direct shell use outside OpenClaw, set export IEX_TOKEN=....
3. Compatibility fallback: export IEX_CLOUD_TOKEN=....
4. Read endpoint/parameter guidance in references/api_docs.md.
5. Use scripts/iex_cloud_cli.sh for reliable calls.
Example:
scripts/iex_cloud_cli.sh quote AAPL
scripts/iex_cloud_cli.sh chart AAPL 1m
scripts/iex_cloud_cli.sh movers mostactive
TERMINAL
clawhub install iex-cloud