Struct alphavantage::Client[][src]

pub struct Client { /* fields omitted */ }

A client for the Alpha Vantage API.

Methods

impl Client
[src]

Create a new client using the specified API key.

Retrieve intraday time series for the specified symbol updated in realtime.

Retrieve daily time series for the specified symbol including up to 20 years of historical data.

Retrieve weekly time series for the specified symbol including up to 20 years of historical data.

Retrieve montly time series for the specified symbol including up to 20 years of historical data.

Retrieve the exchange rate from the currency specified by from_currency_code to the currency specified by to_currency_code.

Auto Trait Implementations

impl Send for Client

impl Sync for Client