For Developers

279 analytics operations. One API call away.

Financial intelligence for Python developers, data scientists, and quants. REST API, native SDK, MCP protocol. From portfolio analytics to factor models.

Your first query in 3 lines

Native Python SDK with pandas-compatible output. Search, analyze, and build.

analytics.py
from tepilora import Client

client = Client(api_key="your-api-key")

# Search any security
results = client.search("MSCI World ETF")

# Get 5 years of daily prices
prices = client.history(
    identifiers=["IE00B4L5Y983EURXMIL"],
    start_date="2020-01-01"
)

# Run rolling volatility
vol = client.analytics.rolling_volatility(
    identifiers=["IE00B4L5Y983EURXMIL"],
    window=252
)
$ pip install tepilora

Three ways to connect

Choose the interface that fits your workflow. All three access the same 279 operations.

REST API

279 endpoints, JSON/CSV output, OpenAPI 3.1 spec, interactive Swagger docs. Language-agnostic, works from any HTTP client.

View API Docs

Python SDK

Native DataFrame output, pandas-compatible, async support, built-in retries. Pythonic interface over the full API surface.

View on PyPI

MCP Protocol

Give Claude, ChatGPT, or any AI agent real financial intelligence. Model Context Protocol for agentic workflows.

View on PyPI

What you can build

From screening scripts to production dashboards, Tepilora powers the analytics layer.

Automated screening

Filter 400,000+ securities with 279 analytics. Build screeners that run on your schedule, your criteria.

Risk dashboards

VaR, CVaR, Sharpe, drawdown, rolling volatility. Real-time risk metrics for any portfolio.

Quantitative research

Factor models, correlation matrices, backtesting. 53+ years of historical data across all asset classes.

AI-powered tools

MCP + SDK = AI agents with real financial computations. Build tools that reason about markets.

279
operations
28
categories
400,000+
securities
80+
exchanges
53
years of data

5 minutes to your first API call

1

Sign up

Create your account and get your API key instantly. Free trial included.

2

Install the SDK

pip install tepilora

3

Run your first query

Search securities, pull prices, compute analytics. All from one client object.

Start building from EUR 9/mo

Every plan includes full API access, SDK, and MCP. No feature gating.

Perfect for developers

Explorer

Free trial
€9 /mo
300 calls/day · 9,000/month
  • All 279 analytics operations
  • REST API + Python SDK + MCP
  • OpenAPI 3.1 spec
  • MarketOcean + AI
Start 14-Day Free Trial

Professional

€49 /mo
2,000 calls/day · 60,000/month
  • Everything in Explorer
  • Higher usage limits
  • Advanced AI models
  • Priority support
Choose Professional

Start building with real financial intelligence.

279 operations. 400,000+ securities. One pip install away.