ExBovespa v0.1.1 ExBovespa.Parsers.StockDetailHtml View Source
Module that interprets HTML syntax into a struct of important data
Link to this section Summary
Functions
Receives a HTML tree and finds the table lines corresponding to each stock code for current company, then updates the given stock struct with StockDetail list
Link to this section Functions
Specs
parse(html :: String.t(), stock :: ExBovespa.Structs.Stock.t()) :: ExBovespa.Structs.Stock.t()
Receives a HTML tree and finds the table lines corresponding to each stock code for current company, then updates the given stock struct with StockDetail list