Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.37 KB

File metadata and controls

60 lines (39 loc) · 2.37 KB

SOLACTIVE

1.0.3 v3

This document was generated automatically. Please see README Generator for more info.

Variable env vars

  • The clientId input param maps to an env var PASSWORD_{clientId} used for auth

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT An API endpoint for Data Provider string https://clients.solactive.com/api/rest/v1/indices

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 12 Conservative rate limit as key is shared

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string nav nav

Nav Endpoint

nav is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
clientId The client ID associated with the fund string
isin The ISIN identifying the fund string

Example

Request:

{
  "data": {
    "endpoint": "nav",
    "clientId": "abc123",
    "isin": "A0B1C2D3"
  }
}

MIT License