Skip to content

faiteanu/JavaStockQuotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaStockQuotes

Java libary for fetching historical stock quotes.

It supports JavaScript Plugins to add more sources.

The information are returned as a List of Datacontainer (HashMap)

Used Labels for Quotes:

Name Description Java Class Format
date Date Date
first First Price BigDecimal
last Last Price BigDecimal
low Lowest trade BigDecimal
high Highest trade BigDecimal
currency Currency String three letter code, see ISO 4217

Used Labels for Events:

Name Description Java Class Format
date Date Date
ratio Split Ratio String x:y (e.g. "8:7")
value BigDecimal
currency Currency String three letter code, see ISO 4217
action String See jsq.datastructes.Const for Strings

Referenzen

Diese Bibliothek wird verwendet vom Hibiscus Depot Viewer.

About

Java library for fetching historical stock quotes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.2%
  • JavaScript 36.0%
  • HTML 0.8%