Get Current Price (G7 FX quote)
get_quoteGet the latest price for a G7 FX pair — a quick "what's it at now" check.
Useful for context before deploying a strategy. The price is the close of
the most recent 1-minute bar from the platform's market feed (not a raw
live tick); FX markets close on weekends, so the `stale` flag marks a bar
that is more than 15 minutes old.
Args:
symbol: G7 pair — one of EURUSD, USDJPY, GBPUSD, USDCHF, USDCAD, AUDUSD,
NZDUSD. Default EURUSD.
Returns:
dict with: symbol, price (latest close), time (bar timestamp, UTC),
change + change_pct (vs the prior 1-min bar), stale (bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | EURUSD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||