pyTD

Getting Started

  • Quick Start Guide
  • Installing pyTD
  • Configuration
  • Authentication

Endpoints

  • Market Data
  • Instruments

Tutorials

  • Basics

Package Info

  • Exceptions
  • Testing
  • Frequently Asked Questions
pyTD
  • Docs »
  • pyTD: Python SDK for TD Ameritrade
  • View page source

pyTD: Python SDK for TD Ameritrade¶

This documentation is organized as follows:

  • Getting Started
  • Endpoints
  • Tutorials
  • Package Info

Getting Started¶

  • Quick Start Guide
    • Prerequisites
    • Step 1 - Obtain an Consumer Key and Callback URL
    • Step 2 - Run pyTD.configure
    • Step 3 - Authenticate Your Application
    • Step 4 - Go!
  • Installing pyTD
    • Dependencies
    • Installation
    • virtualenv
  • Configuration
    • Configuring Environment
    • Configuring User Agent
    • Configuring Logging
    • Appendix
  • Authentication
    • Overview
    • Script Application
    • Web Application
    • Installed Application
    • Token Caching

Endpoints¶

  • Market Data
    • Quotes
    • Movers
    • Hours
    • Option Chains
    • Historical Prices
    • Fundamental Data
  • Instruments
    • Get Instrument
    • Search Instruments

Tutorials¶

  • Basics

Package Info¶

  • Exceptions
  • Testing
    • Setting Up a Testing Environment
    • Writing Tests
    • Testing Dependencies
  • Frequently Asked Questions
    • What is OAuth 2.0?
    • What should my Callback URL be?
    • What is a self-signed SSL certificate?
    • How do I create a self-signed SSL certificate and key?
    • How do I get my Consumer Key and Callback URL?
    • What is a Script Application?
    • What is a CUSIP ID?
    • Is it safe to save my authentications on-disk?

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2018, Addison Lynch.

Built with Sphinx using a theme provided by Read the Docs.