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.
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 DocsPython SDK
Native DataFrame output, pandas-compatible, async support, built-in retries. Pythonic interface over the full API surface.
View on PyPIMCP Protocol
Give Claude, ChatGPT, or any AI agent real financial intelligence. Model Context Protocol for agentic workflows.
View on PyPIWhat 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.
5 minutes to your first API call
Sign up
Create your account and get your API key instantly. Free trial included.
Install the SDK
pip install tepilora
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.
Explorer
Free trial- All 279 analytics operations
- REST API + Python SDK + MCP
- OpenAPI 3.1 spec
- MarketOcean + AI
Professional
- Everything in Explorer
- Higher usage limits
- Advanced AI models
- Priority support
Start building with real financial intelligence.
279 operations. 400,000+ securities. One pip install away.