google_finance_ticker
Fetch chart ticker data from Google Finance for any stock or crypto symbol by specifying ticker and time window (1d, 5d, 1m, 6m, 1y, 5y, max).
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 |