Skip to main content

Verify financial claims with rapid analysis and data-driven insights

Project description

finclaimvalid

PyPI version License: MIT Downloads LinkedIn

finclaimvalid is a Python package that helps you assess the validity of financial or investment claims through natural language analysis. It interprets user queries and provides structured, concise responses based on historical data patterns. This tool is especially useful for financial advisors, educational platforms, or individual investors seeking quick, reliable insights without manual data searches.

Installation

Install the package via pip:

pip install finclaimvalid

Usage Example

Here's a basic example demonstrating how to use finclaimvalid with your own language model:

from finclaimvalid import finclaimvalid

# Using the default LLM7 model
response = finclaimvalid(user_input="Is the recent claim about stock growth valid?")

# Using a custom language model, e.g., OpenAI's ChatOpenAI
from langchain_openai import ChatOpenAI

llm = ChatOpenAI()
response = finclaimvalid(user_input="Is the recent claim about stock growth valid?", llm=llm)

Parameters

  • user_input (str): The text query about the financial claim.
  • llm (Optional[BaseChatModel]): An optional language model instance from langchain. If not provided, the default ChatLLM7 will be used.
  • api_key (Optional[str]): Your API key for LLM7 services. If not provided, the package will look for the environment variable LLM7_API_KEY. You can obtain a free key at https://token.llm7.io/.

Supported Language Models

  • ChatLLM7 (default), from langchain_llm7

You can also pass other models, such as:

from langchain_anthropic import ChatAnthropic
from finclaimvalid import finclaimvalid

llm = ChatAnthropic()
response = finclaimvalid(user_input="Check the validity of this claim.", llm=llm)

Notes

  • The package adapts to various LLMs by accepting any compatible language model instance.
  • Rate limits typically match the free tier of LLM7 but can be increased by applying for a higher quota using your API key.
  • Your API key can be set via environment variable or directly passed as an argument.

License

This project is licensed under the MIT License.

Support

For issues or feature requests, please visit the GitHub issues page:
https://github.com/.../issues

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finclaimvalid-2025.12.21230358.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finclaimvalid-2025.12.21230358-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file finclaimvalid-2025.12.21230358.tar.gz.

File metadata

File hashes

Hashes for finclaimvalid-2025.12.21230358.tar.gz
Algorithm Hash digest
SHA256 eaef408cc5f60a3953d80b8953d81702138df82c076c47389cc1a01e3d12e6f1
MD5 8ef5ea6261081b544cb75cb791b5648b
BLAKE2b-256 5073a6689a9ebe9e292cc2bc379eb2e06388440b4eabe9cf8ba4b675236086d9

See more details on using hashes here.

File details

Details for the file finclaimvalid-2025.12.21230358-py3-none-any.whl.

File metadata

File hashes

Hashes for finclaimvalid-2025.12.21230358-py3-none-any.whl
Algorithm Hash digest
SHA256 549d5ab7a12db2b5813224cc1f66e668a46ebaef0e8ba5cc32a73f194d03be59
MD5 6ed13d9ffb30a856155ac686ed345b1d
BLAKE2b-256 9b94ea88053d38eba3fcc4ef8134f95ed72264d5beb746fdc9116bae61d15844

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page