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

de.sfuhrm:YahooFinanceAPI 3.16.1

This library provides some methods that should make it easy to communicate with the Yahoo Finance API. It allows you to request detailed information, some statistics and historical quotes on stocks. Separate functionality is available to request a simple FX quote. Please check the javadoc to get a complete overview of the available methods and to get an idea of which data is available from Yahoo Finance.

Группа

Группа

de.sfuhrm
Идентификатор

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

YahooFinanceAPI
Версия

Версия

3.16.1
Тип

Тип

jar

Скачать YahooFinanceAPI 3.16.1


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