google_finance_ticker
Fetch chart ticker data from Google Finance for any stock or cryptocurrency by providing a ticker symbol and optional time window. Returns structured data for analysis.
Instructions
Google Finance Ticker API. Fetches chart ticker data from Google Finance based on a provided ticker and window period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol to fetch data for example:AAPL:NASDAQ, BTC-USD | |
| window | No | Time window for the ticker data (default: 1d), options: 1d, 5d, 1m, 6m, 1y, 5y, max |