Skip to content

Releases: ki-chi/JQuants.jl

v1.0.3

05 Feb 05:50
Compare
Choose a tag to compare

JQuants v1.0.3

Diff since v1.0.2

Merged pull requests:

  • Support trading calendar API (#43) (@ki-chi)
  • Support upper & lower limit in stock prices API (#44) (@ki-chi)
  • feat: add new columns for ListedInfo (#45) (@ki-chi)
  • feat: support /fins/fs_details (#46) (@ki-chi)

Closed issues:

  • Support trading calender (#39)
  • Support flags of upper price limit and lower price limit (#40)
  • Support MarginCode on the listed issues (#41)
  • Support detailed information on financial statements (#42)

v1.0.2

03 May 06:25
Compare
Choose a tag to compare

JQuants v1.0.2

Diff since v1.0.1

Closed issues:

  • Support the pagination of API (#35)

Merged pull requests:

v1.0.1

02 May 17:21
Compare
Choose a tag to compare

JQuants v1.0.1

Diff since v1.0.0

v1.0.0

02 May 16:35
Compare
Choose a tag to compare

JQuants v1.0.0

Diff since v0.3.0

Closed issues:

  • Provide support for the production version of the API (#33)

Merged pull requests:

  • Support the production version of the JQuants API (#34) (@ki-chi)

v0.3.0

18 Nov 17:46
72cf587
Compare
Choose a tag to compare

JQuants v0.3.0

Diff since v0.2.0

Closed issues:

  • Register v0.2.0 (#26)
  • Support the change of the API (#29)

Merged pull requests:

  • Support the listed-info API update (#30) (@ki-chi)
  • Update docstrings and README (#31) (@ki-chi)
  • proj: add increment minor version; 0.2.0 => 0.3.0 (#32) (@ki-chi)

v0.2.0

13 Nov 17:28
Compare
Choose a tag to compare

JQuants v0.2.0

Closed issues:

  • Register the package in General (#6)
  • Implementation of a retry function (#7)
  • Add a way to install the package in README (#8)
  • Add some utility functions (#9)
  • Accept Dates.Date type as arguments for some API functions (#14)
  • Raise exception if API functions are executed without authorization (#16)
  • Support new API for investment trends by investor category (#21)
  • TagBot trigger issue (#24)
  • Support new indices API (#25)

Merged pull requests:

  • CompatHelper: add new compat entry for HTTP at version 1, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for JSON at version 0.21, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for Documenter at version 0.27, (keep existing compat) (#4) (@github-actions[bot])
  • Improve README and documents (#5) (@ki-chi)
  • doc: add a way to install the package in README (#10) (@ki-chi)
  • Fix: fix a code block syntax in README (#11) (@ki-chi)
  • doc: add a guide to install the package using Pkg (#12) (@ki-chi)
  • Accept Dates.Date type arguments in some API functions (#15) (@ki-chi)
  • Add exception for the case of undefined tokens are referenced (#17) (@ki-chi)
  • fix: enable get and post functions to retry (#18) (@ki-chi)
  • Add getdailyquotes for multiple days (#19) (@ki-chi)
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#20) (@github-actions[bot])
  • Support new API function: "Investment Trend by Investor Type" (#22) (@ki-chi)
  • Fix type conversion in some functions (#23) (@ki-chi)
  • fix: update YAML file for TagBot (#27) (@ki-chi)
  • fix: update version in Project.toml (#28) (@ki-chi)