kFinance Python Library Installation
The kFinance Python library provides a simple interface for the LLM-ready API, streamlining API requests and response handling. It can be used on its own, with LLMs, or integrated into applications.
For a complete overview of the functions, usage, and features of the kFinance Python library, please refer to documentation here (opens in a new tab).
Installation
Install the kFinance Python Library:
pip install https://kfinance.kensho.com/static/kensho_finance.tar.gz
Upgrade to the latest version available:
pip install --upgrade https://kfinance.kensho.com/static/kensho_finance.tar.gz
Usage
For more detailed information on how to use the kFinance Python library, follow the LLM-ready API Usage Guide.