GET
Get Quotes
Get quote for one or more symbols
Resource URL
https://api.tdameritrade.com/v1 /marketdata/quotes
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
Pass your OAuth User ID to make an unauthenticated request for delayed data. |
|
| symbol |
Enter one or more symbols separated by commas |
Header Parameters
| Name | Values | Description |
|---|---|---|
| Authorization |
(Optional) The Authorization token to validate the request. Not required for un-authenticated requests. Not required if using below 'OAuth 2.0 Set' link to do the authentication. |
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
Response Summary
Resource Error Codes |
||
|
HTTP Code |
Description |
|
|
400 |
An error message indicating the caller must pass a non null value in the parameter. |
|
|
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 is forbidden from accessing this page. |
|
|
404 |
An error message indicating the instrument for the symbol/cusip was not found. |
|
|
406 |
An error message indicating an issue in the symbol regex, or number of symbols searched is over the maximum. |
|
Working...