3 个版本
0.2.4 | 2023年10月17日 |
---|---|
0.2.3 | 2023年10月17日 |
0.2.2 | 2023年10月17日 |
151 在 金融 中
12KB
239 行
AlphaVantageWrapper
用于 Rust 的股票分析 API 包装库!获取可公开访问的股票信息的实时数据
安装
使用包管理器 cargo 将 AlphaVantageWrapper 添加到您的 Rust 项目中。
cargo add AlphaVantageWrapper
或者直接在您的 cargo.toml 文件中添加依赖
[dependencies]
AlphaVantageWrapper = "{version}"
用法
use reqwest::Error;
use AlphaVantageWrapper::broker::broker_api::BrokerAPI;
#[tokio::main]
async fn main() -> Result<(),Error>{
let alpha_api = BrokerAPI::new("[API KEY]");
Ok(())
}
贡献
欢迎 Pull 请求。对于重大更改,请首先打开一个问题来讨论您想进行哪些更改。
请确保适当更新测试。
许可证
依赖项
~6–18MB
~270K SLoC