logo
Trading

Get symbol quotes

get
https://api.snaptrade.com/api/v1/accounts/{accountId}/quotes

Returns live quote(s) from the brokerage for the specified symbol(s).

Path
accountIdstring (format: uuid)required
The ID of the account to get quotes.
Query
userIdstringrequired
SnapTrade User ID
userSecretstringrequired
SnapTrade User Secret (generated when registering user)
symbolsstringrequired
List of universal_symbol_id or tickers to get quotes for.
use_tickerboolean
Should be set to True if providing tickers.

Responses

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...