Private beta — estimated Q3 2026
We're building the API in parallel with our platform. Early access partners will get access before general availability, a higher rate limit, and direct input into the API design.
What the API will offer
Fast & Reliable
Edge-cached responses, sub-100ms p95 latency for quote endpoints.
Comprehensive Coverage
50,000+ instruments across stocks, ETFs, forex, crypto, and commodities.
Portfolio Sync
Read and write portfolio data programmatically — ideal for fintech integrations.
Secure by Design
API keys scoped by permission level. Rate limiting. HTTPS only.
Analyst Intelligence
This layer adds value because it answers not just "what is the price?" but "what do analysts think, what changed, and how strong is the consensus?"
/api/fmp/grades-consensus?symbol=AAPLShows the analyst buy/hold/sell stack for a ticker. Useful for a quick sentiment layer on top of price data.
/api/fmp/ratings?symbol=AAPLReturns the deeper analyst bundle: price targets, upgrades/downgrades, valuation factors, and history.
/api/fmp/analyst-estimates?symbol=AAPLProvides quarterly and annual EPS / revenue consensus. Good for forward-looking signals and briefing cards.
Pyramid for AI (MCP)
GoldComing SoonConnect Pyramid to your own AI assistant — Claude, ChatGPT, or any Model Context Protocol client. Ask your AI anything about your portfolio, watchlist, and research, answered live from Pyramid's data: “How concentrated is my portfolio by sector?”, “Summarise the research on my watchlist.”
- Read-only access to your holdings & watchlist
- Live quotes, fundamentals & technicals
- Your research articles & advisory context
- Scoped per account, revocable anytime
Planned Endpoints
Below is a preview of the API surface we're designing. Paths and response shapes may change before launch.
/v1/quotes/{symbol}Real-time or delayed quote for any supported asset (stocks, ETFs, forex, crypto, commodities).
/v1/fundamentals/{symbol}Key financial ratios, earnings, revenue, and valuation multiples for equities and ETFs.
/v1/forex/macroMacro indicators (interest rate, inflation, GDP, unemployment) for any currency pair.
/v1/cot/{symbol}CFTC Commitment of Traders positioning data for major currency and commodity futures.
/v1/portfolio/summaryAggregated portfolio performance, allocation breakdown, and P&L for authenticated users.
/v1/portfolio/syncImport portfolio positions via CSV or JSON payload. Supports multi-currency cost basis.
/v1/calendar/economicUpcoming and historical economic events filtered by country, currency, or impact level.
/v1/technicals/{symbol}RSI, MACD, moving averages, Bollinger Bands, and Pyramid's composite technical score.
Authentication
The API will use API key authentication passed as a header. Keys will be scoped to read-only or read-write permissions and managed from your account dashboard.
# Example request curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.pyramidfinance.eu/v1/quotes/AAPL
Rate limits: 100 req/min (free), 1,000 req/min (Pro), unlimited (Enterprise). Burst allowance included.
Request Early Access
Want the REST API or the MCP / AI connection when they open? Drop your email and we'll add you to the beta list.