Live Endpoints
GET /api/health
GET /api/pdfs
GET /api/form/metadata
GET /api/metadata/edgar-taxonomy
GET /api/metadata/edgar-taxonomy/all-forms
GET /api/:ticker/nport
GET /api/:ticker/ncen
GET /api/:ticker/nmfp3
GET /api/:ticker/npx
GET /api/:ticker/ncsr
GET /api/:ticker/n2
GET /api/:ticker/n2a
GET /api/:ticker/n1a
GET /api/:ticker/497K
GET /api/:ticker/497
GET /api/:ticker/424B2
Naming Schema
- Symbol = ISIN = US48251W5004
- Name = Ticker = KKR 6.25 03/01/28
- Name: [issuer] [coupon] [maturity]
No ISIN?
- Concatenate asset's internal ID sourced from NPORT + fund's ISIN to ensure uniqueness across funds.
- In Wildermuth Fund's latest NPORT filing, DSI Digital LLC appears with internal ID "DSIDIGIT" in the XML identifiers element. This creates the symbol DSIDIGIT-US96812D3052, where US96812D3052 is Wildermuth's fund ISIN. All filings can be found on SEC's EDGAR.
- <identifiers>
- <other otherDesc="Internal ID" value="DSIDIGIT"/>
- </identifiers>
- Example: DSIDIGIT-US96812D3052
- Endpoint paths do not support dynamic :ticker