ExBovespa v0.4.0 ExBovespa.Parsers.PriceRowTxt View Source
From a text file name (as string), breaks each line and decode each column by their fixed string size based on the layout provided by B3 (at section "What is the file layout?"): http://www.b3.com.br/en_us/market-data-and-indices/data-services/market-data/historical-data/equities/historical-quote-data/
Link to this section Summary
Functions
Receives a file name and opens it as a stream to apply data decoders
Link to this section Functions
Specs
parse(file_name :: String.t() | charlist()) :: [ header: ExBovespa.Structs.PriceRowHeader.t(), items: [ExBovespa.Structs.PriceRowItem.t()] ]
Receives a file name and opens it as a stream to apply data decoders