ghts / kinvest-go

한국투자증권 golang api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

한국투자증권 golang api

License:MIT License


Languages

Language:Go 100.0%