Myfxbook community outlook — how the crowd of tracked live accounts is
community-outlooknot measured/v1/finance:myfxbook/community-outlook1m cache2 paramschecking key…// 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);curl -X GET "https://api.zpi.web.id/v1/finance:myfxbook/community-outlook?query=EURUSD&limit=100" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/finance:myfxbook/community-outlookMyfxbook community outlook — how the crowd of tracked live accounts isquerystringoptionallimitnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/finance:myfxbook/community-outlook?query=EURUSD&limit=100" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"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"
}