Financial Data and Stock API

or

Type a ticker in the search above, or get the same data straight from the API View the endpoint docs

curl "https://api.roic.ai/v3.0.0/tickers/search?query=AAPL"
Deutsche Bank logoDeutsche Bank
Merrill Lynch logoMerrill Lynch
RBC logoRBC
Rothschild & Co logoRothschild & Co
Edward Jones logoEdward Jones
LPL Financial logoLPL Financial
Manulife logoManulife
Bain & Company logoBain & Company
PwC logoPwC
TSMC logoTSMC
Tektronix logoTektronix
Ruffer logoRuffer
OakNorth logoOakNorth
Ryan logoRyan
FGS Global logoFGS Global
SumZero logoSumZero
PSG logoPSG
Sterlite logoSterlite

Explore Financial Data

API products, organized into four clear data groups.

Click anyAPIto explore its documentation

40 years+

of financial statements

68k+

Symbols & tickers

120+

Quarters per company

17 years+

of call transcripts

70+

Global exchanges

Build financial products. Skip the data plumbing

Build screeners, portfolio trackers, research terminals, valuation tools, and AI-powered investing apps on one dependable data foundation

Pricing page

99.9% uptime

Redundant infrastructure keeps every endpoint online, so your dashboards, models, and agents are never left waiting on data

Sub-200 ms responses

Low-latency REST endpoints with cursor pagination — fast enough for live dashboards and real-time agent tool calls

roic.ai earnings calls API documentation

Commercial usage available

Ship the data inside your own products with an Enterprise plan. Commercial rights are included, with no separate redistribution deals or per-seat licensing.

One format across every endpoint

Resources, lists, and errors share the same JSON shapes. Learn them once, then integrate statements, prices, transcripts, and forex the same way

Make your first API call

Power dashboards, research tools, valuation models, and AI agents with standardized fundamentals and prices from one API

Financial Data API

Learn more

MCP (Agent Plugin)

Learn more

ROIC AI Web

Learn more
import requests response = requests.get(    "https://api.roic.ai/v3.0.0/tickers/"    "NASDAQ:AAPL?apikey=YOUR_API_KEY",)response.raise_for_status() ticker = response.json() 
[ .JSON ]
{  "id": "tkr_cO46h8pgSu9Qqy",  "object": "v3.reference.ticker",  "symbol": "NASDAQ:AAPL",  "name": "Apple Inc.",  "exchange": "NASDAQ",  "mic": "XNGS",  "type": "stock",  "type_specifications": [    "common"  ],  "is_primary": true,  "status": "listed",  "primary_symbol": "NASDAQ:AAPL",  "market": "america",  "listing_country_code": "US",  "trading_currency": "USD",  "fundamental_currency": "USD",  "cik": "0000320193",  "cusip": "037833100",  "isin": "US0378331005",  "figi": "BBG000B9XRY4",  "figi_composite": "BBG000B9XRY4",  "figi_share_class": "BBG001S5N8V8"}

Start using our financial API in minutes

Standardized fundamentals, market data, and earnings call transcripts: delivered reliably at enterprise scale