Developers

Evidence API and CSV access

KnowYourPMS exposes a data-as-a-service layer for SEBI-sourced PMS observations. Every value carries an as-of period, release id, status, and provenance—never a silent zero for missing data.

Base URL: https://server.knowyourpms.com. Also see the methodology page for status and revision semantics.

Endpoints

Strategy ID shapes

Directory pages may use legacy strategy slugs. The evidence layer uses compound IDs of the form PROVIDER_ID__STRATEGY_SLUG. Clients should accept both shapes. Provider pages also resolve legal-suffix variants (for example LLP vs Private Limited) via registration number when needed.

Example CSV helper URL builder returns: https://server.knowyourpms.com/api/v1/data/observations.csv?provider_id=SBI_FUNDS_MANAGEMENT_LIMITED&release_id=jul-2026

Freshness rules for consumers

  • Use available period / reporting_period_end from the release—do not label data as “latest” unless it matches the current calendar month.
  • Filter on release_id (for example jul-2026) when you need a fixed vintage.
  • Treat status values as authoritative: reported, not reported, estimated, stale, conflicted, parse failed, and not applicable stay distinct.