Skip to content

forms13f/notebooks

Repository files navigation

Forms13F.com API Python Notebooks

This repository contains Jupyter notebooks with examples on how to retrieve information on the latest holdings of funds and view their history of purchases of securities.

About

These Python notebooks utilize the Forms13F.com API to demonstrate how to access and analyze data from Form 13F filings.

What is Form 13F?

Form 13F is a quarterly report filed by institutional investment managers with the U.S. Securities and Exchange Commission (SEC). It discloses the holdings of equity securities under management, providing transparency into the investment activities of large institutional investors.

Notebooks

  • api-examples.ipynb contains examples on how to use the Forms13F Python SDK in Jupyter notebooks.
  • reports.ipynb contains examples on how to retrieve historical data on a fund's holdings.

Resources

Setting up Virtual Environment for python

conda create -n ipynb_env python=3.8
# location ~/opt/anaconda3/envs/ipynb_env
conda activate ipynb_env
conda install ipython jupyter
jupyter notebook 2>&/dev/null

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published