ExBovespa v0.1.1 ExBovespa.Parsers.StockListHtml View Source
Module that interprets HTML syntax into a list of elements on a table
Link to this section Summary
Functions
Receives a HTML tree and finds the table lines corresponding to each listed company row then retrieves the company code, its name and its short name
Link to this section Functions
Specs
parse(html :: String.t()) :: [ExBovespa.Structs.Stock.t()]
Receives a HTML tree and finds the table lines corresponding to each listed company row then retrieves the company code, its name and its short name