Merge pull request #1521 from d-e-s-o/topic/apca

Include apca crate in README
This commit is contained in:
Tom Parker-Shemilt 2023-07-02 16:48:53 +01:00 committed by GitHub
commit 893e67045f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1270,6 +1270,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
### Finance
* [avhz/RustQuant](https://github.com/avhz/RustQuant) [[RustQuant](https://crates.io/crates/RustQuant)] — A quantitative finance library. ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/avhz/RustQuant/build.yml)
* [d-e-s-o/apca](https://github.com/d-e-s-o/apca) [[apca](https://crates.io/crates/apca)] — Opinionated and comprehensive bindings to the [Alpaca API](https://alpaca.markets/) for stock trading and more. ![GitHub Workflow Status](https://github.com/d-e-s-o/apca/actions/workflows/test.yml/badge.svg?branch=main)
### Functional Programming