snowhite v2.1.3 Finnhub.Quote View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Finnhub.Quote{
  change: float(),
  current_price: float(),
  high_price: float(),
  low_price: float(),
  open_price: float(),
  percent_change: float(),
  previous_close_price: float(),
  timestamp: integer()
}

Link to this section Functions