kensho-kfinance 3.2.4__tar.gz → 3.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kensho-kfinance might be problematic. Click here for more details.
- {kensho_kfinance-3.2.4/kensho_kfinance.egg-info → kensho_kfinance-3.2.5}/PKG-INFO +1 -1
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5/kensho_kfinance.egg-info}/PKG-INFO +1 -1
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/CHANGELOG.md +3 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/line_item_models.py +121 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/version.py +3 -3
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.coveragerc +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.github/workflows/ci-lint.yml +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.github/workflows/ci-test.yml +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.github/workflows/python-publish.yml +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.gitignore +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/.readthedocs.yaml +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/AUTHORS.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/CODE_OF_CONDUCT.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/CONTRIBUTING.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/LICENSE +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/build_tool_calling_documentation.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/conf.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/index.rst +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/kfinance.rst +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/requirements.txt +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/templates/apidoc/package.rst_t +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/templates/apidoc/toc.rst_t +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/docs/tool_calling.rst +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/basic_usage.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/langchain/anthropic_langchain_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/langchain/google_gemini_langchain_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/langchain/openai_langchain_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/non-langchain/anthropic_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/non-langchain/google_gemini_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/example_notebooks/tool_calling/non-langchain/openai_langchain_tool_calling.ipynb +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/images/colab_logo_32px.png +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/justfile +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kensho_kfinance.egg-info/SOURCES.txt +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kensho_kfinance.egg-info/dependency_links.txt +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kensho_kfinance.egg-info/requires.txt +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kensho_kfinance.egg-info/top_level.txt +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/batch_request_handling.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/fetch.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/industry_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/kfinance.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/meta_classes.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/currency_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/date_and_period_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/decimal_with_unit.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/tests/test_decimal_with_unit.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/permission_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/server_thread.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_batch_requests.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_client.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_fetch.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_group_objects.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_objects.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/conftest.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/business_relationship_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/business_relationship_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/tests/test_business_relationship_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/capitalization_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/capitalization_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/tests/test_capitalization_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/tests/test_capitalization_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/company_identifiers.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/company_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/company_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/tests/test_company_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/competitor_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/competitor_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/tests/test_competitor_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/cusip_and_isin/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/cusip_and_isin/cusip_and_isin_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/cusip_and_isin/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/cusip_and_isin/tests/test_cusip_and_isin_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/earnings/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/earnings/earning_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/earnings/earning_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/earnings/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/earnings/tests/test_earnings_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/line_item_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/tests/test_line_item_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/mergers_and_acquisitions/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/mergers_and_acquisitions/merger_and_acquisition_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/mergers_and_acquisitions/merger_and_acquisition_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/mergers_and_acquisitions/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/mergers_and_acquisitions/tests/test_merger_and_acquisition_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/price_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/price_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/tests/test_price_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/tests/test_price_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/segments/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/segments/segment_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/segments/segment_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/segments/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/segments/tests/test_segment_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/statement_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/statement_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/tests/test_statement_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/local_mcp/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/local_mcp/kfinance_mcp.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/local_mcp/local_mcp.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tests/test_example_notebook.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/all_tools.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/prompts.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/README.md +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/get_latest.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/get_n_quarters_ago.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/tests/test_get_lastest.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/static_tools/tests/test_get_n_quarters_ago.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/tests/__init__.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/tests/test_tool_calling_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/tool_calling_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/mcp.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/models/permission_models.py +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/py.typed +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/pyproject.toml +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/scripts/copyright_line_check.sh +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/scripts/lint.sh +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/scripts/test.sh +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/setup.cfg +0 -0
- {kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kensho-kfinance
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.5
|
|
4
4
|
Summary: Python CLI for kFinance
|
|
5
5
|
Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
|
|
6
6
|
Project-URL: source, https://github.com/kensho-technologies/kfinance
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kensho-kfinance
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.5
|
|
4
4
|
Summary: Python CLI for kFinance
|
|
5
5
|
Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
|
|
6
6
|
Project-URL: source, https://github.com/kensho-technologies/kfinance
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/line_item_models.py
RENAMED
|
@@ -1599,6 +1599,127 @@ LINE_ITEMS: list[LineItemType] = [
|
|
|
1599
1599
|
"dataitemid": 4034,
|
|
1600
1600
|
"spgi_name": "Total Debt/Equity",
|
|
1601
1601
|
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "last_close_tev_to_ebit",
|
|
1604
|
+
"aliases": {
|
|
1605
|
+
"ev_to_ebit",
|
|
1606
|
+
"enterprise_value_to_ebit",
|
|
1607
|
+
"enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1608
|
+
"tev_to_ebit",
|
|
1609
|
+
"total_ev_to_ebit",
|
|
1610
|
+
"total_enterprise_value_to_ebit",
|
|
1611
|
+
"total_enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1612
|
+
"last_tev_to_ebit",
|
|
1613
|
+
"last_total_ev_to_ebit",
|
|
1614
|
+
"last_enterprise_value_to_ebit",
|
|
1615
|
+
"last_enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1616
|
+
"last_total_enterprise_value_to_ebit",
|
|
1617
|
+
"last_total_enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1618
|
+
"last_close_ev_to_ebit",
|
|
1619
|
+
"last_close_enterprise_value_to_ebit",
|
|
1620
|
+
"last_close_total_ev_to_ebit",
|
|
1621
|
+
"last_close_enterprise_value_to_ebit",
|
|
1622
|
+
"last_close_enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1623
|
+
"last_close_total_enterprise_value_to_ebit",
|
|
1624
|
+
"last_close_total_enterprise_value_to_earnings_before_interest_and_taxes",
|
|
1625
|
+
},
|
|
1626
|
+
"dataitemid": 100062,
|
|
1627
|
+
"spgi_name": "Last Close TEV / EBIT",
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "last_close_tev_to_ebitda",
|
|
1631
|
+
"aliases": {
|
|
1632
|
+
"ev_to_ebitda",
|
|
1633
|
+
"enterprise_value_to_ebitda",
|
|
1634
|
+
"enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1635
|
+
"tev_to_ebitda",
|
|
1636
|
+
"total_ev_to_ebitda",
|
|
1637
|
+
"total_enterprise_value_to_ebitda",
|
|
1638
|
+
"total_enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1639
|
+
"last_tev_to_ebitda",
|
|
1640
|
+
"last_total_ev_to_ebitda",
|
|
1641
|
+
"last_enterprise_value_to_ebitda",
|
|
1642
|
+
"last_enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1643
|
+
"last_total_enterprise_value_to_ebitda",
|
|
1644
|
+
"last_total_enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1645
|
+
"last_close_total_ev_to_ebitda",
|
|
1646
|
+
"last_close_enterprise_value_to_ebitda",
|
|
1647
|
+
"last_close_enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1648
|
+
"last_close_total_enterprise_value_to_ebitda",
|
|
1649
|
+
"last_close_total_enterprise_value_to_earnings_before_interest_taxes_depreciation_and_amortization",
|
|
1650
|
+
},
|
|
1651
|
+
"dataitemid": 100063,
|
|
1652
|
+
"spgi_name": "Last Close TEV / EBITDA",
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "ev_to_employees",
|
|
1656
|
+
"aliases": {
|
|
1657
|
+
"ev_to_employee_count",
|
|
1658
|
+
"ev_to_headcount",
|
|
1659
|
+
"enterprise_value_to_employees",
|
|
1660
|
+
"enterprise_value_to_employee_count",
|
|
1661
|
+
"enterprise_value_to_headcount",
|
|
1662
|
+
"tev_to_employees",
|
|
1663
|
+
"tev_to_employee_count",
|
|
1664
|
+
"tev_to_headcount",
|
|
1665
|
+
"total_ev_to_employees",
|
|
1666
|
+
"total_ev_to_employee_count",
|
|
1667
|
+
"total_ev_to_headcount",
|
|
1668
|
+
"total_enterprise_value_to_employees",
|
|
1669
|
+
"total_enterprise_value_to_employee_count",
|
|
1670
|
+
"total_enterprise_value_to_headcount",
|
|
1671
|
+
"last_ev_to_employees",
|
|
1672
|
+
"last_ev_to_employee_count",
|
|
1673
|
+
"last_ev_to_headcount",
|
|
1674
|
+
"last_tev_to_employees",
|
|
1675
|
+
"last_tev_to_employee_count",
|
|
1676
|
+
"last_tev_to_headcount",
|
|
1677
|
+
"last_total_ev_to_employees",
|
|
1678
|
+
"last_total_ev_to_employee_count",
|
|
1679
|
+
"last_total_ev_to_headcount",
|
|
1680
|
+
"last_enterprise_value_to_employees",
|
|
1681
|
+
"last_enterprise_value_to_employee_count",
|
|
1682
|
+
"last_enterprise_value_to_headcount",
|
|
1683
|
+
"last_total_enterprise_value_to_employees",
|
|
1684
|
+
"last_total_enterprise_value_to_employee_count",
|
|
1685
|
+
"last_total_enterprise_value_to_headcount",
|
|
1686
|
+
"last_close_ev_to_employees",
|
|
1687
|
+
"last_close_ev_to_employee_count",
|
|
1688
|
+
"last_close_ev_to_headcount",
|
|
1689
|
+
"last_close_tev_to_employees",
|
|
1690
|
+
"last_close_tev_to_employee_count",
|
|
1691
|
+
"last_close_tev_to_headcount",
|
|
1692
|
+
"last_close_total_ev_to_employees",
|
|
1693
|
+
"last_close_total_ev_to_employee_count",
|
|
1694
|
+
"last_close_total_ev_to_headcount",
|
|
1695
|
+
"last_close_enterprise_value_to_employees",
|
|
1696
|
+
"last_close_enterprise_value_to_employee_count",
|
|
1697
|
+
"last_close_enterprise_value_to_headcount",
|
|
1698
|
+
"last_close_total_enterprise_value_to_employees",
|
|
1699
|
+
"last_close_total_enterprise_value_to_employee_count",
|
|
1700
|
+
"last_close_total_enterprise_value_to_headcount",
|
|
1701
|
+
},
|
|
1702
|
+
"dataitemid": 100070,
|
|
1703
|
+
"spgi_name": "Last Close TEV / Employees",
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "ev_to_total_revenue",
|
|
1707
|
+
"aliases": {
|
|
1708
|
+
"tev_to_total_revenue",
|
|
1709
|
+
"enterprise_value_to_total_revenue",
|
|
1710
|
+
"total_enterprise_value_to_total_revenue",
|
|
1711
|
+
"last_ev_to_total_revenue",
|
|
1712
|
+
"last_tev_to_total_revenue",
|
|
1713
|
+
"last_enterprise_value_to_total_revenue",
|
|
1714
|
+
"last_enterprise_value_to_total_revenue",
|
|
1715
|
+
"last_close_ev_to_total_revenue",
|
|
1716
|
+
"last_close_tev_to_total_revenue",
|
|
1717
|
+
"last_close_enterprise_value_to_total_revenue",
|
|
1718
|
+
"last_close_enterprise_value_to_total_revenue",
|
|
1719
|
+
},
|
|
1720
|
+
"dataitemid": 100061,
|
|
1721
|
+
"spgi_name": "Last Close TEV / Total Revenue",
|
|
1722
|
+
},
|
|
1602
1723
|
]
|
|
1603
1724
|
LINE_ITEM_NAMES_AND_ALIASES: list[str] = list(
|
|
1604
1725
|
chain(*[[line_item["name"]] + list(line_item["aliases"]) for line_item in LINE_ITEMS])
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 2,
|
|
31
|
+
__version__ = version = '3.2.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 2, 5)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g0c68de0ce'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kensho_kfinance.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/models/date_and_period_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/client/tests/test_batch_requests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/business_relationships/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/capitalizations/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/company_identifiers.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/company_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/companies/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/competitor_models.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/competitor_tools.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/competitors/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/cusip_and_isin/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/line_item_tools.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/line_items/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/tests/test_price_models.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/prices/tests/test_price_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/statement_models.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/statement_tools.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/domains/statements/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/local_mcp/kfinance_mcp.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/local_mcp/local_mcp.py
RENAMED
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tests/test_example_notebook.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/README.md
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/__init__.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/all_tools.py
RENAMED
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/prompts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-3.2.4 → kensho_kfinance-3.2.5}/kfinance/integrations/tool_calling/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|