financeMacroFactors package¶
Submodules¶
financeMacroFactors.financeMacroFactors module¶
-
financeMacroFactors.financeMacroFactors.sayHello(name=None)[source]¶ a function that says Hello
- Parameters
name (str or
None, optional) – This is the name that someone is going to greet you with, by defaultNonein which case, this is going to return the string'Hello World'- Returns
string to be returned
- Return type
str
Module contents¶
Macro Factors that affect stock prices
This Library provides a set of utilities for calculating macro factors that is useful for evaluating whether a company is going to be profitable or not. There are factors that decide that. This library will evolve over time to be able to provide a number of utilities that will ultimately allow individuals to generate insights that can be used for generating trading strategies.
Currently the following items are supported:
- Data Download (
financeMacroFactors.companies) 1.1. Downloading fundamental data of a company from MarketWatch 1.2. Downloading stock data from Yahoo! Finance
- Data Download (
- Calculate a companies valuation (
financeMacroFactors.valuation) 2.1. The P/S Valuation method 2.2. The P/E Valuation method 2.3. The DFE Valuation method 2.4. The DCF Valuation method
- Calculate a companies valuation (