Download YahooFinanceAPI-1.3.0.jar file

Introduction

You can download YahooFinanceAPI-1.3.0.jar in this page.

License

MIT License

Type List

YahooFinanceAPI-1.3.0.jar file has the following types.

META-INF/MANIFEST.MF
yahoofinance.Stock.class
yahoofinance.Utils.class
yahoofinance.YahooFinance.class
yahoofinance.histquotes.HistQuotesRequest.class
yahoofinance.histquotes.HistoricalQuote.class
yahoofinance.histquotes.Interval.class
yahoofinance.quotes.QuotesProperty.class
yahoofinance.quotes.QuotesRequest.class
yahoofinance.quotes.fx.FxQuote.class
yahoofinance.quotes.fx.FxQuotesRequest.class
yahoofinance.quotes.fx.FxSymbols.class
yahoofinance.quotes.stock.StockDividend.class
yahoofinance.quotes.stock.StockQuote.class
yahoofinance.quotes.stock.StockQuotesData.class
yahoofinance.quotes.stock.StockQuotesRequest.class
yahoofinance.quotes.stock.StockStats.class

Pom

YahooFinanceAPI-1.3.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.yahoofinance-api</groupId>
    <artifactId>YahooFinanceAPI</artifactId>
    <version>1.3.0</version>  
    <packaging>jar</packaging>
    <name>YahooFinanceAPI</name>
    <description>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.</description>
    <url>http://yahoofinance-api.com</url>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://opensource.org/licenses/MIT</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>Stijn Strickx</name>
            <email>api.yahoofinance@gmail.com</email>
            <organization>YahooFinanceAPI</organization>
            <organizationUrl>http://yahoofinance-api.com</organizationUrl>
        </developer>
    </developers>
    <issueManagement>
        <url>https://github.com/sstrickx/yahoofinance-api/issues</url>
        <system>GitHub Issues</system>
    </issueManagement>
    <scm>
        <connection>scm:git:git://github.com/sstrickx/yahoofinance-api.git</connection>
        <developerConnection>scm:git:git@github.com:sstrickx/yahoofinance-api.git</developerConnection>
        <url>https://github.com/sstrickx/yahoofinance-api</url>
    </scm>
</project>

POM Entry

<dependency>
   <groupId>com.yahoofinance-api</groupId>
   <artifactId>YahooFinanceAPI</artifactId>
   <version>1.3.0</version>
</dependency>

Download

If you think the following YahooFinanceAPI-1.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download YahooFinanceAPI-1.3.0.jar file




PreviousNext

Related