get_securities
Retrieve security master data including stocks, ETFs, mutual funds, and cash equivalents with ticker symbols, names, types, current prices, and identifiers. Filter by ticker symbol or security type to access financial information.
Instructions
Get security master data — stocks, ETFs, mutual funds, and cash equivalents. Returns ticker symbol, name, type, current price, ISIN/CUSIP identifiers, and update metadata. Filter by ticker symbol or security type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_symbol | No | Filter by ticker symbol (e.g., "AAPL", "VTSAX") | |
| type | No | Filter by security type (e.g., "equity", "etf", "mutual fund") | |
| limit | No | Maximum number of results (default: 100, max: 10000) | |
| offset | No | Number of results to skip for pagination (default: 0) |