list_instruments
Fetch a list of instruments from a BVB market, filtered by type (shares, bonds, ETFs, etc.). Returns ticker, ISIN, issuer name, and market for each instrument.
Instructions
List the instrument universe for a BVB market.
Scrapes the exchange's market-list page (the datafeed search is capped
and unsuitable for enumeration). Returns up to limit instruments,
each {ticker, isin, name, market} — isin is the 12-character
BVB ISIN (or null if the page omits it), name is the issuer, and
market echoes the normalised market key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of instruments to return | |
| market | No | Instrument market: 'shares', 'bonds', 'fund-units' (ETFs), 'warrants', or 'certificates' ('structured'). For indices use list_indices. | shares |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |