Pricing
The drawings are free and always will be. The machine-readable version is what costs money — and it comes two ways, which are not the same product.
Which one do you want?
A photograph.
One CSV, downloaded once, containing every filed figure as of 11 September 2026. It is yours forever and it never changes — the filings that land next quarter are not in it. No key, no calls, no code: open it in Excel, load it into pandas, keep it.
Best for: one-time analysis, research, Excel work.
A window.
A live query against the same database this site draws from. Ask for any company at any time and the answer is current when you ask it — including filings that arrived this morning. One header, one key, JSON back.
Best for: algorithmic trading, dashboards, ongoing research.
Plans
Looking things up is free and unlimited — every drawing, every company, the live demo on the front page, as many as you like, no key and no account and no daily counter. The prices below buy the data in machine-readable form, in bulk. Why most SEC filings APIs are wrong one time in five. Every one of them is what Stripe charges; nothing is quoted here that the checkout does not agree with.
$0
Unlimited — look up as many companies as you like
- Every company, every balance sheet, no key and no account
- The live demo is uncapped too — try the real endpoint on anything
- 10 keyed API calls a month if you want JSON in bulk
- Best for: reading the site, and evaluating the API
$79.99 once
Static snapshot of all company data as of 11 September 2026
- One-time download — no updates
- 1.6M rows as one CSV file
- Best for: one-time analysis, research, Excel work
- Data is fixed — it does not change
$49/month
Live, up-to-date data
- Programmatic access — query any company anytime
- 10k API calls per month
- Best for: algorithmic trading, dashboards, ongoing research
- Data updates daily — you always get the latest filings
$490/year
The same Pro access, paid yearly — save $98
- Everything in Pro
- 10k API calls per month
- Two months free against the monthly price
- Best for: a workflow you already know you are keeping
Paid plans go through Stripe. Your card details are entered on Stripe's page and never reach this site.
Dataset vs API
The same data behind both. What differs is whether it keeps arriving.
| 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 |
Buying the dataset does not include API access, and a Pro subscription does not include the CSV export — they are separate purchases because they are separate things. A Pro subscriber who also wants the file can buy the dataset at any time.
Questions
What’s the difference between the dataset and the API?
The dataset is a photograph; the API is a window. For $79.99 you download one CSV containing every filed figure in the database at the moment you buy it. That file never changes again — when Apple files its next 10-Q, your copy still ends at the quarter before. The API answers from the live database, so the same call made tomorrow returns tomorrow’s filings.
Buy the dataset if the analysis has an end: a study, a model you are fitting once, a spreadsheet. Buy Pro if the thing you are building has to keep being right — a dashboard, a screen that runs every morning, a strategy that trades on new filings.
Can I buy the dataset and get updates?
No. A dataset purchase is one download of one snapshot, and it stays yours forever — but it is never refreshed. To get a later snapshot you buy the dataset again at $79.99.
If you find yourself wanting a second copy, Pro at $49/month is almost certainly the cheaper answer, and it gives you the data without a re-download: the API is already current every time you call it.
How do I use the API key?
Send it as an X-API-Key header. There is no SDK,
no OAuth dance and no token exchange — one header on an ordinary
GET:
curl -H "X-API-Key: YOUR_KEY" \
https://toscale.pro/api/company/AAPL
Your key is on the API tab of the dashboard, with the same examples filled in with your real key and this deployment’s host. Keep it server-side: anyone who has the string can spend your monthly allowance.
What can I build with the API?
Anything that needs as-reported balance-sheet figures on a schedule. In practice that has been screens that rank companies on a filed ratio, dashboards that redraw when a 10-Q lands, backtests that need the figure as it was reported rather than as it was later restated, and research notebooks that pull a peer group in one loop.
Pro is 10k calls a month, which is roughly 330 a day — comfortably a few hundred companies refreshed daily. If your use needs more than that, email 01dominique.c@gmail.com before you build against the limit rather than after.