Polygon
  1. Currencies
Polygon
  • Stocks
    • Available Companies
      GET
    • Historic Aggregates
      GET
    • Historic Quotes
      GET
    • Historic Trades
      GET
    • Last Trade for a Symbol
      GET
    • Last Quote for a Symbol
      GET
  • Currencies
    • Available Currencies
      GET
    • Historic Forex Ticks
      GET
    • Last Trade for a Currency Pair
      GET
    • Last Quote for a Currency Pair
      GET
  1. Currencies

Last Quote for a Currency Pair

GET
/v1/last_quote/currencies/{from}/{to}
Get Last Quote Tick for a Currency Pair.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/last_quote/currencies//'
Response Response Example
200 - Example 1
{
    "last": {
        "askprice": 0,
        "bidprice": 0,
        "timestamp": 0
    },
    "status": "string",
    "symbol": "string"
}

Request

Path Params

Responses

🟢200Last quote tick for this currency pair
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Previous
Last Trade for a Currency Pair
Built with