Skip to content

gurre/nordnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nordnet

Go implementation of the Nordnet External API.

https://api.test.nordnet.se/api-docs/index.html

Installation

The APIClient is used for making REST requests, such as making orders.

$ go get github.com/denro/nordnet/api

The Feed package is for reading realtime prices and trades.

$ go get github.com/denro/nordnet/feed

Util contains authentication.

$ go get github.com/denro/nordnet/util

Usage

See example

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Nordnet External API client for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%