latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

ETF/MF

Country allocation chart

ETF Pro

Chart-ready geographic allocation over time. Returns one series per top country (by latest quarter weight), with portfolio weight values for each quarter. Countries are ISO 2-letter codes from N-PORT holdings. Periods sorted ascending. Historical depth depends on subscription tier.

get/api/fund/chart/countries

Query parameters

symbolstring

Fund ticker symbol (ETF or mutual fund). Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

topNinteger

Number of top countries to include

Response

Country allocation chart data with periods sorted ascending

periodsstring[]

Quarter-end dates sorted ascending

Example response

{
  "periods": [
    "2025-03-31",
    "2025-06-30",
    "2025-09-30",
    "2025-12-31"
  ],
  "series": [
    {
      "name": "US",
      "data": [
        98.5,
        98.7,
        99.1,
        99.2
      ]
    }
  ]
}