Using VIP's Network Extractor on ETF Data

In this notebook, we demonstrate how you can use VIP's Network Extractor to create a network dataset from a tabular spreadsheet of Exchange Traded Fund (ETF) data. This dataset has a mixture of numerical and categorical features, which works well when extracting a network. We can then use the network to understand which ETFs are similar to each other, which could help find patterns for stronger or weaker investments.

Establishing API connection to VIP.

In this case, we will use VIP's Network Extractor to generate a network. However, you can also use https://api.virtualitics.com/api-documentation.html?highlight=load_network#virtualitics.api.VIP.load_network to load in edge lists, JSON format, or NetworkX objects. To get an overview of the Network Extractor and supported network formats, see the documentation: https://docs.virtualitics.com/network-graphs/network-graphs-overview