Foundational company & sector intelligence—ready for instant integration

Laplace Basic Data delivers the essential facts behind every ticker so you (and your users) can move from raw prices to real world context in a single API call. From detailed company profiles to consensus analyst sentiment and event calendars, everything arrives in a clean, AI ready schema—no web scraping, no spreadsheets, no headaches.

Why builders choose Laplace basic data?

We're challenging conventions and pioneering a new tech-forward, transparent approach to market data APIs.

Single source of truth

Profiles, forecasts, and calendars are aggregated from vetted financial sources, normalized, and continuously refreshed.

Plug‑and‑play API design

JSON responses align with the rest of the Laplace stack, so adding fundamentals to an existing price feed takes minutes, not sprints.

Scales with you

Each request costs 1 credit; credits never expire and you can top up or switch to a subscription whenever traffic spikes.

Everything you get

What it unlocks

Features/What it unlocks

Company & Sector Profiles

Name, ticker, exchange, market cap, industry, executives, descriptions—perfect for onboarding screens, watch lists, and research dashboards.

Analyst Ratings & Forecasts

Consensus Buy/Hold/Sell ratings, EPS & revenue estimates, target‑price ranges—ideal for sentiment overlays and screening filters.

Financial Calendars

Upcoming earnings dates, IPO launches, and stock‑split events so users can set alerts and prepare strategies in advance.

Upcoming earnings dates, IPO launches, and stock‑split events so users can set alerts and prepare strategies in advance.

Quick start

# pip install laplace-sdk
from laplace import Laplace

client = Laplace(api_key="YOUR_API_KEY")

# 1 credit call: get full profile + analyst consensus for Apple
data = client.basic.profile("AAPL")
print(data.company_name, data.market_cap, data.analyst.rating_consensus)

GET

/basic/profile

Company & sector profile (single or batch)

GET

/basic/analyst

Ratings, EPS & revenue forecasts

GET

/basic/calendar

Earnings / IPO / split dates

Need WebSocket streams or flat files? The same endpoint is available via REST, WS, and scheduled S3 drops.

Need WebSocket streams or flat files? The same endpoint is available via REST, WS, and scheduled S3 drops.

Get started today.

Get instant access to institutional-grade financial data with no setup required.
Free developer tier includes 10.000 credits for welcoming gift & limitless price data.