Financial Ratio Calculator APIs

A module library that provides a set of APIs to calculate financial ratios

License

License

Categories

Categories

Financial Business Logic Libraries
GroupId

GroupId

com.github.faroukbengharssallah
ArtifactId

ArtifactId

financial-ratio
Last Version

Last Version

0
Release Date

Release Date

Type

Type

jar
Description

Description

Financial Ratio Calculator APIs
A module library that provides a set of APIs to calculate financial ratios
Project URL

Project URL

https://github.com/FaroukBENGHARSSALLAH/financial-ratio
Source Code Management

Source Code Management

https://github.com/FaroukBENGHARSSALLAH/financial-ratio

Download financial-ratio

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.faroukbengharssallah/financial-ratio/ -->
<dependency>
    <groupId>com.github.faroukbengharssallah</groupId>
    <artifactId>financial-ratio</artifactId>
    <version>0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/financial-ratio/
implementation 'com.github.faroukbengharssallah:financial-ratio:0'
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/financial-ratio/
implementation ("com.github.faroukbengharssallah:financial-ratio:0")
'com.github.faroukbengharssallah:financial-ratio:jar:0'
<dependency org="com.github.faroukbengharssallah" name="financial-ratio" rev="0">
  <artifact name="financial-ratio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faroukbengharssallah', module='financial-ratio', version='0')
)
libraryDependencies += "com.github.faroukbengharssallah" % "financial-ratio" % "0"
[com.github.faroukbengharssallah/financial-ratio "0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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)

Versions

Version
0