The balance method is used to get the balance sheet for a given stock symbol.
By default, the balance sheet is returned in EUR. You can specify a different currency
by passing the currency argument.
The candle method is used to get the candle data for a given stock symbol.
By default, the candle data is returned in EUR. You can specify a different currency
by passing the currency argument.
The cashflow method is used to get the cashflow statement for a given stock symbol.
By default, the cashflow statement is returned in EUR. You can specify a different currency
by passing the currency argument.
The dividends method is used to get the dividends for a given stock symbol.
By default, the dividends are returned in EUR. You can specify a different currency
by passing the currency argument.
The income method is used to get the income statement for a given stock symbol.
By default, the income statement is returned in EUR. You can specify a different currency
by passing the currency argument.
The profile method is used to get the profile for a given stock symbol.
Market capitalisation is adjusted by the specified currency and is NOT in million.
The zip code, isin and city can be empty.
The quote method is used to get the quote for a given stock symbol.
By default, the quote is returned in EUR. You can specify a different currency
by passing the currency argument.
The splits method is used to get the splits for a given stock symbol.
The id argument is used to specify the stock id.
The years argument is used to specify the number of years to get the splits for.