[][src]Crate alphavantage

alphavantage

A Rust client for the Alpha Vantage API.

Currently supports the following operations:

The default alphavantage::Client is asynchronous but a blocking client is also available through the optional blocking feature.

Modules

exchange_rate

Exchange rate related operations

time_series

Time series related operations

Structs

Client

An asynchronous client for the Alpha Vantage API.

Enums

Error

Set of errors which can occur when calling the API.