Help Center

Developers

API Documentation

Coming Soon

The Pyramid API will give developers and fintech teams programmatic access to market data, portfolio sync, and Pyramid's intelligence layer. We're working on it — sign up for early access below.

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?"

GET/api/fmp/grades-consensus?symbol=AAPL

Shows the analyst buy/hold/sell stack for a ticker. Useful for a quick sentiment layer on top of price data.

GET/api/fmp/ratings?symbol=AAPL

Returns the deeper analyst bundle: price targets, upgrades/downgrades, valuation factors, and history.

GET/api/fmp/analyst-estimates?symbol=AAPL

Provides quarterly and annual EPS / revenue consensus. Good for forward-looking signals and briefing cards.

Pyramid for AI (MCP)

GoldComing Soon

Connect 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.

GET/v1/quotes/{symbol}

Real-time or delayed quote for any supported asset (stocks, ETFs, forex, crypto, commodities).

GET/v1/fundamentals/{symbol}

Key financial ratios, earnings, revenue, and valuation multiples for equities and ETFs.

GET/v1/forex/macro

Macro indicators (interest rate, inflation, GDP, unemployment) for any currency pair.

GET/v1/cot/{symbol}

CFTC Commitment of Traders positioning data for major currency and commodity futures.

GET/v1/portfolio/summary

Aggregated portfolio performance, allocation breakdown, and P&L for authenticated users.

POST/v1/portfolio/sync

Import portfolio positions via CSV or JSON payload. Supports multi-currency cost basis.

GET/v1/calendar/economic

Upcoming and historical economic events filtered by country, currency, or impact level.

GET/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.