Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add CLI Command Functionality to jquants-api-client-python Library #59

Open
1 task done
hiohiohio opened this issue Mar 18, 2023 · 0 comments
Open
1 task done

Comments

@hiohiohio
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

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:

jquants get-prices TickerSymbol1 TickerSymbol2 ... --date YYYY-MM-DD

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

@hiohiohio 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant