/kinvest-go

한국투자증권 golang api

Primary LanguageGoMIT LicenseMIT

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...