python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Build financial table from EDGAR XBRL files
When companies submit their reports to SEC, a number of files are made available. E.g. the latest 10-K of AAPL.
From this even the SEC website (and many others) make the tables as structured data.
Wha...
jollytall
Votes: 0
Answers: 1
Download a txt file from EDGAR
I want to download this file to my local drive:
https://www.sec.gov/Archives/edgar/data/1556179/0001104659-20-000861.txt
Here are my codes:
import requests
import urllib
from bs4 import BeautifulSoup
...
Julie
Votes: 0
Answers: 2
How should I scrape an idx file on EDGAR?
I have an idx file:
https://www.sec.gov/Archives/edgar/daily-index/2020/QTR4/master.20201231.idx
I could open the idx file with following codes one year ago, but the codes don't work now. Why is that?...
Julie
Votes: 0
Answers: 1