Special discount! Up to 50% off!
Home Buy Data Subscribe API Support My Account

Snapshot feature

You can use API snapshot feature and use a single API call to request current day's data for one or more instruments. There is no need for multiple calls to API.

Delay is of about 15 minutes and the maximum number of symbols separated by comma is 100.

Please note that this feature only works with stocks, ETFs and a few selected indexes.

Request URL

The format is:
http://api.kibot.com/?action=snapshot&symbol=[symbols]

This example will work even if you do not have a subscription:
http://api.kibot.com/?action=snapshot&symbol=$NDX,AAPL

Response

The format that is returned is: Symbol,Date,Time,LastPrice,LastVolume,Open,High,Low,Close,Volume,ChangePercent,TimeZone.




Historical Data API - Table of Contents

Introduction
    Historical data API  
    Overview
    How to get access
Commands
    Login request
    Download historical data
    Stock data adjustments
    Logout request
    Status
    Snapshot
Examples
    Sample source code
    Sample client application
Other
    Data compression
    Server responses