Overview of the Kibot API model
After performing a user authentication dialog, client applications can
then issue requests to our servers. Logout
request is called when the user wants to stop their current session or
close the client application.

Available requests
Available requests are:
Login
After the end-user is authenticated
and account authorizations are returned, the client may initiate requests.
History
You can download historical data by
issuing the history request.
The server opens a connection that returns a continuous stream of data
using comma separated format described
here.
Adjustments
The adjustments request shows
all splits and dividends for a specified
symbol. You can also request the list of splits and dividends for all
symbols.
Status
The status request shows the short text message
describing the status of our data servers.
Logout
The logout requests logs the user out of Kibot
API and closes the session.
Historical Data API - Table of Contents