Access comprehensive financial data and AI insights through our robust API. Build powerful applications with real-time market data, company financials, and more.
Get started quickly with our well-documented API. Simple authentication, clear endpoints, and comprehensive examples in Python and Javascript.
from fintool.ai import * # Initialize client client = FinToolClient(api_key="your_api_key") # Create request request = MultiQuestionRequest( company=[CompanyCompletion( id="AAPL", company_name="Apple Inc." )], periods=[Period(latest=True)], questions=[ Question(text="What are the main revenue drivers?"), Question(text="Analyze performance trends") ] ) # Get insights response = await client.analyze(request) # Example Response: { "revenue_drivers": "iPhone: 52% of revenue, followed by Services, Mac & Wearables", "performance_trends": "Strong growth in Services & Wearables, robust iPhone sales" }
Define custom functions and let our AI automatically call them based on context. Compare footnotes across years of SEC filings, analyze earnings call sentiment trends, and extract specific financial metrics. Perfect for deep financial analysis, regulatory compliance, and automated research workflows.
from fintool.ai import FinToolClient client = FinToolClient(api_key="your_api_key")# Define available functionstools = [{"type": "function","function": {"name": "compare_footnotes","description": "Compare specific footnotes across multiple 10-K filings","parameters": {"type": "object","properties": {"ticker": {"type": "string","description": "Company ticker symbol"},"footnote_topic": {"type": "string","description": "Topic to compare (e.g., Revenue Recognition, Leases)"},"years": {"type": "array","items": {"type": "integer"}}}}]# Analyze changes in revenue recognition policiesresponse = await client.analyze("Compare Tesla's revenue recognition footnotes between 2021-2023", tools=tools )# Example Response:{"function_call": {"name": "compare_footnotes","arguments": {"ticker": "TSLA","footnote_topic": "Revenue Recognition","years": [2021, 2022, 2023]}},"result": {"changes_detected": true,"summary": "2023 introduced new FSD revenue recognition policy. 2022 expanded service revenue details. No material changes in 2021.","risk_level": "medium"}}
Built for enterprise-scale with industry-leading performance. Our infrastructure handles 10,000+ requests per second with 99.99% uptime SLA, sub-150ms response times, and unlimited tokens per minute for enterprise customers. Dedicated infrastructure ensures consistent performance during market hours and high-volume periods.
Join leading hedge funds, asset managers, and investment banks already using our API to power their applications.
No credit card required • 14-day free trial • Cancel anytime