-
-
Notifications
You must be signed in to change notification settings - Fork 472
Expand file tree
/
Copy pathmkdocs.yml
More file actions
184 lines (171 loc) · 7.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
184 lines (171 loc) · 7.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
site_name: EdgarTools - Python Library for SEC Data Analysis
site_description: 'Documentation for edgartools, a Python library to read and analyze SEC EDGAR filings: 10-K, 8-K, XBRL financials, Form 3/4/5, 13F, ADV. Clean API, well-typed, MIT-licensed.'
repo_url: https://github.com/dgunning/edgartools
repo_name: dgunning/edgartools
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/nav-enhance.js
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
theme:
name: material
logo: images/edgartools-mark.svg
favicon: images/edgartools-mark.svg
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.sections
#- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
- content.code.copy
- toc.follow
nav:
# ==========================================
# GET STARTED - New users, first 10 minutes
# ==========================================
- Get Started:
- Overview: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Complete Guide: complete-guide.md
- Choosing the Right API: xbrl/getting-started/choosing-the-right-api.md
- Common Pitfalls: common-pitfalls.md
- Handling Errors: guides/error-handling.md
- Cheat Sheet: quick-guide.md
- Key Concepts: concepts/sec-filings.md
# ==========================================
# COMPANY - Find and analyze companies
# ==========================================
- Company:
- Find a Company: guides/finding-companies.md
- Company Subsets: company-subsets.md
- Track Insiders: guides/company-insiders.md
- Entity API: guides/entity-api-guide.md
- Company Classification: guides/company-classification.md
- Business Development Companies: guides/bdc-guide.md
- Reference Data: guides/reference-data.md
# ==========================================
# FILINGS - Access SEC filings
# ==========================================
- Filings:
- Working with Filings: guides/working-with-filing.md
- Search & Filter: guides/searching-filings.md
- Full-Text Search & Grep: guides/full-text-search.md
- Filter by Criteria: guides/filtering-filings.md
- Current Filings: guides/current-filings.md
- Attachments: guides/filing-attachments.md
- Examples: examples.md
# ==========================================
# FILING TYPES - Parsed filing data objects
# ==========================================
- Filing Types:
- Overview: data-objects.md
- Annual & Quarterly: concepts/data-objects.md
- Current Events (8-K): eightk-filings.md
- Foreign Issuer Reports (6-K): guides/sixk-data-object-guide.md
- Insider Trades (Form 4): insider-filings.md
- Track Insider Activity: guides/track-form4.md
- Beneficial Ownership (13D/G): guides/schedule13dg-data-object-guide.md
- Institutional Holdings (13F): guides/thirteenf-data-object-guide.md
- Fund Portfolios (N-PORT): guides/nport-data-object-guide.md
- Money Market Funds (N-MFP): guides/moneymarketfund-data-object-guide.md
- Fund Census (N-CEN): guides/fundcensus-data-object-guide.md
- Fund Shareholder Reports (N-CSR): guides/fundshareholderreport-data-object-guide.md
- Fund Fee Notices (24F-2NT): guides/twentyfourf-data-object-guide.md
- Proxy Statements (DEF 14A): guides/proxystatement-data-object-guide.md
- Private Offerings (Form D): guides/formd-data-object-guide.md
- Crowdfunding (Form C): guides/formc-data-object-guide.md
- Sale Notices (Form 144): guides/form144-data-object-guide.md
- Fund Voting (N-PX): guides/npx-data-object-guide.md
- ABS Distribution (10-D): guides/tend-data-object-guide.md
- Prospectus Supplements (424B): guides/prospectus424b-data-object-guide.md
- Shelf Registrations (S-3): guides/registration-s3-data-object-guide.md
- Municipal Advisors (MA-I): guides/mai-data-object-guide.md
- SEC Correspondence (CORRESP): guides/correspondence-data-object-guide.md
# ==========================================
# FINANCIALS - Financial statements & data
# ==========================================
- Financials:
- Overview: guides/financial-data.md
- Extract Financial Statements: guides/extract-statements.md
- Company Facts: guides/company-facts.md
- Multi-Period Analysis: guides/multi-year-financial-data-api.md
- Stock Splits & EPS Normalization: guides/stock-splits-eps-normalization.md
- Equity Statement Data Layers: guides/equity-statement-data-layers.md
- XBRL Deep Dive:
- Overview: xbrl/index.md
- Query XBRL Facts: xbrl-querying.md
- Getting XBRL Data: getting-xbrl.md
- Multi-Period Analysis: xbrl/guides/multi-period-analysis.md
- Calculation Linkbase & Extensions: xbrl/guides/calculation-linkbase.md
- Dimensions: xbrl/concepts/dimension-handling.md
- Standardization: xbrl/concepts/standardization.md
- Footnotes: guides/xbrl-footnotes.md
- SEC Interactive Viewer: guides/sec-viewer-guide.md
# ==========================================
# AI - MCP server & skills for AI agents
# ==========================================
- AI Integration:
- Overview: ai/index.md
- MCP Server:
- Setup: ai/mcp-setup.md
- Tools Reference: ai/mcp-tools.md
- Workflows: ai/mcp-workflows.md
- Skills: ai/skills.md
# ==========================================
# NOTEBOOKS - Interactive Colab tutorials
# ==========================================
- Notebooks: notebooks.md
# ==========================================
# ADVANCED - Power users & customization
# ==========================================
# ==========================================
# API REFERENCE - Detailed class documentation
# ==========================================
- API Reference:
- Company: api/company.md
- Filing: api/filing.md
- Filings: api/filings.md
- XBRL: api/xbrl.md
- Entity Facts: api/entity-facts-reference.md
- Advanced:
- Configuration: configuration.md
- Storage:
- Local Storage: guides/local-storage.md
- Cloud Storage (S3): guides/cloud-storage.md
- Advanced Search: advanced-search.md
- Customizing Standardization: advanced/customizing-standardization.md
- Reference:
- Form Types: FormType-Quick-Reference.md
- Period Types: PeriodType-Quick-Reference.md
- Statement Types: StatementType-Quick-Reference.md
- SEC Compliance: resources/sec-compliance.md
- Troubleshooting: resources/troubleshooting.md
- Performance: resources/performance.md
- Upgrading to 6.0: upgrade/6.0.md
- Contributing: contributing.md
- About the Creator: about.md