WojciechZankowski / iextrading4j

IEX Cloud open source API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChartRange is missing the "max" option,

droidkfx opened this issue · comments

Describe the bug
ChartRange should include "max" as an option.

To Reproduce
N/A

Expected behavior
max is an allowed option in the API and should be represented.

Screenshots
N/A

Additional context
The data is useful to obtain for historical analysis since more than 5 years are available.

See : https://iexcloud.io/docs/api/#historical-prices

Hey,

I added MAX and some others to Chart Range. Should be available soon in maven repository:

<dependency>
	<groupId>pl.zankowski</groupId>
	<artifactId>iextrading4j-all</artifactId>
	<version>3.2.2</version>
</dependency>

Cheers,

Wojtek