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

Historic Trades

GET
/v1/historic/trades/{symbol}/{date}
Get historic trades for a symbol.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/historic/trades//'
Response Response Example
200 - Example 1
{
    "day": "2019-08-24",
    "msLatency": 0,
    "status": "string",
    "symbol": "string",
    "ticks": [
        {
            "c1": 0,
            "c2": 0,
            "c3": 0,
            "c4": 0,
            "e": "string",
            "p": 0,
            "s": 0,
            "t": 0
        }
    ]
}

Request

Path Params

Query Params

Responses

🟢200An array of trades
application/json
Body

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