Skip to content

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

@hiohiohio

Description

@hiohiohio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions