Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Why is tda-api better than other api wrappers?


Asked by Jonathan Garcia on Nov 29, 2021 FAQ



Minimal API Wrapping: Unlike some other API wrappers, which build in lots of logic and validation, tda-api takes raw values and returns raw responses, allowing you to interpret the complex API responses as you see fit. Anything you can do with raw HTTP requests you can do with tda-api , only more easily. Why should I not use tda-api?
Consequently,
Minimal API Wrapping: Unlike some other API wrappers, which build in lots of logic and validation, tda-api takes raw values and returns raw responses, allowing you to interpret the complex API responses as you see fit. Anything you can do with raw HTTP requests you can do with tda-api , only more easily.
Moreover, Basically an API wrapper lets you call it instead of the API directly. If all you are doing is using the API then it is rather stupid. There is no point.
Accordingly,
tda-api is an unofficial wrapper around the TD Ameritrade APIs. It strives to be as thin and unopinionated as possible, offering an elegant programmatic interface over each endpoint.
Additionally,
Zerodha’s Kite Connect offers a set of REST-like APIs that can be used to build a complete trading and investment platform. All requests happen over HTTPs. Inputs are form-encoded parameters and responses from the API server are in JSON. You can read the other details about it here.