historical_price_series

Fetch historical OHLCV price series for any ticker: stocks (AAPL, SAP.DE, 7203.T), ETFs, indices, commodities (GC=F for gold) or cryptocurrencies (BTC-USD). Returns a full date-indexed series of open/high/low/close/volume plus pre-computed statistics: total return, annualised return (CAGR), annua...

SERVERMcp Knowledge SOURCEhttps://mcp.gapup.io
Low RISK CLASS
Category Read
Parameters 61 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-getgapup-mcp-knowledge/historical-price-series.md

What historical_price_series does on Mcp Knowledge

AI agents call historical_price_series to retrieve information from Mcp Knowledge without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
async boolean If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client ti
period string Look-back period. Default: 1y.
ticker string Yes Yahoo Finance ticker symbol. Examples: AAPL (US stock), SAP.DE (Frankfurt), 7203.T (Tokyo), BTC-USD (Bitcoin), GC=F (gold futures), ^GSPC (S&P 500).
metrics array Subset of fields to include (informational — all fields always returned).
adjusted boolean Adjust close prices for dividends and splits. Default: true.
interval string Bar interval. Default: 1d (daily).

Parameters from the server's own tool schema.

Why historical_price_series is rated Low

This tool purely retrieves and returns historical price data and computed statistics from external data sources (Yahoo Finance, CoinGecko, Stooq). It does not create, modify, delete, or execute any transactions. Despite the financial domain context, the tool itself is a read-only query operation with no capability to move money, place trades, or alter any state.

From the tool's definition Fetch historical OHLCV price series... Returns a full date-indexed series... pre-computed statistics. The tool retrieves and queries historical financial data with no side effects, modifications, or execution of trades.

Questions about historical_price_series

What does the historical_price_series tool do? +

Fetch historical OHLCV price series for any ticker: stocks (AAPL, SAP.DE, 7203.T), ETFs, indices, commodities (GC=F for gold) or cryptocurrencies (BTC-USD). Returns a full date-indexed series of open/high/low/close/volume plus pre-computed statistics: total return, annualised return (CAGR), annualised volatility, max drawdown and Sharpe estimate (rf=4%). Automatically detects crypto tickers (→ CoinGecko) vs traditional assets (→ Yahoo Finance primary, Stooq fallback). Adjusts for dividends and splits when adjusted=true (default). Use cases: backtesting, factor analysis, performance attribution, charting, financial modelling. Sources: Yahoo Finance, CoinGecko, Stooq. All keyless. Optional env: AICI_RESEARCH_PROXY_URL for Bright Data routing (lifts Yahoo 429), TWELVE_DATA_API_KEY for higher Twelve Data quota. It is categorised as a Read tool in the Mcp Knowledge MCP Server, which means it retrieves data without modifying state.

What parameters does historical_price_series accept? +

historical_price_series accepts 6 parameters: async, period, ticker, metrics, adjusted, interval. Required: ticker. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on historical_price_series? +

Register the Mcp Knowledge MCP server in PolicyLayer and add a rule for historical_price_series: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Knowledge. Nothing to install.

What risk level is historical_price_series? +

historical_price_series is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit historical_price_series? +

Yes. Add a rate_limit block to the historical_price_series rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block historical_price_series completely? +

Set action: deny in the PolicyLayer policy for historical_price_series. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides historical_price_series? +

historical_price_series is provided by the Mcp Knowledge MCP server (https://mcp.gapup.io). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Mcp Knowledge, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Mcp Knowledge's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.