Install
openclaw skills install prism-finance-osFinancial data SDK for AI Agents. 218+ read-only endpoints for market data, prices, fundamentals. Built for Cursor, Claude, OpenClaw. Data retrieval only.
openclaw skills install prism-finance-osFinancial Data SDK for AI Agents
Read-only market data SDK. 218+ endpoints for prices, fundamentals, and analytics.
PRISM_API_KEY environment variablenpm install prism-finance-os
import PrismOS from 'prism-finance-os';
const prism = new PrismOS({ apiKey: process.env.PRISM_API_KEY });
// Get crypto price
const btc = await prism.crypto.getConsensusPrice('BTC');
// Get stock fundamentals
const aapl = await prism.stocks.getFundamentals('AAPL');
// Get DeFi protocol TVL
const tvl = await prism.defi.getProtocolTVL('aave');
export PRISM_API_KEY=your_api_key_here
Get your free API key at api.prismapi.ai
| Category | Examples |
|---|---|
| Crypto Prices | BTC, ETH, SOL prices across exchanges |
| Stock Data | Fundamentals, earnings, financials |
| DeFi Analytics | Protocol TVL, yields, stablecoin supply |
| Macro Data | Fed rates, inflation, GDP (via FRED) |
| Technical Analysis | RSI, MACD, moving averages |
| News & Sentiment | Market news with sentiment scores |
MIT License - see LICENSE