yahoo_finanza v0.3.0 YahooFinanza.Symbol View Source

This module provides methods to get the list of symbols for a given market or index

Link to this section Summary

Functions

The symbols_for method accepts a string containing the name of the market or index and returns the list of symbols for that market

Link to this section Functions

The symbols_for method accepts a string containing the name of the market or index and returns the list of symbols for that market.

Example

iex> YahooFinanza.Symbol.symbols_for "nyse"

{:ok, ["symbol1", "symbol2", ..., "symboln"]}