Actions (15)
Firestream · 6
- Download symbols backupsGET /symbols/backups/{metric}/{year}/{month}/{day}
Download backups for symbol metrics on a given date.
documented - Download user stream backupsGET /backups/{file_type}/{year}/{month}/{day}
Download backups of user streams for a given date.
documented - Get sentiment chartGET /external/sentiment/v2/{symbol}/chart
Retrieve sentiment chart data for a symbol.
documented - Get sentiment detailGET /external/sentiment/v2/{symbol}/detail
Retrieve sentiment detail data for a symbol.
documented - Stream (user data)GET /stream
Connect to the user data stream (real-time feed).
documented - Stream symbolsGET /symbols/stream
Connect to the symbols data stream (real-time).
documented
Authentication · 3
- Authorize via OAuthGET /api/2/oauth/authorize
Initiate the OAuth authorization flow to obtain an access token.
documented - Exchange OAuth tokenPOST /api/2/oauth/token
Exchange an authorization grant for an access token.
documented - Verify access tokenGET /api/2/account/verify.json
Verify the provided access token and retrieve account identity.
documented
Streams · 3
- List friends streamGET /api/2/streams/friends
Retrieve the authenticated user’s friends' stream.
documented - List symbol streamGET /api/2/streams/symbol/{symbol}.json
Retrieve the latest messages for the given stock/asset symbol.
documented - List user streamGET /api/2/streams/user/{username}.json
Retrieve the latest messages from the specified user stream.
documented