Crate alphavantage

Source
Expand description

§alphavantage

A Rust client for the Alpha Vantage API.

Currently supports the following operations:

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

Modules§

exchange_rate
Exchange rate related operations
tickers
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.