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 Trade for a Symbol

GET
/v1/last/stocks/{symbol}
Get the last trade for a given stock.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/last/stocks/'
Response Response Example
200 - Example 1
{
    "last": {
        "cond1": 0,
        "cond2": 0,
        "cond3": 0,
        "cond4": 0,
        "exchange": 0,
        "price": 0,
        "size": 0,
        "timestamp": 0
    },
    "status": "string",
    "symbol": "string"
}

Request

Path Params

Responses

🟢200Last trade for this stock
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Previous
Historic Trades
Next
Last Quote for a Symbol
Built with