Financial API

Financial API

Financial data for website domains

Introduction

The BuiltWith Financial API provides financial data for websites listed at BuiltWith in JSON format

The general access method is as follows -
https://api.builtwith.com/financial1/api.json?KEY=[YOUR KEY]&LOOKUP=[DOMAIN]

It allows you to get financial reporting information for websites that we have linked to companies in the United States and the United Kingdom.

Authentication

You must provide your API key in each lookup. See the examples for how this works.

Login or Create a Free Account to get your API key.

Example

Get Companies House Website -
https://api.builtwith.com/financial1/api.json?KEY=[YOUR KEY]&LOOKUP=ckre.co.uk

Get Edgar Website -
https://api.builtwith.com/financial1/api.json?KEY=[YOUR KEY]&LOOKUP=robinhood.com

ckre.co.uk and robinhood.com do not use API credits.

Reference

GET Request Parameters

Name Examples Required
KEY Login or Create a Free Account to get your API key.
This is your key, use this for lookups.
Yes
LOOKUP robinhood.com or
ckre.co.uk
Yes

Response Object

The Financial API will respond with a document in the format -
Result->companyhouse or edgar

Results

Results is the top level response that identifies the lookup.

Name Example Description
domain robinhood.com The domain that was looked up.
companyName Robinhood Markets, Inc. The company name.
employees 1281 Amount of employees (or zero if not found).
followers 394388 Social followers (or zero if not found).
products 0 SKU Products (or zero if not found).
spend 7463.82 Monthly tech USD spend estimate.
Edgar Results

The edgar object is populated if we find US SEC 10K filings for the website.

Name Example Description
companyName Robinhood Markets, Inc. The company name
cik 1783879 CIK code for the company
sic 6211 SIC code(s) for the company
exchanges Nasdaq Array of exchanges for the company
tickers HOOD Array of tickers for the company
financials array (USD for all values except dates)
periodStart 637765920000000000 Financial reporting period epoch in MS
periodEnd 63808041600000000 Financial reporting period end epoch in MS
periodStartDate 2024-01-01 Financial reporting period
periodEndDate 2024-12-31 Financial reporting period end
revenue 1358000000 revenue refers to the total amount of money a company generates from its normal business activities, typically from the sale of goods and services, before any expenses are deducted.
operatingIncome -1027000000 operatingIncome refers to the profit a company makes from its core business operations, calculated as revenue minus operating expenses, excluding taxes and interest.
netIncome -1028000000 netIncome is the total profit a company has earned after subtracting all expenses, including operating expenses, taxes, and interest, from its total revenue.
assets 23337000960 assets refer to the resources owned by a company that have economic value and can be converted into cash, including items such as cash, inventory, property, and equipment.
liabilities 16380999680 liabilities refer to the company's financial obligations or debts that it is required to pay in the future, including loans, accounts payable, and other financial commitments.
cash 6338999808 Cash on hand at company
equity 6956000256 equity refers to the residual interest in the assets of a company after deducting its liabilities, representing the ownership value held by shareholders.
retainedEarnings -4904999936 retainedEarnings refer to the cumulative amount of net income that a company has retained, rather than distributed to shareholders as dividends, and is reinvested in the business.
currentAssets 22916999168 currentAssets refer to the assets that a company expects to convert into cash or use up within one year, including cash, accounts receivable, inventory, and other short-term assets.
currentLiabilities 16252999680 currentLiabilities refer to the company's financial obligations that are due to be settled within one year, including accounts payable, short-term debt, and other short-term financial commitments.
dividendsPaid -1 dividendsPaid refers to the portion of a company's earnings that is distributed to shareholders as cash payments during a specific period.
commonStockOutstanding -1 commonStockOutstanding refers to the total number of shares of common stock that are currently held by shareholders, excluding treasury shares that the company has repurchased.
Companies House Results

The companyhouse object is populated if we find Companies House filing for the website.

Name Example Description
companyName CKRE LIMITED The company name
regNo 3600683 The registration number of the company
accountingType Full or Micro Entity or Total Exemption Full The type of accounting the company is required to do.
sic 64999,65120 SIC code(s) for the company
incorporationDate 630365328000000000 The date of incorporation in epoch MS
financials array (USD for all values except dates)
balanceSheet 637765488000000000 The date of the balance sheet preparation in epoch MS
balanceSheetDate 2024-12-31 The date of the balance sheet preparation in date format
debtors 19443615.22 debtors refer to individuals or entities that owe money to the company, typically arising from credit sales or loans extended by the company.
fixedAssets 326097.42 fixedAssets refer to long-term tangible assets that a company uses in its operations and expects to use for more than one year, such as property, plant, and equipment.
currentAssets 23222988.41 currentAssets refer to assets that are expected to be converted into cash, sold, or consumed within a year, including items such as cash, accounts receivable, inventory, and other short-term assets.
creditors -21784479.05 creditors refer to individuals or entities to whom the company owes money, typically arising from loans, credit purchases, or other financial obligations.
netCurrentAssets 1438509.36 netCurrentAssets refer to the difference between a company's current assets and its current liabilities, indicating the liquidity and short-term financial health of the company.
netAssets 1713254.19 netAssets refers to the total value of a company's non-current assets, such as property, plant, and equipment, minus any non-current liabilities, indicating the long-term financial stability of the company.
cash 3779373.2 cash refers to the money that a company has on hand or in bank accounts, available for immediate use.
turnoverRevenue 2621094.32 turnoverRevenue refers to the total income generated by a company from its normal business activities, typically from the sale of goods and services, over a specific period.
costOfSales 1.21 costOfSales refers to the direct expenses incurred in producing the goods or services that a company sells, including costs of raw materials, labor, and manufacturing overhead.
grossProfit 23232.99 grossProfit refers to the difference between a company's turnover revenue and its cost of sales, representing the profit earned before deducting operating expenses, taxes, and interest.
operatingProfit 23232.99 operatingProfit refers to the profit a company generates from its core business operations, calculated by subtracting operating expenses from gross profit, and excluding interest and taxes.
taxOnProfit 23232.99 taxOnProfit refers to the amount of income tax a company is required to pay on its taxable profit, as calculated according to relevant tax laws and regulations.
otherIncome 0 otherIncome refers to the earnings a company receives from activities not related to its core business operations, such as interest, dividends, rental income, or gains from the sale of assets.
profitLoss 150690.26 profitLoss refers to the overall financial result of a company's operations for a specific period, calculated as total revenue minus total expenses, indicating whether the company made a profit or incurred a loss.

Error Codes

Note error messages in this format cannot be guaranteed, your implementation should also consider non-200 response codes as errors.

"no data" as JSON will be returned on a lookup with no financial information - it does not use API credits.

Terms of Use

Our standard terms cover the use all of our APIs.

In general, you can use the API to enhance your product in many ways. The only limitation is you cannot resell the data as-is or provide duplicate functionality to builtwith.com and its associated services.

Financial data is accessible at SEC EDGAR and Companies House however it is not linked to domain.

Not investment advice.