An open API service indexing awesome lists of open source software.

https://github.com/gobenpark/kinvest-go

한국투자증권 golang api
https://github.com/gobenpark/kinvest-go

koreainvestment openapi stock

Last synced: 5 months ago
JSON representation

한국투자증권 golang api

Awesome Lists containing this project

README

          


kinvest-go


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

## Installation

```bash
go get github.com/gobenpark/kinvest-go
```

## Usage

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

// Do something
client...
```