Get ranking row for a single investor
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Returns the full ranking row for the specified investor for a given time period. Returns 404 if the user is private, not found, or not ranked. period is required because every performance field is computed over a defined time window.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
A unique request identifier.
"aeb3c639-387b-4a87-88ac-c02195a89395"
Path Parameters
Query Parameters
Rolling time window for performance metrics. Rolling time window over which all performance metrics are computed. Every window ends at the max date (the latest ranking refresh); examples below use a max date of 2026-07-15:
CurrMonth– current month to date, from the 1st of the current month. E.g. 2026-07-01 to 2026-07-15.CurrQuarter– current quarter to date, from the 1st day of the current calendar quarter. E.g. 2026-07-01 to 2026-07-15.CurrYear– year to date, from January 1st of the current year. E.g. 2026-01-01 to 2026-07-15.LastYear– from January 1st of the previous calendar year to the max date. E.g. 2025-01-01 to 2026-07-15.LastTwoYears– from January 1st two calendar years ago to the max date. E.g. 2024-01-01 to 2026-07-15.OneMonthAgo– rolling ~1 month window, from the 1st of the previous month. E.g. 2026-06-01 to 2026-07-15.TwoMonthsAgo– rolling ~2 month window, from the 1st of the month two months ago. E.g. 2026-05-01 to 2026-07-15.ThreeMonthsAgo– rolling ~3 month window, from the 1st of the month three months ago. E.g. 2026-04-01 to 2026-07-15.SixMonthsAgo– rolling ~6 month window, from the 1st of the month six months ago. E.g. 2026-01-01 to 2026-07-15.OneYearAgo– rolling ~12 month window, from the 1st of the month twelve months ago. E.g. 2025-07-01 to 2026-07-15.AbsOneYear– exactly one year before the max date, with no rounding to month/year start. E.g. 2025-07-15 to 2026-07-15.AbsTwoYears– exactly two years before the max date, with no rounding. E.g. 2024-07-15 to 2026-07-15.
CurrMonth, OneMonthAgo, TwoMonthsAgo, CurrQuarter, ThreeMonthsAgo, SixMonthsAgo, CurrYear, OneYearAgo, LastYear, LastTwoYears, AbsOneYear, AbsTwoYears Response
Successful response
A single investor ranking row. Identity fields come from PublicAggregatedInfo (GDPR-safe); performance fields come from RankingsAPI and are period-scoped. Nullable identity fields are omitted from the body when their condition is not met.