Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markwinter/go-finproto
Finance and Trading Protocols in Golang
https://github.com/markwinter/go-finproto
finance go golang itch nasdaq nasdaq-itch networking soupbintcp trading
Last synced: about 1 month ago
JSON representation
Finance and Trading Protocols in Golang
- Host: GitHub
- URL: https://github.com/markwinter/go-finproto
- Owner: markwinter
- License: mit
- Created: 2022-01-20T12:37:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:45:20.000Z (3 months ago)
- Last Synced: 2024-12-06T20:24:30.902Z (about 2 months ago)
- Topics: finance, go, golang, itch, nasdaq, nasdaq-itch, networking, soupbintcp, trading
- Language: Go
- Homepage:
- Size: 101 KB
- Stars: 17
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-finproto
[![Go Reference](https://pkg.go.dev/badge/github.com/markwinter/go-finproto.svg)](https://pkg.go.dev/github.com/markwinter/go-finproto)
[![Go Report Card](https://goreportcard.com/badge/github.com/markwinter/go-finproto)](https://goreportcard.com/report/github.com/markwinter/go-finproto)go-finproto is a collection of finance-related protocols implemented in Golang.
Protocols are contained within top level packages in this repo, and examples of each protocol can be found in the `cmd` directory.
## Protocols
### Nasdaq ITCH 5.0
The `itch` directory contains a parser for Nasdaq's ITCH 5.0 protocol.
### Nasdaq SoupBinTCP 4.1
The `soupbintcp` directory contains a server and client implementation of Nasdaq's SoupBinTCP 4.1 protocol.
## Suggestions or Contributions
Have a suggestion for a protocol to be implemented? Open an issue and I'll take a look. If I think it will be fun, I'll implement it.
I also welcome implementations from others if you create a pull request.