Skip to content

gobenpark/kinvest-go

Repository files navigation

kinvest-go

korea investment client library for Go (inspired by open-trading-api)

Installation

go get github.com/gobenpark/kinvest-go

Usage

cli := NewKinvest(&Config{
    AppKey:    AppKey,
    SecretKey: SecretKey,
    Imitation: false,
    Customer:  Person,
    Token:     Token,
    Account:   "",
})

// Do something
client... 

Releases

No releases published

Packages

 
 
 

Languages