Skip to content

Commit c329312

Browse files
committed
Add markdown extensions for admonition and links in financial data documentation
1 parent 04fb3f5 commit c329312

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

docs/guides/financial-data.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ income_statement = financials.income_statement()
2222

2323
That's it. You now have Apple's full income statement from their latest 10-K filing.
2424

25+
> **[See Apple's financials on edgar.tools — no code required →](https://app.edgar.tools/companies/AAPL?utm_source=edgartools-docs&utm_medium=see-live&utm_content=financial-data)**
26+
2527
---
2628

2729
## Get Specific Values
@@ -342,16 +344,12 @@ print(xbrl.reporting_periods)
342344

343345
---
344346

345-
[![edgar.tools](https://app.edgar.tools/images/logo-full.svg)](https://edgar.tools)
346-
347-
Want to share SEC data with colleagues who don't use Python?
348-
349-
**edgar.tools** provides the same data through a visual interface:
347+
!!! tip "See it on edgar.tools"
348+
The code above extracts financials programmatically. **edgar.tools** shows the same data visually — plus Disclosure Search, which lets you browse XBRL topics across every 10-K year for a company.
350349

351-
- **No code required** — Browse filings, view financials, search companies
352-
- **Share with your team** — Analysts and executives can access data directly
353-
- **REST API** — For JavaScript, mobile apps, or other non-Python integrations
354-
- **MCP server** — Query SEC data through Claude and other AI assistants
350+
- **[See Apple's financials →](https://app.edgar.tools/companies/AAPL?utm_source=edgartools-docs&utm_medium=see-live&utm_content=financial-data)**
351+
- **[Browse income tax disclosures across all filing years →](https://app.edgar.tools/disclosures/income-taxes?utm_source=edgartools-docs&utm_medium=see-live&utm_content=financial-data)**
352+
- **[Explore all 12 XBRL disclosure topics →](https://app.edgar.tools/disclosures?utm_source=edgartools-docs&utm_medium=see-live&utm_content=financial-data)**
355353

356-
[Try edgar.tools ](https://edgar.tools)
354+
Export to Excel, PDF, or CSV with one click. Free tier available. [Pricing →](https://app.edgar.tools/pricing?utm_source=edgartools-docs&utm_medium=see-live&utm_content=financial-data)
357355

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ repo_name: dgunning/edgartools
66
extra_css:
77
- stylesheets/extra.css
88

9+
markdown_extensions:
10+
- admonition
11+
- pymdownx.details
12+
- pymdownx.superfences
13+
914
theme:
1015
name: material
1116
palette:

0 commit comments

Comments
 (0)