ExBovespa v0.8.0 API Reference

Modules

ExBovespa helps retrieving stocks data from bovespa website by webscraping their HTML data

Retrieves data from B3"s website on brokers path

Defines the functions implemented by B3 adapter

Retrieves data from Bovespa's website on listed companies path

Defines the functions implemented by Bovespa adapter

Functions that implement facilities for working with strings

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/

Exposes a function functions to decode specific data from StockDetailHtml

Module that interprets HTML syntax into a struct of important data

Module that interprets HTML syntax into a list of elements on a table

Holds the data related to a broker

Shows general information from decoded pricing file

Holds data for each occurrence for stock pricing on historical quotes file

Holds the data related to a stock's company.

Holds data for a stock details and is a child of "Stock" struct.