{ "opencollection": "1.0.0", "info": { "name": "TD Ameritrade Accounts and Trading Instruments API", "version": "3.0.1" }, "items": [ { "info": { "name": "Instruments", "type": "folder" }, "items": [ { "info": { "name": "Search for instrument and fundamental data", "type": "http" }, "http": { "method": "GET", "url": "https://api.tdameritrade.com/v2/instruments", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "API Key" }, { "name": "symbol", "value": "", "type": "query", "description": "Value to pass to the search. See projection description for more information." }, { "name": "projection", "value": "", "type": "query", "description": "The type of request:symbol-search: Retrieve instrument data of a specific symbol or cusip\nsymbol-regex: Retrieve instrument data for all symbols matching regex. Example: symbol=XYZ.* will return all symbols beginning with XYZ\ndesc-search: Retrieve instrument data for instruments whose description contains the word supplied. Example: symbol=FakeCompany will return all instruments with FakeCompany in the description.\ndesc-regex: Search description with full regex support. Example: symbol=XYZ.[A-C] returns all instruments whose descriptions contain a word beginning with XYZ followed by a character A through C. \nfundamental: Returns fundamental data for a single instrument specified by exact symbol." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Search or retrieve instrument data, including fundamental data." }, { "info": { "name": "Search for instrument and fundamental data", "type": "http" }, "http": { "method": "GET", "url": "https://api.tdameritrade.com/v2/instruments/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Search or retrieve instrument data, including fundamental data." } ] } ], "bundled": true }