stockpilot-indol-chi.vercel.app
A WebMCP-powered trading terminal where humans and AI agents research markets, analyze SEC filings, and trade together — on real data.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 16 · Act 18 · Transact 3 · Score: Not yet scored
Tool inspector
get_chart_data_range
Return the exact OHLCV data boundaries for a stock symbol so you can place drawing points accurately on the compare chart. ALWAYS call this before draw_on_compare_chart. It tells you: - firstDate / lastDate → the hard date bounds of the dataset (all dates outside these don't exist) - priceMin / priceMax → the price range over the visible window - latestCandle → the most recent bar (use this as your "now" anchor) - recentCandles → the last 20 bars with exact date + OHLC (use these prices for anchor points) - visibleWindowStart → the start of the default 1Y visible window Never invent dates or prices. Always use exact dates and OHLCV values from this response.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
symbol |
string | yes | Ticker symbol, e.g. AAPL |
windowDays |
number | no | How many calendar days back to sample (default 365 = 1Y visible window) |
Raw JSON schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. AAPL"
},
"windowDays": {
"type": "number",
"description": "How many calendar days back to sample (default 365 = 1Y visible window)"
}
},
"required": [
"symbol"
]
}
Similar websites
famabook.com
famabook
ultravioletadao.xyz
Join UltraVioleta DAO - Latin America at the cutting edge of web4. Building the agentic economy through x402, ERC-8004, decentralized governance, and collaborat…
qotien.fr
Simulateur impôt 2026
coinranking.com
Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.