# Bigdata.com API developer docs ## Docs - [Analyst Estimates](https://docs.bigdata.com/api-reference/analyst-estimates/analyst-estimates.md): Retrieves analyst financial estimates for a given symbol, including projected revenue, earnings per share (EPS), and other key metrics, as forecasted by industry analysts. - [Analyst Ratings](https://docs.bigdata.com/api-reference/analyst-estimates/analyst-ratings.md): Retrieves analyst ratings and recommendations for a given symbol, including buy/hold/sell counts and the consensus recommendations. - [Earnings Surprises](https://docs.bigdata.com/api-reference/analyst-estimates/earnings-surprises.md): The Earnings Surprises API allows users to retrieve the most recent quarterly earnings surprise data for a specific company. This endpoint provides actual versus estimated earnings per share (EPS) and revenue (sales), highlighting whether the company has beaten, missed, or met expectations. - [Target Price](https://docs.bigdata.com/api-reference/analyst-estimates/target-price.md): This endpoint retrieves target price for a company, including target high, target low, target consensus, and target median. - [Create a Batch Job](https://docs.bigdata.com/api-reference/batch-search/create-a-batch-job.md): Process large volumes of requests asynchronously with [50% lower costs](/getting-started/bigdata_api_pricing). - [Get Batch Job Info](https://docs.bigdata.com/api-reference/batch-search/get-batch-job-info.md): Check the status of your batch job and retrieve results when processing is complete. - [Upload Your Input File](https://docs.bigdata.com/api-reference/batch-search/upload-your-input-file.md): Now that you have created your batch job, use the `presigned_url` to upload your `.jsonl` file directly to the designated storage location using the following command: - [Connected Entities](https://docs.bigdata.com/api-reference/co-mentions/connected-entities.md): Explore entities associated with your search filters to reveal deeper connections. This endpoint retrieves the top N entities ranked by chunk volume and headline volume, merges the two sets, and returns entities with combined or individual counts. - [Connected Topics](https://docs.bigdata.com/api-reference/co-mentions/connected-topics.md): Explore topics associated with your search filters to reveal deeper connections. This endpoint retrieves the top N topics ranked by chunk volume and headline volume, merges the two sets, and returns topics with combined or individual counts. - [Find by details](https://docs.bigdata.com/api-reference/companies/find-by-details.md): Bigdata.com Knowledge Graph tracks over 7 million companies worldwide. Use this endpoint to search by name, website, ticker, or other market identifiers. Refine your results with filters such as company type, country, or sector. - [Get by CUSIP](https://docs.bigdata.com/api-reference/companies/get-by-cusip.md): Locate companies using Committee on Uniform Securities Identification Procedures (CUSIP) numbers, enabling coverage of both equities and fixed income instruments. - [Get by ISIN](https://docs.bigdata.com/api-reference/companies/get-by-isin.md): Locate companies using International Securities Identification Numbers (ISIN), enabling coverage of both equities and fixed income instruments. - [Get by Listing](https://docs.bigdata.com/api-reference/companies/get-by-listing.md): Locate companies using exchange listing identifiers. - [Get by SEDOL](https://docs.bigdata.com/api-reference/companies/get-by-sedol.md): Locate companies using Stock Exchange Daily Official List (SEDOL) numbers. - [Get sectors](https://docs.bigdata.com/api-reference/companies/get-sectors.md): Retrieve the list of available sectors to be used as filters when searching for companies in the Knowledge Graph. - [Get Subsidiaries](https://docs.bigdata.com/api-reference/companies/get-subsidiaries.md): Returns the full subsidiary hierarchy for a given company. For each subsidiary includes: ultimate parent, immediate parent, company name, and hierarchy depth level. - [Company Profile](https://docs.bigdata.com/api-reference/company-&-events/company-profile.md): This endpoint retrieves comprehensive company profile data including company name, sector, industry, CEO, market cap, and other key business information. - [ESG Scores](https://docs.bigdata.com/api-reference/company-&-events/esg-scores.md): The ESG Performance Score API provides a comprehensive evaluation of a company's environmental, social, and governance (ESG) practices. It aggregates various ESG metrics into a single performance score, allowing investors and stakeholders to assess the company's commitment to sustainable and respons… - [Events Calendar](https://docs.bigdata.com/api-reference/company-&-events/events-calendar.md): A financial data API that, given a list of company identifiers, returns details of key corporate events—such as earnings calls, and conference calls—allowing investors and analysts to track upcoming and historical company announcements in real time. - [Stocks & Funds Screener](https://docs.bigdata.com/api-reference/company-&-events/stocks-&-funds-screener.md): The Company Screener API enables advanced filtering and discovery of companies based on comprehensive financial and descriptive criteria. - [Create connector](https://docs.bigdata.com/api-reference/connectors/create-connector.md): Register a new ingestion source (connector). Provide the connector type, a label, and type-specific configuration. - [Delete connector by ID](https://docs.bigdata.com/api-reference/connectors/delete-connector-by-id.md): By default, soft-deletes a connector: the connector is marked as archived and will no longer ingest new content; existing documents that were ingested by this connector remain available. The operation is idempotent for an already-archived connector. - [Get connector by ID](https://docs.bigdata.com/api-reference/connectors/get-connector-by-id.md): Returns full details for a single connector by its UUID. Use this to inspect connector metadata and configuration. Credentials and secrets are never included in the response. - [List connectors](https://docs.bigdata.com/api-reference/connectors/list-connectors.md): Returns all connectors that belong to the authenticated user. Use this to discover connector_id values for filtering documents or for update/delete operations. Connector configuration is included. Sensitive fields (e.g. `user_password` for investment research connectors) are never returned. - [Update connector by ID](https://docs.bigdata.com/api-reference/connectors/update-connector-by-id.md): Update an existing connector's **label**, **description**, and **share_with_org**. For **email** connectors, you may also update **config** (e.g. `allowed_emails`). For **investment_research** connectors, **`config` cannot be updated**, broker credentials are fixed at creation. To use different brok… - [Delete document](https://docs.bigdata.com/api-reference/documents/delete-document.md): Deletes a target document from the platform. It removes everything: original document, annotated version, and chunks from the vector database. - [Enrich document](https://docs.bigdata.com/api-reference/documents/enrich-document.md): Request a pre-signed URL to upload a document directly to Bigdata.com. The response contains a single-use url and the document id. Send a **PUT request** to that URL with the document file as the body to complete the upload. Bigdata then **enriches** the document (extraction, structure and annotatio… - [Get annotated document](https://docs.bigdata.com/api-reference/documents/get-annotated-document.md): Returns a time-limited pre-signed URL to download **private** document content in annotated (structured) JSON format. Use this only for documents you ingested via the Content API (connectors or direct upload). When you GET the URL, the response contains document content, metadata and annotations. Th… - [Get document metadata](https://docs.bigdata.com/api-reference/documents/get-document-metadata.md): Returns metadata for a single document by its content ID (the document id returned by List documents). Use this to check status, file_name, connector_id, tags, and timestamps. To retrieve the actual file content, use Get annotated document (structured JSON) or Get original document (original file fo… - [Get original document](https://docs.bigdata.com/api-reference/documents/get-original-document.md): Returns a time-limited pre-signed URL to download the **private** document's original file as uploaded (e.g. .eml, .pdf). When you GET the URL, the response is the raw file with appropriate Content-Type and Content-Disposition. Use this when you need the native format rather than the annotated JSON.… - [List documents](https://docs.bigdata.com/api-reference/documents/list-documents.md): Returns a paginated list of documents that the user has uploaded or that have been shared with their organization. Use the query parameters documented below for filtering. Use the returned document id with Get document, Get annotated document, or Get original document to retrieve metadata or file co… - [Get Entities by ID](https://docs.bigdata.com/api-reference/entities/get-entities-by-id.md): Retrieve entities by their RavenPack ID, a unique identifier used across the Bigdata.com ecosystem. Users can retrieve up to 100 entities per request. - [Find by details](https://docs.bigdata.com/api-reference/etfs/find-by-details.md): Find exchange-traded funds through a comprehensive search. Search by name, ticker, or description and filter by country to discover relevant ETFs for your investment research. - [Balance Sheet](https://docs.bigdata.com/api-reference/financials-&-ratios/balance-sheet.md): This endpoint retrieves fundamental balance sheet measures for a company, including assets, liabilities, and equity across reporting periods. - [Cash Flow Statement](https://docs.bigdata.com/api-reference/financials-&-ratios/cash-flow-statement.md): This endpoint retrieves fundamental cash flow statement measures for a company, including operating, investing, and financing cash flows across reporting periods. - [Company Ratios TTM](https://docs.bigdata.com/api-reference/financials-&-ratios/company-ratios-ttm.md): Retrieves fundamental company ratios for a company, including revenue, expenses, and profitability metrics across reporting periods. - [Income Statement](https://docs.bigdata.com/api-reference/financials-&-ratios/income-statement.md): This endpoint retrieves fundamental income statement measures for a company, including revenue, expenses, and profitability metrics across reporting periods. - [Key Metrics TTM](https://docs.bigdata.com/api-reference/financials-&-ratios/key-metrics-ttm.md): The Key Metrics TTM API provides seamless access to a comprehensive set of trailing twelve-month (TTM) performance indicators. It delivers insights into a company's profitability, capital efficiency, and liquidity, enabling in-depth evaluation of financial health and operational performance over the… - [Revenue Geographic Segments](https://docs.bigdata.com/api-reference/financials-&-ratios/revenue-geographic-segments.md): The Revenue Geographic Segments API allows users to retrieve revenue data segmented by geographical regions, helping investors and analysts understand the performance of a company in different markets. - [Revenue Product Segments](https://docs.bigdata.com/api-reference/financials-&-ratios/revenue-product-segments.md): The Revenue Product Segments API provides access to detailed revenue data broken down by individual products. This enables investors and analysts to gain deeper insights into a company’s performance across its product portfolio. - [Fund Holdings](https://docs.bigdata.com/api-reference/fund-holdings/fund-holdings.md): Retrieve portfolio holdings disclosed by institutional funds in their SEC 13F filings. This dataset provides an overview of a fund’s positions, including the total number of holdings, overall portfolio size, and high-level summaries such as top holdings and allocation trends. It also allows retrieva… - [Fund Position Signals](https://docs.bigdata.com/api-reference/fund-holdings/fund-position-signals.md): Retrieve a strategic overview of top stocks based on aggregated position changes by hedge funds, utilizing data from the most recent SEC 13F filings. This endpoint provides a detailed overview of fund activities, capturing changes across calls, puts, new positions, closures, and net adjustments. It… - [Stock Fund Holdings](https://docs.bigdata.com/api-reference/fund-holdings/stock-fund-holdings.md): Retrieve institutional fund holdings for a specified stock, based on the latest SEC 13F filings. The endpoint returns top holders with their current market value, share count, quarterly change, and estimated capital flow. This allows users to identify leading institutional investors, track changes i… - [Daily Prices](https://docs.bigdata.com/api-reference/market-data/daily-prices.md): Returns daily historical price and volume data for a given symbol. Supports stocks, ETFs, indexes, cryptocurrencies, commodities (continuous futures) and forex pairs. Each data point includes date, open, high, low, close, volume, change, change percentage, and volume-weighted average price (VWAP). I… - [Dividends](https://docs.bigdata.com/api-reference/market-data/dividends.md): Returns historical and upcoming dividend data for companies. Supports stocks and ETFs. Each dividend record includes ex-dividend date, record date, payment date, declaration date, dividend amount, adjusted dividend, yield, and frequency. - [Entity Sentiment](https://docs.bigdata.com/api-reference/market-data/entity-sentiment.md): Returns a time series of daily sentiment metrics for a single entity over a specified date range. Sentiment is a quantified signal derived from unstructured text using rule-based and machine-learning methods, indicating likely positive or negative market impact. The response includes daily_sentiment… - [Intraday Prices](https://docs.bigdata.com/api-reference/market-data/intraday-prices.md): Returns intraday historical price and volume data for a given symbol at specified intervals (e.g. 1min, 5min, 15min, 30min, 1hour). Supports stocks, ETFs, commodities (continuous futures), indexes, cryptocurrencies, and forex pairs. Each data point includes timestamp, open, high, low, close, and vol… - [Price Changes](https://docs.bigdata.com/api-reference/market-data/price-changes.md): This endpoint track price fluctuations in real-time with the Price Changes API. Monitor percentage changes over various time periods, including daily (1D), monthly (1M), yearly (1Y) and long-term (max). - [Quote](https://docs.bigdata.com/api-reference/market-data/quote.md): This endpoint provides real-time asset quotes with the Quote API. Access up-to-the-minute prices, price changes, and trading volume for individual assets, ensuring you stay on top of market movements. Assets covered include stocks, cryptocurrencies, commodities, and ETFs. - [Get Subscription Quotas](https://docs.bigdata.com/api-reference/quotas/get-subscription-quotas.md): Returns the current subscription quotas and usage for the organization. For examples, see the [Monitor usage](/how-to-guides/monitor_usage) how-to guide. - [Research Agent](https://docs.bigdata.com/api-reference/research-agent/research-agent.md): Execute a research query with AI-powered analysis and real-time data. Returns a streaming response via Server-Sent Events. - [Fetch document](https://docs.bigdata.com/api-reference/search/fetch-document.md): Returns a time-limited pre-signed URL to download the document in annotated (structured) JSON format. When you GET the URL, the response contains document content, metadata and annotations. The URL expires after 24 hours; request a new one if needed. - [Search documents](https://docs.bigdata.com/api-reference/search/search-documents.md): Easily find the most relevant information from trusted sources and your own data. Use it to power agents that give accurate, real-time answers. - [Search volume](https://docs.bigdata.com/api-reference/search/search-volume.md): Get document and chunk volume statistics over time for a search query, aggregated by date with sentiment analysis. - [Find by details](https://docs.bigdata.com/api-reference/sources/find-by-details.md): Locate and explore data sources and information providers within the knowledge graph. Filter sources by country, rank, and category to find the most relevant information providers. - [List tags](https://docs.bigdata.com/api-reference/tags/list-tags.md): Returns all tags visible to the user's organization, with the number of documents associated with each tag. Use the optional `prefix` query parameter to return only tags whose names start with that string (for example `broker:`, `from:`, or `to:`). Tags are created automatically from ingested conten… - [Clone Template](https://docs.bigdata.com/api-reference/workflow-templates/clone-template.md): Create a copy of an existing template with optional field overrides. - [Create Template](https://docs.bigdata.com/api-reference/workflow-templates/create-template.md): Create a new workflow template. - [Delete Template](https://docs.bigdata.com/api-reference/workflow-templates/delete-template.md): Permanently delete a workflow template. - [Get Template](https://docs.bigdata.com/api-reference/workflow-templates/get-template.md): Retrieve a specific workflow template by ID. - [List Community Templates](https://docs.bigdata.com/api-reference/workflow-templates/list-community-templates.md): List publicly available community workflow templates. - [List Templates](https://docs.bigdata.com/api-reference/workflow-templates/list-templates.md): List all workflow templates owned by the authenticated user. - [Update Template](https://docs.bigdata.com/api-reference/workflow-templates/update-template.md): Update an existing workflow template. Only provided fields are modified. - [Execute Workflow](https://docs.bigdata.com/api-reference/workflows/execute-workflow.md): Execute a workflow with an inline template definition or a stored template ID. Returns a streaming response via Server-Sent Events. - [Introduction](https://docs.bigdata.com/api-rest/content_introduction.md) - [Authentication](https://docs.bigdata.com/api-rest/introduction.md) - [Workflows API](https://docs.bigdata.com/api-rest/workflows/introduction.md): Build reproducible, templated research workflows for automated analysis - [Bigdata.com vs ChatGPT](https://docs.bigdata.com/app/getting-started/bigdata_vs_chat_gpt.md) - [Chatting with your files](https://docs.bigdata.com/app/getting-started/chat_with_your_files.md) - [How Bigdata generates your answers](https://docs.bigdata.com/app/getting-started/how_generates_answers.md) - [Bigdata Assistant](https://docs.bigdata.com/app/introduction.md) - [Building investment cases](https://docs.bigdata.com/app/use-cases/equity-research/building_investment_cases.md) - [Tracking Investment Trends](https://docs.bigdata.com/app/use-cases/equity-research/tracking_investment_trends.md) - [Negative News Screening](https://docs.bigdata.com/app/use-cases/portfolio-management/negative_news_screening.md) - [Working with Earnings Transcripts](https://docs.bigdata.com/app/use-cases/portfolio-management/working_with_earnings_transcripts.md) - [Assessing supply chain disruptions](https://docs.bigdata.com/app/use-cases/risk-analysis/assessing_supply_chain_disruptions.md) - [Bigdata developers blog](https://docs.bigdata.com/blog/introduction.md): Insights on AI, research, engineering, and the future of financial intelligence. - [How to Automate Portfolio Research with Claude Cowork and Bigdata](https://docs.bigdata.com/blog/mcp/claude_cowork_with_bigdata.md) - [Professional-Grade Financial Reports with Claude, Bigdata MCP, and Skills](https://docs.bigdata.com/blog/mcp/claude_with_bigdata.md) - [Turn a fresh laptop into a financial-intelligence agent you chat with on Telegram](https://docs.bigdata.com/blog/nemoclaw/nemoclaw-bigdata-telegram.md) - [How to Use Your Indexed Email Archive as a Search Grounding Layer](https://docs.bigdata.com/blog/proprietary-content/private-newsletters-grounded-reports.md) - [Introducing Diversified Search for AI Agents](https://docs.bigdata.com/blog/search/diversified-search.md) - [Turn Buyback Signals into Alpha with Claude, Bigdata MCP, and Skills](https://docs.bigdata.com/blog/search/share-buyback-financial-research.md) - [Smart Batching: plan-then-execute search for universe-scale screening](https://docs.bigdata.com/blog/search/smart-batching-universe-scale-screening.md) - [The Workflows API: turning an analyst's research process into an API call](https://docs.bigdata.com/blog/workflows/automate-your-research-process.md) - [Comparison to competitors](https://docs.bigdata.com/faq/comparison_to_competitors.md) - [Functionality Questions](https://docs.bigdata.com/faq/functionality_questions.md) - [GenAI Terms for Finance](https://docs.bigdata.com/faq/genai_terms_for_finance.md) - [Privacy Questions](https://docs.bigdata.com/faq/privacy_questions.md) - [Product Questions](https://docs.bigdata.com/faq/product_questions.md) - [Source Questions](https://docs.bigdata.com/faq/source_questions.md) - [Technical Questions](https://docs.bigdata.com/faq/technical_questions.md) - [Pricing](https://docs.bigdata.com/getting-started/bigdata_api_pricing.md) - [Introduction](https://docs.bigdata.com/getting-started/introduction.md) - [Autosuggest](https://docs.bigdata.com/getting-started/knowledge_graph/autosuggest.md) - [Find Companies](https://docs.bigdata.com/getting-started/knowledge_graph/find_companies.md) - [Find ETFs](https://docs.bigdata.com/getting-started/knowledge_graph/find_etfs.md) - [Find Organizations](https://docs.bigdata.com/getting-started/knowledge_graph/find_organizations.md) - [Find People](https://docs.bigdata.com/getting-started/knowledge_graph/find_people.md) - [Find Places](https://docs.bigdata.com/getting-started/knowledge_graph/find_places.md) - [Find Products](https://docs.bigdata.com/getting-started/knowledge_graph/find_products.md) - [Find Sources](https://docs.bigdata.com/getting-started/knowledge_graph/find_sources.md) - [Find Topics](https://docs.bigdata.com/getting-started/knowledge_graph/find_topics.md) - [Get objects by id](https://docs.bigdata.com/getting-started/knowledge_graph/get_objects_by_id.md) - [Introduction](https://docs.bigdata.com/getting-started/knowledge_graph/introduction.md) - [Search Quickstart Guide](https://docs.bigdata.com/getting-started/quickstart_guide.md): Welcome to the Bigdata.com API Quickstart guide! - [Sunsetting Legacy Chat Service](https://docs.bigdata.com/getting-started/quickstart_guide_chat.md): Welcome to the Quickstart guide for using the Bigdata **Chat Service**. - [Research Agent Quickstart Guide](https://docs.bigdata.com/getting-started/quickstart_guide_research_agent.md): Welcome to the Quickstart guide for using the Bigdata **Research Agent**. - [Workflows API Quickstart Guide](https://docs.bigdata.com/getting-started/quickstart_guide_workflows.md): Get started with the Bigdata Workflows API for templated, reproducible research - [Chunk sentiment](https://docs.bigdata.com/getting-started/search/chunk_sentiment.md) - [Date range](https://docs.bigdata.com/getting-started/search/date_range.md) - [Search in Bigdata](https://docs.bigdata.com/getting-started/search/overview.md) - [Query filters](https://docs.bigdata.com/getting-started/search/query_filters.md) - [Scope](https://docs.bigdata.com/getting-started/search/scope.md) - [Co-mentions](https://docs.bigdata.com/getting-started/search/search_co_mentions.md) - [Manage your Searches](https://docs.bigdata.com/getting-started/search/search_management.md) - [Response - Document](https://docs.bigdata.com/getting-started/search/search_results.md) - [SortBy](https://docs.bigdata.com/getting-started/search/sort_by.md) - [SSL certificate verification](https://docs.bigdata.com/getting-started/troubleshooting/macos_ssl_certificate.md) - [Sunsetting Legacy Upload your own content](https://docs.bigdata.com/getting-started/upload_content.md) - [Upload your own content](https://docs.bigdata.com/getting-started/upload_your_own_content.md) - [Manage your Watchlists](https://docs.bigdata.com/getting-started/watchlist_management.md) - [Inline Attribution Details](https://docs.bigdata.com/how-to-guides/chat/inline_attribution_details.md) - [Inline Attribution Formatter](https://docs.bigdata.com/how-to-guides/chat/inline_attribution_formatter.md) - [Prerequisites](https://docs.bigdata.com/how-to-guides/how_to_prerequisites.md) - [Introduction](https://docs.bigdata.com/how-to-guides/introduction.md) - [Monitor usage](https://docs.bigdata.com/how-to-guides/monitor_usage.md) - [Batch files upload](https://docs.bigdata.com/how-to-guides/private-content/batch-files-upload.md) - [Interact with your investment research content](https://docs.bigdata.com/how-to-guides/private-content/interact-with-investment-research.md): Set up an investment research connector, audit synced documents, filter by broker tags, query with the Search API and Research Agent, or use Claude with Bigdata MCP—aligned with the Colab tutorial. - [Upload and search your content](https://docs.bigdata.com/how-to-guides/private-content/upload-and-search-your-content.md) - [Retrieve limited chunks](https://docs.bigdata.com/how-to-guides/queries_with_chunk_limit.md) - [Rerank search](https://docs.bigdata.com/how-to-guides/rerank_search.md) - [Non-streaming response](https://docs.bigdata.com/how-to-guides/research/how_to_non_streaming.md) - [Batch Search](https://docs.bigdata.com/how-to-guides/search/batch_search.md): Process large volumes of search queries asynchronously at a 50% cost reduction. - [Daily portfolio impact brief with Claude Cowork](https://docs.bigdata.com/how-to-guides/search/claude-cowork/pm-top-topics-impact.md) - [Grounding with Bigdata.com](https://docs.bigdata.com/how-to-guides/search/grounding_with_bigdata.md) - [Visualize theme volume evolution](https://docs.bigdata.com/how-to-guides/search/search-volume.md) - [Search with specific sources](https://docs.bigdata.com/how-to-guides/search_with_specific_sources.md) - [Threading - Find Entities](https://docs.bigdata.com/how-to-guides/threading_find_entities.md) - [Community Templates](https://docs.bigdata.com/how-to-guides/workflows/community_templates.md): Discover, clone, and customize shared workflow templates - [Creating Workflow Templates](https://docs.bigdata.com/how-to-guides/workflows/creating_templates.md): Learn how to build effective workflow templates for reproducible research - [Example Workflow Templates](https://docs.bigdata.com/how-to-guides/workflows/example_templates.md): Ready-to-use workflow templates for financial research and analysis - [Using Research Plans](https://docs.bigdata.com/how-to-guides/workflows/execution_modes.md): Learn how research plans control workflow execution - [Welcome](https://docs.bigdata.com/index.md) - [Deep Research models](https://docs.bigdata.com/mcp-reference/api-integrations/mcp-api-deep-research.md) - [MCP Integration with API Key](https://docs.bigdata.com/mcp-reference/api-integrations/mcp-api-integration.md) - [Docs MCP tool](https://docs.bigdata.com/mcp-reference/code-assistant-tool.md) - [Comparative Evaluations](https://docs.bigdata.com/mcp-reference/evals/comparative-evals.md): Side-by-side evaluations comparing AI-generated financial reports using Bigdata MCP tools versus web search. - [Introduction](https://docs.bigdata.com/mcp-reference/introduction.md) - [ChatGPT MCP Integration](https://docs.bigdata.com/mcp-reference/oauth-integrations/chatgpt-mcp-integration.md) - [Claude MCP Integration](https://docs.bigdata.com/mcp-reference/oauth-integrations/claude-mcp-integration.md) - [Microsoft Copilot MCP Integration](https://docs.bigdata.com/mcp-reference/oauth-integrations/microsoft-copilot-mcp-integration.md) - [Grounding OpenAI Responses with the Search Service](https://docs.bigdata.com/mcp-reference/openai-bigdata-search.md) - [Bigdata.com Plugin for Claude](https://docs.bigdata.com/mcp-reference/plugins/bigdata-com.md): Install the Bigdata.com plugin to bring financial research capabilities directly into Claude Desktop - [Company Brief](https://docs.bigdata.com/mcp-reference/prompt-examples/finance/company-brief.md) - [Earnings Preview](https://docs.bigdata.com/mcp-reference/prompt-examples/finance/earnings-call-preview.md) - [Earnings Q&A](https://docs.bigdata.com/mcp-reference/prompt-examples/finance/earnings-questions-and-answers.md) - [Investment Memo](https://docs.bigdata.com/mcp-reference/prompt-examples/finance/investment-memo.md) - [bigdata_company_tearsheet](https://docs.bigdata.com/mcp-reference/tools/bigdata-company-tearsheet.md): Receive comprehensive financial data, market intelligence, and analyst coverage for both public and private companies. - [bigdata_country_tearsheet](https://docs.bigdata.com/mcp-reference/tools/bigdata-country-tearsheet.md): Returns a comprehensive country economic tearsheet. - [bigdata_etf_tearsheet](https://docs.bigdata.com/mcp-reference/tools/bigdata-etf-tearsheet.md): Provides a comprehensive analysis of exchange-traded funds (ETFs). - [bigdata_events_calendar](https://docs.bigdata.com/mcp-reference/tools/bigdata-events-calendar.md): Returns the corporate earnings calendar and conference call schedule. - [bigdata_market_tearsheet](https://docs.bigdata.com/mcp-reference/tools/bigdata-market-tearsheet.md): Returns a comprehensive global equity markets snapshot. - [bigdata_search](https://docs.bigdata.com/mcp-reference/tools/bigdata-search.md): Search engine for financial documents, earnings call transcripts, news articles, analyst reports, SEC filings, private uploads, and business content. - [bigdata_sentiment_tearsheet](https://docs.bigdata.com/mcp-reference/tools/bigdata-sentiment-tearsheet.md): Provides real-time media sentiment analysis for public companies. - [find_companies](https://docs.bigdata.com/mcp-reference/tools/find-companies.md): Identify a private or public company by name and retrieve its Knowledge Graph ID. - [find_securities](https://docs.bigdata.com/mcp-reference/tools/find-securities.md): Search for ETFs, funds, and securities using names, tickers, or identifiers. - [get_securities](https://docs.bigdata.com/mcp-reference/tools/get-securities.md): Resolve exact security identifiers (ISIN, CUSIP, SEDOL, listing codes) to issuer records. - [Resource Hub](https://docs.bigdata.com/partner-content-upload/developer-resources/resource-hub.md) - [Bigdata Document Format](https://docs.bigdata.com/partner-content-upload/format-requirements/bigdata-document-format.md) - [Validation Steps](https://docs.bigdata.com/partner-content-upload/format-requirements/validation-steps.md) - [Onboarding Overview](https://docs.bigdata.com/partner-content-upload/getting-started/onboarding-overview.md) - [Quick Start Guide](https://docs.bigdata.com/partner-content-upload/getting-started/quick-start-guide.md) - [Introduction](https://docs.bigdata.com/partner-content-upload/introduction.md) - [SFTP](https://docs.bigdata.com/partner-content-upload/upload-mechanisms/sftp.md) - [Why Upload Your Content?](https://docs.bigdata.com/partner-content-upload/why-upload-your-content.md) - [API updates](https://docs.bigdata.com/release-notes/api_changelog.md): API updates and announcements - [bigdata-client Changelog](https://docs.bigdata.com/release-notes/bigdata_client_changelog.md) - [bigdata-research-tools Changelog](https://docs.bigdata.com/release-notes/bigdata_research_tools_changelog.md) - [MCP updates](https://docs.bigdata.com/release-notes/mcp_changelog.md): MCP updates and announcements - [Skills updates](https://docs.bigdata.com/release-notes/skills_changelog.md): Skills updates and announcements - [Domains to whitelist](https://docs.bigdata.com/sdk-reference/bigdata_domains.md) - [Chat](https://docs.bigdata.com/sdk-reference/chat/chat.md) - [ChatInteraction](https://docs.bigdata.com/sdk-reference/chat/chatInteraction.md) - [ChatScope](https://docs.bigdata.com/sdk-reference/chat/chatScope.md) - [ChatService](https://docs.bigdata.com/sdk-reference/chat/chatService.md) - [ChatSource](https://docs.bigdata.com/sdk-reference/chat/chatSource.md) - [DefaultFormatter](https://docs.bigdata.com/sdk-reference/chat/defaultFormatter.md) - [InlineAttributionFormatter](https://docs.bigdata.com/sdk-reference/chat/inlineAttributionFormatter.md) - [MarkdownLinkFormatter](https://docs.bigdata.com/sdk-reference/chat/markdownLinkFormatter.md) - [Environment Variables](https://docs.bigdata.com/sdk-reference/environment_variables.md) - [Exceptions](https://docs.bigdata.com/sdk-reference/exceptions.md) - [Authentication](https://docs.bigdata.com/sdk-reference/introduction.md) - [Proxy configuration](https://docs.bigdata.com/sdk-reference/proxy_configuration.md) - [SSL Verification](https://docs.bigdata.com/sdk-reference/ssl_verification.md) - [Introduction](https://docs.bigdata.com/skills-reference/introduction.md): Enhance your Agentic platform with Bigdata.com Skills for financial analysis workflows or API Integration. - [Financial Research Analyst](https://docs.bigdata.com/skills-reference/mcp-helpers/financial-research-analyst.md): Create comprehensive financial workflows powered by Bigdata.com MCP tools - [Introduction](https://docs.bigdata.com/structured-data/introduction.md) - [Support](https://docs.bigdata.com/support.md) - [Brief Generation](https://docs.bigdata.com/use-cases/docker-services/briefs.md): Learn how to run your own financial brief generation service with a pre-built Docker and the Bigdata API. - [Deploy Your Risk Analyzer](https://docs.bigdata.com/use-cases/docker-services/risk-analyzer.md): Learn how to run your own financial risk analyzer service with a pre-built Docker and the Bigdata API. - [Deploy Your Thematic Screener](https://docs.bigdata.com/use-cases/docker-services/thematic-screener.md): Analyze corporate exposure to specific themes and events, quantifying the impact for each company in your universe. - [Introduction](https://docs.bigdata.com/use-cases/introduction.md) - [AI Cost Cutting Market Analysis](https://docs.bigdata.com/use-cases/research-tools/ai-cost-cutting.md): Automated Analysis of AI Cost Cutting Providers and Users - [AI Revenue Generation Market Analysis](https://docs.bigdata.com/use-cases/research-tools/ai-revenue-generation.md): Automated Analysis of AI Revenue Generation Providers and Users - [Board Management Monitoring](https://docs.bigdata.com/use-cases/research-tools/board-management-monitoring.md): Automated Analysis of Board Member and Management Activity Exposure - [Build your own MCP](https://docs.bigdata.com/use-cases/research-tools/build-your-own-mcp.md): Implement your own MCP to power your AI agents with Bigdata Research Tools workflows. - [Credit Ratings Monitoring](https://docs.bigdata.com/use-cases/research-tools/credit-ratings-monitor.md): Automated Detection and Analysis of Credit Rating Events - [Central Banks Announcements](https://docs.bigdata.com/use-cases/research-tools/daily-digest-central-banks.md): Automated Analysis of Market-Moving Central Bank News and Policy Themes - [Crude Oil Market Trend Analysis](https://docs.bigdata.com/use-cases/research-tools/daily-digest-crude-oil.md): Automated Analysis of Market-Moving News and Trending Topics - [Introduction](https://docs.bigdata.com/use-cases/research-tools/daily-digests-introduction.md) - [Election Monitor](https://docs.bigdata.com/use-cases/research-tools/election-monitor.md): Automated Analysis of Corporate Perspectives on Election Outcomes - [Liquid Cooling Market Watch](https://docs.bigdata.com/use-cases/research-tools/liquid-cooling.md): Automated Analysis of Liquid Cooling Technology Providers and Adopters - [Narrative Miners](https://docs.bigdata.com/use-cases/research-tools/miners.md): Uncover the Stories That Drive Markets - [Pricing Power Analysis](https://docs.bigdata.com/use-cases/research-tools/pricing-power.md): Automated Analysis of Pricing Power Narratives and Competitive Positioning - [AI Threat Assessment](https://docs.bigdata.com/use-cases/research-tools/report-ai-threats.md): Automated Analysis of AI Threats and Opportunities in Companies - [Regulation Risks](https://docs.bigdata.com/use-cases/research-tools/report-regulatory-issues.md): Automated Analysis of Regulatory Risks and Company Mitigation Strategies - [Rising Bond Spread Risks](https://docs.bigdata.com/use-cases/research-tools/rising-bond-spread-risks.md): Analyzing Spillover Risks from Rising Bond Spreads in Western Europe - [Risk Analyzer](https://docs.bigdata.com/use-cases/research-tools/risk-analyzer.md): Identifying Corporate Exposure to Risks - [Crypto Institutional Adoption](https://docs.bigdata.com/use-cases/research-tools/screener-for-crypto.md): Assess crypto exposure to institutional adoption trends using premium sources - [Thematic Screeners](https://docs.bigdata.com/use-cases/research-tools/screeners.md): Identify Companies Aligned with Investment Themes - [Self-Updating Thematic Dashboards with MCP](https://docs.bigdata.com/use-cases/research-tools/self-updating-research-dashboard.md): Grounded, self-updating dashboards from MCP tools. Replicate the pattern for any theme you can express as data plus search. - [US Tariffs: Risks & Strategies](https://docs.bigdata.com/use-cases/research-tools/specialized-report-tariffs.md): Automated Analysis of Trade Tariff Risks and Corporate Mitigation Strategies - [Tracking Inflation Drivers](https://docs.bigdata.com/use-cases/research-tools/tracking-inflation-drivers.md): Automated Analysis of US Inflation Dynamics and Economic Drivers - [Build Your First RAG](https://docs.bigdata.com/use-cases/search-service/build_your_first_rag.md) - [Global All-Cap Screening in One Batch Job](https://docs.bigdata.com/use-cases/search-service/one_job_for_thousands_of_companies.md): Screen thousands of companies in a single batch job using the Batch Search API, with no client-side scaling required. - [Similarity Search Demystified](https://docs.bigdata.com/use-cases/search-service/similarity_search_demystified.md) - [Smart Batching for Universe-Scale Search](https://docs.bigdata.com/use-cases/search-service/smart-batching.md): Plan and execute large-universe Search workflows with adaptive batching, proportional sampling, and reusable search plans. - [Search with Re-Ranking](https://docs.bigdata.com/use-cases/search-service/supercharge_your_search_relevance.md) - [Embed the chat widget](https://docs.bigdata.com/widgets/chatbox-widget.md): Add the Bigdata research chat to your website with a script tag, a backend proxy for your API key, with optional theming. - [Connect chat and document viewer on one page](https://docs.bigdata.com/widgets/connecting-widgets.md): Use a single BigdataWidgetManager so the chat and document viewer share a theme, coordinate on opendocument events, and open citations in the viewer without your own bus. - [Embed the document viewer widget](https://docs.bigdata.com/widgets/document-viewer-widget.md): Add the Bigdata document viewer widget to your website with a script tag, a backend proxy for your API key, and optional theming. Load public or private documents in the viewer. - [Widgets](https://docs.bigdata.com/widgets/introduction.md): Embed Bigdata research and document experiences in your own sites and applications. ## OpenAPI Specs - [openapi_research_agent](https://docs.bigdata.com/api-rest/openapi/openapi_research_agent.json) - [openapi_content_data](https://docs.bigdata.com/api-rest/openapi/openapi_content_data.json) - [openapi_search_service](https://docs.bigdata.com/api-rest/openapi/openapi_search_service.json) - [openapi_knowledge_graph](https://docs.bigdata.com/api-rest/openapi/openapi_knowledge_graph.json) - [openapi_structured_data](https://docs.bigdata.com/api-rest/openapi/openapi_structured_data.json) - [openapi_subscription](https://docs.bigdata.com/api-rest/openapi/openapi_subscription.json) - [openapi_workflows](https://docs.bigdata.com/api-rest/openapi/openapi_workflows.json) - [openapi](https://docs.bigdata.com/api-reference/openapi.json) ## Optional - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Bigdata.com](https://bigdata.com) - [Support](https://docs.bigdata.com/support) - [Developer Platform](https://platform.bigdata.com/) - [Bigdata Assistant](https://bigdata.com) - [Support](https://docs.bigdata.com/support)