Get Transactions

GET

Get Transactions

Transactions for a specific account.

Resource URL

https://api.tdameritrade.com/v1 /accounts/{accountId}/transactions

Query Parameters

Name Values Description
type

Only transactions with the specified type will be returned.

symbol

Only transactions with the specified symbol will be returned.

startDate

Only transactions after the Start Date will be returned.
Note: The maximum date range is one year. Valid ISO-8601 formats are :
yyyy-MM-dd.

endDate

Only transactions before the End Date will be returned.
Note: The maximum date range is one year. Valid ISO-8601 formats are :
yyyy-MM-dd.

Header Parameters

Name Values Description
Authorization

Supply an access token to make an authenticated request. The format is Bearer <access token>.

Try it out !!

accountId Account Number. true

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Category

Transactions

Response Summary

Resource Error Codes

HTTP Code

Description

400

An error message indicating the validation problem with the request.

401

An error message indicating the caller must pass a valid Authorization in the HTTP authorization request header.

403

An error message indicating the caller doesn't have access to the account in the request.

500

An error message indicating there was an unexpected server error.

503

An error message indicating there is a temporary problem responding.

Working...