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

Myfxbook

Myfxbook community outlook — how the crowd of tracked live accounts is

1 endpoint1 endpoint on this scraper2.1k calls2.1k calls so farupdated last monthLast updated 8/21/2026, 2:26:32 AMBusy: 10+ calls so farllms.txt
Endpoints1

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

Community Outlook

Myfxbook community outlook — how the crowd of tracked live accounts is

GET/v1/finance:myfxbook/community-outlook1m cache2 paramschecking key…
Parameters
querystring

Filter on symbol; the slash is optional. Omit for every symbol

limitnumber

Items to return. Default 100, max 200

·
Response
EXAMPLE
{
  "asOf": "2026-08-21T02:32:50.576Z",
  "count": 1,
  "items": [
    {
      "price": 1.16957,
      "symbol": "EURUSD",
      "longLots": 4094.43,
      "shortLots": 15259.68,
      "longPercent": 21,
      "avgLongPrice": 1.166,
      "shortPercent": 79,
      "avgShortPrice": 1.1479,
      "longPositions": 12084,
      "shortPositions": 46813,
      "netShortPercent": 58,
      "longDistancePips": 36,
      "popularityPercent": 58,
      "shortDistancePips": -217
    }
  ],
  "query": "EURUSD",
  "total": 1,
  "dataset": "community-outlook",
  "provider": "myfxbook"
}

Code

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

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

const data = await client.run("finance:myfxbook", "community-outlook", {
  "query": "EURUSD",
  "limit": 100
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Community Outlook/v1/finance:myfxbook/community-outlook
2 params

Parameters

querystringoptional
Filter on symbol; the slash is optional. Omit for every symbol
limitnumberoptional
Items to return. Default 100, max 200

Request

curl -X GET "https://api.zapi.ink/v1/finance:myfxbook/community-outlook?query=EURUSD&limit=100" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-21T02:32:50.576Z",
  "count": 1,
  "items": [
    {
      "price": 1.16957,
      "symbol": "EURUSD",
      "longLots": 4094.43,
      "shortLots": 15259.68,
      "longPercent": 21,
      "avgLongPrice": 1.166,
      "shortPercent": 79,
      "avgShortPrice": 1.1479,
      "longPositions": 12084,
      "shortPositions": 46813,
      "netShortPercent": 58,
      "longDistancePips": 36,
      "popularityPercent": 58,
      "shortDistancePips": -217
    }
  ],
  "query": "EURUSD",
  "total": 1,
  "dataset": "community-outlook",
  "provider": "myfxbook"
}

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.7M1.7M 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/.

756.2K756.2K 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.

341.4K341.4K 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.

115.5K115.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
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
zapi.

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

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