Base URL
Default: https://www.cfbenchmarks.com/api/v1/
Nasdaq Indices: https://nciprod1.cfbenchmarks.com/api/v1/
Authentication
This API requires users to specify an API key. This key can be obtained by contacting CF Benchmarks for a license.
Once given a username and key, you would provide both in the request header with a
header field of the form Authorization: Basic <credentials>
where credentials is the
Base64 encoding of the username and key joined by a single colon ':'.
Responses
Successful
Successful responses have the format:
{
"serverTime": "2019-08-13T23:30:53.992Z",
"payload": {}
}
Where payload
will contain the result of the API call.
Error
Error responses have the format:
{
"serverTime": "2019-08-13T23:30:53.992Z",
"error": "error text here"
}