finnhub_stock_market_data
Retrieve real-time stock quotes, historical candles, company profiles, and financial data. Supports JSON export for large datasets.
Instructions
Access stock market data including real-time quotes, historical candles, company profiles, and financial data. Supports JSON export for large datasets.. Operations: get_quote, get_candles, get_company_profile, symbol_lookup, get_basic_financials, get_financials_as_reported, get_earnings_surprises
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp (optional) | |
| days | No | Number of days to fetch (if from/to not provided) | |
| freq | No | annual | |
| from | No | Unix timestamp (optional) | |
| query | No | Search query | |
| export | No | Force export to JSON file | |
| symbol | No | Stock symbol (e.g., AAPL) | |
| project | No | Project name for saving data | |
| operation | Yes | ||
| metricType | No | all | |
| resolution | No | Time resolution |