Latest trades

The latest trades endpoint provides the latest trades for the given ticker symbols.

Trades with any conditions that causes them to not update the bar price are excluded. For example a trade with condition I (odd lot) will never appear on this endpoint. You can find the complete list of excluded conditions in this FAQ.

Query Params
string
required

A comma-separated list of stock symbols.

string
enum

The source feed of the data.

  • sip: all US exchanges
  • iex: Investors EXchange
  • delayed_sip: SIP with a 15 minute delay
  • boats: Blue Ocean, overnight US trading data
  • overnight: derived overnight US trading data
  • otc: over-the-counter exchanges

Default: sip if the user has the unlimited subscription, otherwise iex.

Allowed:
string

The currency of all prices in ISO 4217 format. Default: USD.

Responses

401

Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.

403

The requested resource is forbidden.

500

Internal server error. We recommend retrying these later. If the issue persists, please contact us on Slack or on the Community Forum.

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*