Financial Ratio Calculator APIs

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

Лицензия

Лицензия

Категории

Категории

Financial Прикладные библиотеки
Группа

Группа

com.github.faroukbengharssallah
Идентификатор

Идентификатор

financial-ratio
Последняя версия

Последняя версия

0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Financial Ratio Calculator APIs
A module library that provides a set of APIs to calculate financial ratios
Ссылка на сайт

Ссылка на сайт

https://github.com/FaroukBENGHARSSALLAH/financial-ratio
Система контроля версий

Система контроля версий

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

Скачать financial-ratio

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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)

Версии библиотеки

Версия
0