How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AMG Funds Data API

Undocumented, anonymously callable JSON API on wealth.amg.com that backs the AMG Wealth Platform product pages. Exposed as the AMG-authored WordPress REST namespace amgfundsdata/v1, whose route table the site itself publishes. Sixteen routes serve AMG Funds product, performance and portfolio data: /products/funds, /products-data and /products-table return structured fund rows with ticker, fund id, asset class, NAV, trailing performance and Morningstar rating, while the fund-detail, quickview, spotlight and style-box routes return pre-rendered HTML fragments. AMG publishes no developer portal, reference, OpenAPI or terms for programmatic use; the OpenAPI referenced here was derived by API Evangelist from the provider's own route table plus live responses observed 2026-08-30.

This API exposes 16 operations across 16 paths, organized into 3 resource areas, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://wealth.amg.com/wp-json.

16 operations 16 paths 4 schemas 16 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://wealth.amg.com/wp-json/amgfundsdata/v1
Terms of Service
Resource Areas
3

Paths & Operations 16

Across 16 paths, the API surfaces 16 operations — 16 GET. They span 3 resource areas: Products, Fund Detail, Separately Managed Accounts. Each is listed below with its method, path, parameters, and response codes.

Products 9

Fund and product listings, tables and cross-reference data.

GET
/amgfundsdata/v1
Get the amgfundsdata/v1 namespace index
getFundsDataNamespace 1 param → 200
GET
/amgfundsdata/v1/products/funds
List AMG funds
listFunds → 200
GET
/amgfundsdata/v1/products-data
Get the full products dataset
getProductsData → 200
GET
/amgfundsdata/v1/products-table
Get the rendered products table dataset
getProductsTable → 200
GET
/amgfundsdata/v1/products/quickview/{ticker}
Get the quick-view panel for a fund
getFundQuickView 1 param → 200404
GET
/amgfundsdata/v1/products/morningstar-quickview/{ticker}
Get the Morningstar quick-view modal for a fund
getMorningstarQuickView 1 param → 200404
GET
/amgfundsdata/v1/products/morningstarstlyeboxdata/{fundtype}/{wpid}/{style}
Get Morningstar style box data
getMorningstarStyleBoxData 3 params → 200404
GET
/amgfundsdata/v1/products/msstylebox/{wpid}/{style}/{fundtype}
Get the Morningstar style box panel
getMorningstarStyleBox 3 params → 200404
GET
/amgfundsdata/v1/spotlight/{ticker}/{tickerslug}/{rand}
Get the spotlight panel for a fund
getFundSpotlight 3 params → 200404
Fund Detail 6

Per-ticker fund detail panels rendered as HTML fragments.

GET
/amgfundsdata/v1/product/growthdata/{ticker}/{start}/{end}
Get growth-of-investment data for a fund
getFundGrowthData 3 params → 200404
GET
/amgfundsdata/v1/fund-detail/{ticker}/overview
Get the fund overview panel
getFundOverview 1 param → 200404
GET
/amgfundsdata/v1/fund-detail/{ticker}/performance
Get the fund performance panel
getFundPerformance 1 param → 200404
GET
/amgfundsdata/v1/fund-detail/{ticker}/portfolio
Get the fund portfolio panel
getFundPortfolio 1 param → 200404
GET
/amgfundsdata/v1/fund-detail/{ticker}/boutique
Get the boutique manager panel for a fund
getFundBoutique 1 param → 200404
GET
/amgfundsdata/v1/fund-detail/{ticker}/modal/{modal_type}
Get a fund detail modal
getFundDetailModal 2 params → 200404
Separately Managed Accounts 1

SMA strategy detail panels.

GET
/amgfundsdata/v1/sma-detail/{ticker}/performance
Get the SMA strategy performance panel
getSmaPerformance 1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ProductRow (24 properties), FundSummary (4 properties), Error (3 properties), HtmlEnvelope (2 properties). Each schema is shown below with its type and property counts.

FundSummary
object
A single AMG fund share class.
4 properties
ProductRow
object
A product finder row. Fields observed on live responses; the provider publishes no schema.
24 properties
HtmlEnvelope
object
The success envelope used by the panel routes.
2 properties
Error
object
The WordPress REST error envelope returned by this API. Not RFC 9457.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

affiliated-managers-group-funds-data-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of AMG Funds Data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.