Skip to content

sixro/openinsider4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openinsider4j

A library to get openinsider.com content

build javadoc

Summary

Introduction

This is a Java library that allows to read data found on openinsider.com.
For example, it can allow you to get all insider trading activities made by CEOs of companies.

DISCLAIMER: this library has nothing to do with openinsider.com
            I developed it for personal use.
            Use at your own risk.

How to use

Include as a dependency:

<dependency>
	<groupId>com.github.sixro</groupId>
	<artifactId>openinsider4j</artifactId>
	<version>0.4.2</version>
</dependency>

(check Maven Central for the most recent version).

The you can call the OpenInsider.insiderTrades.

Development

How to release

In order to create a snapshot use the following command:

mvn deploy -Prelease

In order to create a release use the following command:

mvn -B release:prepare release:perform

or the release.sh found in the base directory.

WARNING: On Windows Subsystem Linux, add the following configuration to avoid gpg errors:

# FIX error provided by gpg when trying to sign jars.
# Found this solution here: https://github.com/keybase/keybase-issues/issues/2798
export GPG_TTY=$(tty)

About

A library to get openinsider.com content

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published