How to use the EDGAR Database in Python | Pagination

preview_player
Показать описание
In some cases, we might have more results than are shown in the result set, in this situation, we need to leverage pagination to get the remaining results. This video focuses on how to perform this operation and store the results in a master list.

Video Resources:
--------------------------------------------------
Resource: GitHub File

Resource: Sigma Coding Finance Functions Folder

Resource: Sigma Coding Finance SEC Scraping Folder

Resource: Sigma Coding Finance TD Folder

Resource: Sigma Coding Finance Yahoo Finance Folder

Resource: TD Ameritrade Python Client Library Repo

Resource: Interactive Brokers Python Client Library Repo

Resources:
--------------------------------------------------

Support Sigma Coding:
--------------------------------------------------

Related Topics:
--------------------------------------------------
Title: How to Web Scrape the SEC | Part 1

Title: How to Web Scrape the SEC | Part 2

Title: How to Web Scrape the SEC | Part 3

Title: How to Web Scrape the SEC | Part 4

Title: Parsing SEC Filings (Newer Ones) in Python | Part 1

Title: Parsing SEC Filings (Newer Ones) in Python | Part 2

Title: Parsing SEC Filings (Newer Ones) in Python | Part 3

Title: Parsing SEC Filings (Newer Ones) in Python | Part 4

Title: Parsing SEC Filings (Newer Ones) in Python | Part 5

Title: How to use the EDGAR Database in Python | Building Requests

Title: How to use the EDGAR Database in Python | Pagination

Title: How to use the EDGAR Database in Python | Parsing Responses

Title: Exploring SEC Data Sources

Title: Scraping SEC XBRL Documents | Part 1

Title: Scraping SEC XBRL Documents | Part 2

Title: Scraping SEC XBRL Documents | Part 3

Title: Scraping SEC XBRL Documents | Part 4

**Amazon Associates Disclosure:
--------------------------------------------------

Tags:
--------------------------------------------------
#Finance #Python #SEC
Рекомендации по теме
Комментарии
Автор

Thank you so much for the series. Your description is very much clear and easy to understand. You are saving my life now. :)

hyejinyoon
Автор

wait in this video you say this is part 3 of the series, but in the playlist its the last video? so have we watched them out of order?

MrEo
Автор

Alex - this is awesome.

XBRL seems to be so, so heavy.

Some companies represent revenue with one tag (us-gaap:Revenues) and others use different tags

Even worse-- some companies (like Cisco) will use the same tag twice, so there are duplicates. I feel like there is a ton of business logic that goes into creating "simple" balance sheet views on the SEC. I'm wondering if it makes sense to try and re-create that via source XBRL files, or just do a simple web scrape of the HTML summary reports (e.g. r1.htm, r2.htm, etc). The XBRL route is preferred because HTML syntax can change, but XBRL is just so overly complex.

davidtorre
Автор

Is there a way to get more specific info than just the tag? Eg instead of just us-gaap: RevenueFromContractWithCustomerExcludingAssessedTax, could we get the Member or Axis too (to distinguish between revenues from different things)? Thank you!

charlottephillips
welcome to shbcf.ru