You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Dear jquants-api-client-python maintainers,
I hope this message finds you well. I am an avid user of your library, and I have a feature request that I believe would greatly enhance its usability.
While the current implementation of jquants-api-client-python allows users to obtain stock market information such as the latest stock prices via Python, I would like to propose adding functionality that enables users to retrieve this information through the command line interface (CLI).
In daily life, there are instances where users may want to quickly access the latest stock prices or other financial information without running a Python script. By incorporating CLI support, users can efficiently obtain the desired data with a simple command.
Here's an example usage of the proposed CLI command:
jquants get-price TickerSymbol --date YYYY-MM-DD
This command would return the stock price for the specified ticker symbol on the specified date.
Additionally, users could request information on multiple stocks simultaneously, like so:
By implementing this feature, users can quickly obtain the information they need, and it will ultimately improve the overall user experience of the jquants-api-client-python library.
Thank you for considering my request. I look forward to hearing your thoughts on this proposed enhancement.
Best regards,
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered:
hiohiohio
changed the title
Add CLI Command Functionality to jquants-api-client-python Library
feat: Add CLI Command Functionality to jquants-api-client-python Library
Mar 18, 2023
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Dear jquants-api-client-python maintainers,
I hope this message finds you well. I am an avid user of your library, and I have a feature request that I believe would greatly enhance its usability.
While the current implementation of jquants-api-client-python allows users to obtain stock market information such as the latest stock prices via Python, I would like to propose adding functionality that enables users to retrieve this information through the command line interface (CLI).
In daily life, there are instances where users may want to quickly access the latest stock prices or other financial information without running a Python script. By incorporating CLI support, users can efficiently obtain the desired data with a simple command.
Here's an example usage of the proposed CLI command:
This command would return the stock price for the specified ticker symbol on the specified date.
Additionally, users could request information on multiple stocks simultaneously, like so:
By implementing this feature, users can quickly obtain the information they need, and it will ultimately improve the overall user experience of the jquants-api-client-python library.
Thank you for considering my request. I look forward to hearing your thoughts on this proposed enhancement.
Best regards,
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: