get_fixed_income_latest_quotes
Fetch current bid/ask prices, sizes, and yield-to-maturity for fixed income securities by inputting a comma-separated list of ISINs.
Instructions
Returns the latest quotes for fixed income securities (bonds, treasuries). Provide a comma-separated list of ISINs (e.g. 'US912797SX61,US912810SK51'). Returns bid/ask prices, sizes, and yield-to-maturity for each security.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isins | Yes | A comma-separated list of ISINs with a limit of 100. | |
| trade_size | No | Filters to best bid/ask where the minimum trade size is less than or equal to the given numeric value. For any negative value the best bid/ask will be returned for the smallest trade size on either side. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||