AlphaVantageWrapper
Stock analysis API wrapper crate for rust! Get real time data on publicly accessible stock information
Installation
Use the package manager cargo to add AlphaVantageWrapper to your rust project.
or add the dependency directly in your cargo.toml file
[]
= "{version}"
Usage
use Error;
use BrokerAPI;
async
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.