Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Account Tax Downloads
This request returns the list of Tax Exchange Format (.TXF) files that are available for download for a brokerage account.
.TXF formatted files are only produced for taxable accounts, and can be imported into popular tax software from providers such as Quicken and TurboTax.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/downloads/txf |
---|---|
Example URL | https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/downloads/txf |
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/downloads/txf
Content-Type: application/json
Transfer-Encoding: chunked
Date: Thu, 11 Sep 2014 21:06:51 GMT
[
"2012",
"2011"
]