Resources#
Explore advanced topics, usage strategies, design internals, and comparisons for Edgar-SEC, a modern Python client for the SEC EDGAR® API.
This section contains essential guides to help you use Edgar-SEC effectively, compare it with other tools, and understand its internal architecture.
—
Contents#
Resources
—
Additional API Notes#
Important topics related to edgar-sec’s internal behavior:
Topics include:
Parameter handling (e.g.,
datetime.datetime
,list
,bool
,int
, coercion),Async design:
edgar_sec.AsyncAPI
nested client pattern,Model hierarchy and helper access patterns (e.g.,
edgar_sec.EdgarAPI.get_submissions()
,edgar_sec.helpers.EdgarHelpers.get_cik()
).
For internal structure and code flow, see Internal Architecture.
—