get_market_data
Retrieve quotes and fundamentals for up to 50 tickers via brapi.dev, using SQLite cache to reduce API calls. Individual ticker errors are reported without failing the entire batch.
Instructions
Fetch quotes and/or fundamentals from brapi.dev for 1-50 tickers, with SQLite caching. Requires outbound_enabled=true in the advisor profile. Per-ticker partial failures are reported in results[].error without failing the whole call. cache_ttl_minutes overrides the default TTL (60 quote / 1440 fundamentals).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | ||
| tickers | Yes | Ticker symbols (e.g. ['BBAS3','MXRF11']). 1-50 entries. | |
| cache_ttl_minutes | No |