API access
The same filed figures the drawings are made from, as JSON — and the whole table as one CSV. Free to try, paid to use in bulk.
Get a key
One address, one key, no confirmation email. The free tier is 10 calls a calendar month.
That address already has a key. Keys are stored hashed and cannot be re-sent — a sign-in link takes you to the dashboard, where you can issue a new one.
Already have a key?
Draw a balance sheet
The same search as the front page — it opens the full drawing on that company's own page.
Or start with one of these
Your key
Send it as an X-API-Key header on an
ordinary GET. No SDK, no OAuth, no token exchange. Stored hashed on our
side and shown once when issued, so this box reads it out of this
browser; if it is not here, regenerate below.
—
Using your key
Both examples below are filled in with this deployment's host, and with your real key when this browser holds it. Copy either one and it runs as-is.
curl
curl -H "X-API-Key: YOUR_KEY" \
https://HOST/api/company/AAPL
Python
import requests
headers = {"X-API-Key": "YOUR_KEY"}
response = requests.get("https://HOST/api/company/AAPL", headers=headers)
data = response.json()
print(data["assets"])
Keep the key server-side. Anyone holding the string can spend your monthly allowance, and a key in front-end JavaScript is a published key. A 401 means the header is missing or wrong; a 429 means the month's allowance is spent, and the response says when it resets. Full reference: the API page.
- Copy your key above.
- Run one of the examples.
- Watch the count move on this tab.
A one-time static snapshot, fixed at the moment it is generated — what is in it.
Key compromised? Replacing it takes effect immediately — anything still using the old one stops working.
Sign in to regenerate this key.
Account
Set a password
Sign in to set a password for this account.
Changing the address is not self-serve yet — email 01dominique.c@gmail.com and it will be moved by hand.
Billing
| Feature | Dataset ($79.99 once) | Pro API ($49/month) |
|---|---|---|
| Data freshness | Static (as of download date) | Live (updates daily) |
| Access method | One CSV download | API calls (10k/month) |
| Use case | One-time analysis | Ongoing automation |
| Updates | ✗ No (buy again) | ✓ Yes (monthly) |
| Automation | ✗ Manual | ✓ Programmatic |
| Drawings & search on this site | ✓ Free, unlimited | ✓ Free, unlimited |
Drawings and search are free and unlimited on every tier, with or without a key. Free is 10 API calls a month on live data, which is the tier this account starts on. The full comparison and the FAQ are on the pricing page.
$49/month
Live data, 10k API calls a month. Query any company at any time; updates daily.
$490/year
The same Pro access, paid yearly — two months free against the monthly price.
$79.99 once
1.58M as-reported facts, as one CSV, as of 12 September 2026. A snapshot — it does not update. What is in it.
Paid plans go through Stripe. Your card details are entered on Stripe's page and never reach this site. Payment history will appear here once there is any.
Change your card, switch plans, download invoices or cancel. All of it happens on Stripe's own page, and anything you change there is reflected here within a minute.