theOGognf / finagg

A Python package for aggregating and normalizing historical data from popular and free financial APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEC company exchanges API/table

theOGognf opened this issue · comments

Either I didn't notice this before or this is a new file available, but the SEC has a file that maps a company to the exchanges the company is listed on. This may be useful for people that only want to look at companies on a particular exchange. I should implement a simple API for this just like is implemented for the ticker file and MAYBE implement a table for storing that data (or merge it into the finagg.sec.sql.submissions table)

Covered by #36