Polygon
  1. Stocks
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. Stocks

Last Quote for a Symbol

GET
/v1/last_quote/stocks/{symbol}
Get the last quote tick for a given stock.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/last_quote/stocks/'
Response Response Example
200 - Example 1
{
    "last": {
        "askexchange": 0,
        "askprice": 0,
        "asksize": 0,
        "bidexchange": 0,
        "bidprice": 0,
        "bidsize": 0,
        "cond": 0,
        "timestamp": 0
    },
    "status": "string",
    "symbol": "string"
}

Request

Path Params

Responses

🟢200Last quote tick for this stock
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Previous
Last Trade for a Symbol
Next
Available Currencies
Built with