1.3. capital_analyzer.my_func.py¶
Module with helper functions.
-
capital_analyzer.my_func.format_capital(capital, currency='€', add_plus_sign=False)¶ Formats the capital in a human friendly format.
Inserts a space as the separator for thousands.
-
capital_analyzer.my_func.get_f_path_chart_data(wnk)¶ Raturns the path of the chart data file to the given identifier.
- Parameters
wnk (string) – Identifier of the share, of which to obtain the path.
- Returns
f_path_chart – Path to the chart data file.
- Return type
string