kFinance Python Library
The kFinance Python library enables you to interface with the LLM-ready API. It simplifies the process of making API requests and handling responses. You can use this libary standalone, with LLMs, or integrated into your applications.
For a complete overview of the functions, usage, and features of our Python library, explore the documentation here (opens in a new tab).
Installation
You can install the kFinance Python Library using pip:
pip install https://kfinance.kensho.com/static/kensho_finance.tar.gz
Or if updating...
pip install --upgrade https://kfinance.kensho.com/static/kensho_finance.tar.gz
Usage
To use the kFinance Python Library, follow our Usage Guide.