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

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

Awesome Lists containing this project

README

          

# instruments [WIP]

[![GoDoc](https://godoc.org/github.com/jakeschurch/instruments?status.svg)](https://godoc.org/github.com/jakeschurch/instruments)[![Go Report Card](https://goreportcard.com/badge/github.com/jakeschurch/instruments)](https://goreportcard.com/report/github.com/jakeschurch/instruments)[![Build Status](https://travis-ci.org/jakeschurch/instruments.svg?branch=master)](https://travis-ci.org/jakeschurch/instruments)[![Coverage Status](https://coveralls.io/repos/github/jakeschurch/instruments/badge.svg?branch=master)](https://coveralls.io/github/jakeschurch/instruments?branch=master)[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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