-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the production version of the JQuants API (#34)
* feat: add DataScheme type for columns' type definitions * feat: add PricesDailyQuotes data definition * feat: complete dataschema for all API * feat: add keyword argument 'types' * fix: fix URI of API * feat: add new endpoints * fix: remove unused endpoint in prod * doc: update README * doc: replace 'get' to 'fetch' * fix: remove ListedSections API * feat: add each API struct with 'endpoint' method * [WIP] feat: add constructors for API with params validation * feat: create 'fetch' function for JQuants APIs * feat: define dataschemes for all apis * feat: move JSON parsing process from get/post * doc: improve docstring * fix: remove a unused variable * fix: missing commas * fix: change date format for the production API * feat: add JQuantsInvalidParameterError * fix: debug authorization and query in post * fix: skip the coltype conversion if the column not found * fix: fix typos * feat: add FinsDividend parameter specs * fix: clean utils.jl * fix: fix the optional argument of `fetch` method * feat: remove the old version script get_data.jl * test: fix tests * ci: update environment variables * ci: small fix * ci: update actions
- Loading branch information
Showing
13 changed files
with
906 additions
and
869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.