PIT-Symbol (Point-In-Time Symbol) is a
Standard stock tickers are not permanent: they change due to mergers, rebranding, and delistings. Furthermore, a ticker symbol can be reassigned to a completely different company once it becomes available, causing significant confusion in historical data analysis.
import pandas as pd
url = "https://api.corrgrid.com/v2/2025-02-26/corr/raw/relation?token=demo"
correlation_matrix = pd.read_json(url, storage_options = {"User-Agent": "api"}, orient='split')
print(correlation_matrix)
This section describes the Top Cointegrated Assets list displayed on the Market Topology screen.
Before proceeding, it is crucial to read and understand the Top/Bottom Correlations documentation, as this section builds upon the concepts explained there.
This list displays the top 100 most cointegrated assets (pairs, triplets and quadruplets), relative to the selected instrument (if exists).
This section describes the Top/Bottom Correlations list displayed on the Market Topology screen.
This list displays the 100 most positively and 100 most negatively correlated assets (pairs, triplets, and quadruplets) with an absolute correlation value greater than 0.1, relative to the selected instrument.