Historical data API
Our Application Programming Interface
(or SDK) is provided for use by third-party
developers and specifies a standard interface that can be implemented
on any platform using any programming language to download historical
data from our servers. Click here
to find out how you can get access to Kibot API.
Download intraday and daily data for stocks
All of our intraday and daily (end-of-day) data is available for download
trough API. We offer over 12 years of 1 minute-level intraday stock market
historical data for thousands of the most popular and liquid companies.
Simple and intuitive
Our goal is to provide a simple to use and intuitive way to access historical
market data on our servers. Our API uses standard HTTP protocol to process
requests and deliver results to remote client applications. It allows
the developer to access data and functionality we provide through a web-enabled
application. Kibot API follows the standard web services model: users
of the service request historical data over HTTP and data is returned
by the service as a formatted stream of text.
Ready to use examples
Whenever possible, we include examples
to use with a browser to quickly and easily formulate calls to Kibot API
and review results. Simply copy and paste the provided URL into your web
browser's address text box to get the results. Before issuing any requests,
make sure that you are logged in. We also
offer an open-source application which
you can use as a basis for your own application development.
Downloads
You can download a printable version of Kibot API documentation in PDF
format or a compiled HTML help (chm) file. You can also download our open-source
sample application which demonstrates the client-server communication:
- Printable
PDF version
- HTML help
CHM version
- Kibot API Client application
source code and binary files
Historical Data API - Table of Contents