{"query":"stock quote","count":5,"results":[{"slug":"stock-quote","name":"Stock quote","route":"GET /api/stock-quote","price":"$0.003","priceUsd":0.003,"callExample":{"method":"GET","path":"/api/stock-quote","query":{"symbol":"AAPL"}},"example":{"symbol":"AAPL"},"required":["symbol"],"inputSchema":{"properties":{"symbol":{"type":"string","description":"Ticker symbol - equity (AAPL), index (^GSPC), FX (EURUSD=X), crypto (BTC-USD)"}},"required":["symbol"]},"category":"data","description":"Live stock/index/FX/crypto quote: last price, day range, 52-week range, previous close, currency, exchange, and a relative change vs. previous close, as clean JSON. The single-symbol NOW read - for OHLC time series use stock-history, for pre/post-market use premarket-quote, and for crypto pairs crypto-price returns richer market fields. Backed by Yahoo Finance's public chart endpoint - keyless, no rate limits in practice. Symbols: equities (AAPL), indices (^GSPC), FX (EURUSD=X), crypto (BTC-USD).","score":66.52456124691511,"computePayable":false,"docs":"https://agent402.tools/tools/stock-quote"},{"slug":"premarket-quote","name":"Pre/post-market quote","route":"GET /api/premarket-quote","price":"$0.003","priceUsd":0.003,"callExample":{"method":"GET","path":"/api/premarket-quote","query":{"symbol":"SPY"}},"example":{"symbol":"SPY"},"required":["symbol"],"inputSchema":{"properties":{"symbol":{"type":"string","description":"US-listed ticker (e.g. SPY, AAPL)"}},"required":["symbol"]},"category":"data","description":"Extended-hours quote for a US-listed ticker: latest traded price including pre-market and after-hours sessions, which session it printed in (pre / regular / post / closed), change vs. the last regular-session price, and today's session windows. Backed by Yahoo Finance's chart endpoint with includePrePost.","score":39.92730281059655,"computePayable":false,"docs":"https://agent402.tools/tools/premarket-quote"},{"slug":"dex-quote","name":"Uniswap V3 spot quote","route":"POST /api/dex-quote","price":"$0.002","priceUsd":0.002,"callExample":{"method":"POST","path":"/api/dex-quote","body":{"poolAddress":"0xd0b53d9277642d899df5c87a3966a349a798f224","amountIn":1,"zeroForOne":true,"network":"base"}},"example":{"poolAddress":"0xd0b53d9277642d899df5c87a3966a349a798f224","amountIn":1,"zeroForOne":true,"network":"base"},"required":["poolAddress","amountIn","zeroForOne"],"inputSchema":{"properties":{"poolAddress":{"type":"string","description":"0x-prefixed Uniswap V3 pool address."},"amountIn":{"type":"number","description":"Input amount in human units (e.g. 1 WETH, not 1e18 wei)."},"zeroForOne":{"type":"boolean","description":"true: send token0 → receive token1. false: send token1 → receive token0."},"network":{"type":"string","description":"ethereum / base / polygon / arbitrum / optimism (default base)."}},"required":["poolAddress","amountIn","zeroForOne"]},"category":"crypto","description":"Spot quote for swapping through a Uniswap V3 pool at the current tick. amountIn is in human units (not wei). zeroForOne=true sends token0 → token1; false sends token1 → token0. Returns amountOut net of the pool's fee tier. NOTE: this is a single-tick spot quote - slippage from depleting concentrated liquidity is NOT modeled. Use for indicative pricing; for production swaps quote against the Uniswap SDK.","score":36.60264550605673,"computePayable":false,"docs":"https://agent402.tools/tools/dex-quote"},{"slug":"x402-quote","name":"x402 quote","route":"GET /api/x402-quote","price":"$0.003","priceUsd":0.003,"callExample":{"method":"GET","path":"/api/x402-quote","query":{"url":"https://agent402.tools/api/hash","method":"POST"}},"example":{"url":"https://agent402.tools/api/hash","method":"POST"},"required":["url"],"inputSchema":{"properties":{"url":{"type":"string","description":"URL of the paid resource to probe"},"method":{"type":"string","description":"HTTP method to probe with (default GET)"}},"required":["url"]},"category":"payments","description":"Probe any URL and decode its HTTP 402 payment requirements (price, asset, network, pay-to) into clean JSON - what an agent needs to decide whether/how to pay. Read-only; does not pay. ?url=https://api.example.com/paid&method=GET","score":36.60264550605673,"computePayable":false,"docs":"https://agent402.tools/tools/x402-quote"},{"slug":"stock-history","name":"Stock historical bars","route":"GET /api/stock-history","price":"$0.015","priceUsd":0.015,"callExample":{"method":"GET","path":"/api/stock-history","query":{"symbol":"AAPL","interval":"1d","range":"1mo"}},"example":{"symbol":"AAPL","interval":"1d","range":"1mo"},"required":["symbol"],"inputSchema":{"properties":{"symbol":{"type":"string","description":"Ticker symbol"},"interval":{"type":"string","description":"Bar size: 1m, 5m, 15m, 30m, 60m, 1d, 1wk, 1mo, 3mo (default 1d)"},"range":{"type":"string","description":"History window: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max (default 1mo)"}},"required":["symbol"]},"category":"data","description":"Historical OHLCV bars for a symbol. Configurable interval (1m, 5m, 15m, 30m, 60m, 1d, 1wk, 1mo, 3mo) and range (1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max). Intraday intervals are limited by Yahoo to ~60 days of data. Returns a flat array of bars (time, open, high, low, close, volume) ready for charting or backtests.","score":29.92191574085839,"computePayable":false,"docs":"https://agent402.tools/tools/stock-history"}],"packs":[{"slug":"price-monitor","title":"Cross-asset price monitor","tagline":"Side-by-side snapshot of a stock and a crypto asset: live quotes, 1-year history, and a date-stamped comparison.","toolSlugs":["stock-quote","stock-history","crypto-price","crypto-history","date-format"],"score":8,"url":"https://agent402.tools/skills/price-monitor","promptName":"price-monitor","method":"POST","route":"/api/skill/price-monitor","callUrl":"https://agent402.tools/api/skill/price-monitor","price":"$0.080","aLaCarteUsd":0.044,"oneCall":"POST https://agent402.tools/api/skill/price-monitor runs all 5 steps for one $0.080 payment (partial success per step). The same 5 tools bought individually total $0.044 — cheaper a la carte; the bundle buys one payment, one round trip and partial-success handling."},{"slug":"options-analytics","title":"Options analytics","tagline":"Price a European option on a live stock: pull the current quote, estimate volatility from recent history, run Black-Scholes for fair value + the full greeks, and check the news for catalysts.","toolSlugs":["stock-quote","stock-history","black-scholes","search"],"score":7,"url":"https://agent402.tools/skills/options-analytics","promptName":"options-analytics","method":"POST","route":"/api/skill/options-analytics","callUrl":"https://agent402.tools/api/skill/options-analytics","price":"$0.050","aLaCarteUsd":0.04,"oneCall":"POST https://agent402.tools/api/skill/options-analytics runs all 4 steps for one $0.050 payment (partial success per step). The same 4 tools bought individually total $0.040 — cheaper a la carte; the bundle buys one payment, one round trip and partial-success handling."}],"rarestTerm":"stock","rarestTermCovered":true}