Per-stock centrality (snapshot or rolling)

Builds a correlation graph over a trailing window of candles and returns the
five centrality metrics per stock (data.type = "snapshot").

🔑 Need a token?

→ Generate your API token here — sign in
with Google, click Generate token, and paste the 24-hour Bearer JWT into the
Bearer field in the "Try It" panel.

These parameters are fixed

On the public docs the query parameters below are locked to a standard NIFTY-50
daily snapshot, so you can try the API instantly without configuring anything.

Want to change them? Pick your own symbols, intervals (1m–1w), graph methods,
historical as-of dates, rolling time series, or pull more data —
contact us to unlock full parameter access
and play around with everything.

Requires a Bearer JWT. Rate limited to 1 request/minute and 30 requests/day per user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
Defaults to nifty50

Stock universe. Fixed to the NIFTY-50 on public docs.

Allowed:
string
enum
Defaults to 1d

Candle interval. Fixed to daily (1d) on public docs.

Allowed:
integer
enum
Defaults to 60

Bars in the trailing window. Fixed on public docs.

Allowed:
integer
enum
Defaults to 1

1 = single snapshot. Fixed on public docs (rolling time series is a contact-to-unlock feature).

Allowed:
string
enum
Defaults to knn

How the correlation matrix becomes a graph. Fixed to kNN on public docs.

Allowed:
integer
enum
Defaults to 4

Nearest neighbours per node. Fixed on public docs.

Allowed:
string
enum
Defaults to pearson

Correlation estimator. Fixed to Pearson on public docs.

Allowed:
string
enum
Defaults to degree_strength,eigenvector_centrality,betweenness_centrality,closeness_centrality,pagerank

The five centrality metrics. Fixed on public docs.

Allowed:
boolean
enum
Defaults to true

Return the edge list + Louvain communities and modularity. Fixed on public docs.

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json