> For the complete documentation index, see [llms.txt](https://docs.orbitfin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbitfin.ai/orbit-api-reference/overview/pricing.md).

# Pricing

### Credit-Based System

Orbit uses a unified credit-based pricing system across all our products and services. Credits are the universal unit of consumption that measures:

* **LLM Processing**: Computational resources for AI analysis and generation
* **Data Access**: Retrieval of documents, reports, and market data
* **Tool Usage**: Execution of specialized financial analysis tools

#### Key Principles

1. **Pay for What You Use**: Credits are deducted only for successful operations
2. **Transparent Pricing**: Each operation has a fixed credit cost
3. **No Hidden Fees**: All costs are clearly defined upfront
4. **Universal Currency**: Same credits work for both APIs and MCP

#### How Credits Apply

* **APIs**: Direct programmatic access charges credits per operation
* **MCP**: Natural language queries consume credits based on complexity
* **Shared Pool**: API and MCP usage draws from the same credit balance

#### Credit Consumption Examples

* Simple data lookup = Low credit usage (0.1 credits)
* AI-powered analysis = Medium credit usage (1-2 credits)
* Complex multi-step research = High credit usage (10+ credits)

***

### API Pricing Table

| API Endpoint                                       | Description                                                                      | Credits                                                               |
| -------------------------------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| **Single Entity Lookup**                           | Search for a single company using ISIN, ticker, LEI, or company name             | 0.1 credit                                                            |
| **Bulk Entity Lookup**                             | Search multiple companies with filters (exchange, country, market cap, industry) | 1 credit per 20 companies                                             |
| **Report List**                                    | Retrieve list of available reports for specific companies within date range      | 0.5 credit per 20 total                                               |
| **File Download**                                  | Download files in PDF, extracted text, or embedding format                       | <p>PDF: 5 credits</p><p>Text: 10 credits</p><p>Vector: 12 credits</p> |
| **PDF Parser**                                     | Extract structured content from PDF documents with block-level precision         | 0.4 credit per 10 pages                                               |
| **Internet News**                                  | Collect news from Google                                                         | 0.5 credit                                                            |
| **Chat with Internet News**                        | Collect news from Google and chat on it                                          | 1 credit                                                              |
| **End of Day Price**                               | Fetch end of day price from Google Finance                                       | 0.5 credit                                                            |
| **Deriving conclusions through inquiry - Chat AI** | AI-powered conversational query about company filings (limit: 4 turns)           | 1 credit                                                              |
| **Get Report List by Question**                    | Semantic and keyword search across filing documents (limit: 20 results)          | 1 credit                                                              |

### MCP Pricing Table

<table><thead><tr><th width="192.796875">Tool Name</th><th width="244.47265625">Description</th><th width="91.95703125">Credit</th><th>Notes</th></tr></thead><tbody><tr><td>Company Search</td><td>Query company info via ISIN / Ticker / LEI / Name to obtain orbit_entity_id,<br>required as a prerequisite for all other tools</td><td>1</td><td></td></tr><tr><td>Get Filings Data</td><td>Internal proprietary vector search across 308 document types (filings,<br>announcements, ESG reports, etc.). Returns AI-generated summaries, evidence citations, and URL</td><td>1</td><td><p></p><p>Max 1-year date range per call; up to 10 years of historical data; typical response time 30–120s</p></td></tr><tr><td>Bot News Tracker</td><td>AI-powered daily news sentiment tracker — generates sentiment scores (0–100),<br>classifies positive/negative events, identifies competitors, risk factors, and provides<br>buy/hold/sell signals</td><td>1</td><td>Max 31-day range per call; up to 3 years of historical data</td></tr><tr><td>Get Eod Price</td><td>Retrieves end-of-day (EOD) stock price data with flexible time windows: 1D / 5D /<br>1M / 6M / YTD / 1Y / 5Y / MAX</td><td>0.5</td><td></td></tr><tr><td>Google News</td><td>Searches Google News for financial and business coverage with multi-keyword<br>filtering, date range, and multi-language support</td><td>0.5</td><td></td></tr></tbody></table>
