get_symbol_info
Resolve a BVB ticker to detailed symbol metadata including name, exchange, type, trading hours, timezone, currency, sector, industry, and price scaling factor.
Instructions
Resolve one BVB ticker to its symbol metadata.
Returns: ticker, name (short name), description (issuer/full
name), exchange (always "BVB"), type (e.g. "Shares"), session
(trading hours, e.g. "0700-1830"), timezone ("Europe/Bucharest"),
currency_code (e.g. "RON"), sector, industry,
has_intraday (whether intraday bars exist), supported_resolutions,
and pricescale (the datafeed's price scaling factor). Errors if the
ticker does not resolve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | BVB ticker, e.g. "TLV", "SNP", or "BRD". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||