---
title: "Last Quote for a Currency Pair"
method: GET
path: "/v1/last_quote/currencies/{from}/{to}"
tags: ["fx:last:quote"]
---

# Last Quote for a Currency Pair

`GET /v1/last_quote/currencies/{from}/{to}`

Get the last quote tick for a forex currency pair.

## Path parameters

- `from` string, required
- `to` string, required

## Response `200`

The last quote tick for this currency pair.

- object
  - `last` object — Contains the requested quote data for the specified forex currency pair.
    - `ask` number, double, required — The ask price.
    - `bid` number, double, required — The bid price.
    - `exchange` integer, required — The exchange ID. See <a href="https://massive.com/docs/rest/forex/market-operations/exchanges" alt="Exchanges">Exchanges</a> for Massive's mapping of exchange IDs.
    - `timestamp` integer, required — The Unix millisecond timestamp.
  - `request_id` string, required — A request id assigned by the server.
  - `status` string, required — The status of this request's response.
  - `symbol` string, required — The symbol pair that was evaluated from the request.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
