XOOMAR

Free Bitcoin Treasuries API

Bitcoin on the balance sheets of US listed companies, from the crypto asset tags in their own 10-Q and 10-K filings, as JSON. One row per company with the newest reconciled count, the fair value and cost basis filed with it, and the as-of date.

Endpoints

GET
/api/markets/bitcoin-treasuries

Every covered company, largest count first.

GET
/api/markets/bitcoin-treasuries/csv

The same table as CSV.

Response Shape

Every endpoint returns the same JSON envelope: { data, updatedAt, source, docs }. The data field is an array of records with these fields:

FieldTypeDescription
tickerstringListed ticker
namestringCompany
cikstringSEC CIK, ten digits
asOfstring | nullBalance sheet date of the figures
unitsnumber | nullBitcoin held as tagged; null when not tagged or not reconcilable
fairValueUsdnumber | nullFair value of crypto assets as filed, USD
costUsdnumber | nullCost basis as filed, USD
formstring | null10-Q or 10-K the figures come from
unitsReliablebooleantrue when the count was checked against a fair value in the same filing
impliedPricenumber | nullfairValueUsd divided by units, the filing's own valuation per coin

Values are as filed; nothing is estimated between filings. Refreshed weekly from the SEC's company facts.

Numeric values arrive as strings where precision matters (prices, rates); parse with your language's decimal type for accounting-grade math. Rate limiting is fair-use per IP; a 429 response includes a Retry-After header. No authentication or API key needed. Attribution is appreciated: xoomar.com/markets.

Need more headroom? A free account raises your limit to 120 requests a minute with an X-API-Key header.

Frequently Asked Questions

Where does the data come from?
The SEC's XBRL company facts endpoint, which exposes every tagged number in a company's filings, read weekly for a maintained list of filers.
What are the rate limits?
30 requests per minute per IP without a key, 120 with a free account key.

Data on this page is provided for informational purposes only and is not financial advice. See our editorial policy.