[][src]Module alpha_vantage::quote

Module for returning latest price and volume information

A lightweight alternative to the time series APIs, this service returns the latest price and volume information for a security of your choice.

You can read about Quote API and what it returns on alphavantage documentation

Structs

Quote

Struct for storing Quote related information

Functions

quote

Function used to create a Quote struct.