financial-ratio
A module library that provides a set of APIs to calculate financial ratios.
Some implemeted APIs:
-
Stock ratios,
-
Beta ratio
-
Correlation ratio
-
Q ratio
-
Options,
-
InMoney
-
Intrinsic
-
Speculative Premium
-
Accounting ratios,
-
Asset Management ratios
-
Debt Management ratios
-
Liquidity ratios
-
Market Value ratios
-
Profitability ratios
You can use my API using this maven dependency :
<dependency>
<groupId>com.github.faroukbengharssallah</groupId>
<artifactId>financial-ratio</artifactId>
<version>0</version>
</dependency>
- Financial data resources : JSon compressed files containing Yahoo financial instrutments data to be used in DEV environment Stock (Ticker, Name, Exchange, Category, Country), ETF (Ticker, Name, Exchange), Currency (Ticker, Name, Exchange), Future (Ticker, Name, Exchange), Index (Ticker, Name, Exchange)