https://github.com/jakeschurch/instruments
instruments is an implementation of commonly-used financial types for the Go Programming Language
https://github.com/jakeschurch/instruments
finance go golang holding order price security stock
Last synced: about 1 year ago
JSON representation
instruments is an implementation of commonly-used financial types for the Go Programming Language
- Host: GitHub
- URL: https://github.com/jakeschurch/instruments
- Owner: jakeschurch
- License: mit
- Created: 2018-04-16T19:12:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T05:02:55.000Z (about 8 years ago)
- Last Synced: 2025-03-21T08:21:25.920Z (over 1 year ago)
- Topics: finance, go, golang, holding, order, price, security, stock
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# instruments [WIP]
[](https://godoc.org/github.com/jakeschurch/instruments)[](https://goreportcard.com/report/github.com/jakeschurch/instruments)[](https://travis-ci.org/jakeschurch/instruments)[](https://coveralls.io/github/jakeschurch/instruments?branch=master)[](https://opensource.org/licenses/MIT)
instruments is a package for the Go Programming Language which features functionality for financial instruments such as orders and stock holdings.
## Installation
To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:
`$ go get -u github.com/jakeschurch/instruments`
### Prerequisites
This requires Go 1.4 or later.
## Documentation
See [API documentation](https://godoc.org/github.com/jakeschurch/instruments) for package and API descriptions.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/jakeschurch/instruments/tags).
## Authors
* **Jake Schurch** - *Initial work* - [jakeschurch](https://github.com/jakeschurch)
See also the list of [contributors](https://github.com/jakeschurch/instruments/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* [PurpleBooth](https://github.com/PurpleBooth) for README.md and CONTRIBUTING.md templates