get_pricing
Get current bid and ask prices, spread, and tradeable status for one or more Oanda instruments. Retrieve live quotes with timestamps to monitor market conditions.
Instructions
Get the current price for one or more instruments.
Returns {"time": ..., "prices": [...]} with one entry per requested
instrument: instrument, time (RFC3339 timestamp of the quote),
tradeable (false outside trading hours or when the market is
halted), bid and ask (best available prices, decimal strings;
null when that side has no liquidity), and spread (ask minus bid as
a number in price units; null when either side is missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instruments | Yes | Instrument names in Oanda underscore format, e.g. ['EUR_USD', 'USD_JPY']. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||