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. All endpoints use HTTP methods and return responses in JSON format.
https://api.fintool.com/v1
All API requests require authentication using API keys. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
For debugging purposes, you can include these optional headers:
X-Conversation-ID: YOUR_CONVERSATION_ID
X-Round-ID: YOUR_ROUND_ID
Conversational interface to our AI system for sending messages and receiving detailed answers with relevant citations.
Send messages and receive AI-powered responses with citations
Retrieve detailed information about specific citations
Natural language search functionality for retrieving relevant information from our knowledge base.
Search across documents with filtering options for company tickers, document types, and date ranges
curl -X POST https://api.fintool.com/v1/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -H "X-Conversation-ID: conv_12345" \ -H "X-Round-ID: round_67890" \ -d '{ "messages": [ { "role": "user", "content": "Who is Apple CEO?" } ], "stream": false }' # Example Response: { "id": "72f401b9-ca00-4b36-b18f-49c3e46910ca", "created": 1744320237, "usage": { "prompt_tokens": 9, "completion_tokens": 106, "total_tokens": 115 }, "message": { "role": "assistant", "content": "Apple's CEO is Tim Cook. He has held this position since 2011 [9f8e7d6c-5b4a-3210-1234-abcdef012345] and is also a member of Apple's Board of Directors [1a2b3c4d-5e6f-7890-abcd-ef0123456789].", "metadata": { "session_data": "eyJzZXNzaW9uX2lkIjoiMTIzNDU2Nzg5MCIsInN0YXRlIjoiZW5jb2RlZF9zdGF0ZV9kYXRhIn0=" } } }
curl -X POST https://api.fintool.com/v1/search \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -H "X-Conversation-ID: conv_12345" \ -H "X-Round-ID: round_67890" \ -d '{ "messages": [ { "role": "user", "content": "Who is Apple CEO?" } ], "tickers": ["AAPL"], "doc_type": ["10-K", "DEF 14A"], "date_range": ["2022-01-01", "2023-12-31"], "limit": 15 }' # Example Response: { "id": "72f401b9-ca00-4b36-b18f-49c3e46910ca", "created": 1744320237, "results": [ { "id": "9f8e7d6c-5b4a-3210-1234-abcdef012345", "text": "Tim Cook has served as CEO since August 2011...", "document_id": "0001193125-23-004861", "document_url": "https://api.fintool.com/documents/0001193125-23-004861/d446789ddef14a.htm", "ticker": "AAPL", "doc_type": "DEF 14A", "relevance_score": 0.92 } ], "total_results": 143, "query_time_ms": 856 }
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.