Crate alphavantage[−][src]
alphavantage
A Rust client for the Alpha Vantage API.
Currently supports the following operations:
- TIME_SERIES_INTRADAY
- TIME_SERIES_DAILY
- TIME_SERIES_WEEKLY
- TIME_SERIES_MONTHLY
- CURRENCY_EXCHANGE_RATE
The default 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. |