Skip to content

Unofficial GO client for Kite Connect API's

License

Notifications You must be signed in to change notification settings

VarunBatraIT/kiteapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiteapi

The source is taken from project OTAMIA which is private.

UNOFFICIAL

This api is unofficial although, it source codes are borrowed from official API. This is incompatible with official api of Zerodha.

Major Differences

  1. Supports OI flag in historical data.
  2. The error is displayed in debug mode and you will not receive error = nil when there is one. - FIX
  3. NewConnect and NewTicker are the functions instead of two packages with New. - Improvement
  4. The structure used for Ticker data and Connect data is now common. - Improvement (Major)
  5. int64 is used everywhere while offical discrepancy is: uint32 in ticker VS and int64 in connect that in official API. Improvement which avoids various conversions.
  6. Fixed the minute historical data date is not parsed in known utility when doing unmarshal - Converting the JSON to Struct was making dates as 0000-00-00 FIX (Major)

Status

This is used in the production environment and I will improve it wherever needed!

About

Unofficial GO client for Kite Connect API's

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%