Historical Data API

Pull tick, minute, and daily bars directly from Kibot's servers. No FTP, no scheduled Agent runs. The API is for Premium subscribers; guest access covers daily data so you can validate your integration first.

Spec
  • 8reference clients
  • 5concurrent connections
  • 20 minsession idle
  • gzipon request
  • RESTover HTTPS

API map

Every endpoint the API exposes, grouped by purpose. Each card links to the concept article with request/response shape, examples, and error handling notes.

Limits & rules to know before you build

5

Concurrent connections

Per subscription, shared across API, FTP, and Kibot Agent. Plan your pool size accordingly.

1

IP address per subscription

The API is pinned to the IP you register. Rotating hosts needs a support ticket.

20 min

Idle session timeout

"Works once, fails later" is almost always this. Renew the session on 401 and retry transparently.

100

Symbols per snapshot

Single snapshot call can return current-day data for up to 100 tickers. Batch larger requests.

Next step

  1. Read the API overview end-to-end.
  2. Pick a reference client in your language.
  3. Try a daily-data request as a guest to verify network, auth, and response handling.
  4. Add a subscription on the Buy Data page to unlock tick and snapshot endpoints.
  5. Wire retry-on-401 + session renewal before moving anything to production.