zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/StockAnalysis
Logo StockAnalysis

StockAnalysis

Kutipan saham dan ETF Amerika tanpa API key: harga, perubahan, OHLC, volume, rentang 52 minggu, dan sesi extended-hours.

1 endpoint1 endpoint on this scraper3 calls3 calls so farupdated last monthLast updated 8/8/2026, 10:10:23 AMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Quote

Kutipan satu saham atau ETF Amerika, termasuk harga sesi after-hours kalau ada.

GET/v1/finance:stockanalysis/quote1m cache2 paramschecking key…
Parameters
symbolstringrequired

Ticker symbol. Required.

typeenum

stock (default) or etf — they live on different upstream paths.

·
Response
EXAMPLE
{
  "low": 310.74,
  "asOf": "Aug 7, 2026, 4:00 PM EDT",
  "high": 314.81,
  "open": 311.45,
  "type": "stock",
  "price": 313.33,
  "change": 0.92,
  "low52w": 216.58,
  "source": "stockanalysis",
  "symbol": "AAPL",
  "volume": 34562295,
  "high52w": 344.57,
  "exchange": "NASDAQ",
  "tradingDay": "2026-08-07",
  "marketStatus": "closed",
  "changePercent": 0.29,
  "extendedPrice": 313.25,
  "previousClose": 313.33,
  "extendedChange": -0.08,
  "extendedSession": "After-hours"
}

Code

Quote
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:stockanalysis", "quote", {
  "symbol": "AAPL",
  "type": "stock"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Quote/v1/finance:stockanalysis/quote
2 params

Parameters

symbolstringrequired
Ticker symbol. Required.
typeenumoptional
stock (default) or etf — they live on different upstream paths. Values: stock, etf.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:stockanalysis/quote?symbol=AAPL&type=stock" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "low": 310.74,
  "asOf": "Aug 7, 2026, 4:00 PM EDT",
  "high": 314.81,
  "open": 311.45,
  "type": "stock",
  "price": 313.33,
  "change": 0.92,
  "low52w": 216.58,
  "source": "stockanalysis",
  "symbol": "AAPL",
  "volume": 34562295,
  "high52w": 344.57,
  "exchange": "NASDAQ",
  "tradingDay": "2026-08-07",
  "marketStatus": "closed",
  "changePercent": 0.29,
  "extendedPrice": 313.25,
  "previousClose": 313.33,
  "extendedChange": -0.08,
  "extendedSession": "After-hours"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.3M1.3M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

565.5K565.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

222.2K222.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

106.5K106.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Bybit

financebybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

22.3K22.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.