Under Construction …


Are your frustrated trying to setup an automated streaming API (e.g.: perhaps wanting to do automated trading)?

Maybe you are trying just to get streaming data (e.g.: Level I or Level II data) or producing some financial API for a major corporation?

How many times have you gone to well known financial/brokerage firms, only to find they do not have a trading API?

OR if they do, their REST / JSON trading API documentation is so poor, in that it is scattered over many web pages, that you spend forever to collect the pieces?

Or their REST API is so incomplete, with data types half defined? Or that identical JSON data types have completely different names and they don’t use a common repository of JSON structures?

And wouldn’t it be nice if you could use any common programming language that you are familiar with with any API and not be forced into making adapter code just to get an API to work?

And according to research, socket based (i.e.: socket variants such as WebSockets) APIs are substantially faster than using all that http/ REST overhead code. See links below:

And, yes, it is acknowledged that although using a binary/socket API does result in a substantially faster communication stream,

Well, that’s the problem defined and yes I’m frustrated too.

So, working to solve these and related problems.

Of course, this may take a little while….

To download a JSON file that is a good example of a well defined REST API in a single file that is publicly available, just click the [Download] button on this link => TradeStation's Trading API - OpenAPI specification


Constructive comments may be sent to: comments@api-123.com Please note that any comments become the sole possession of api-123.com to use in its sole discretion without any remuneration to submitter(s).