See a company's detailed funding history
Access a complete and chronological list of a company's Grant and Fundraising history. See who invested in a company, how much was raised, and filter by date
Key details
- Use your Beauhurst API Key to authorise your request
- Use a list of Beauhurst IDs or Companies House IDs to search for the transactions and grants of companies you are interested in
- Use the ‘includes’ parameter to select if you want to return fundraising, grants or both
- Use the date range filters to see transactions raised before or after a set date
Parameters
sort
string
Which field to use when ordering the results
limit
integer
Number of results to return per page
offset
integer
The initial index from which to return the results
company_ids
array
List of Beauhurst Company IDs or Companies House IDs for companies to be included in the response
date_raised__gte
string
Date raised YYYY-MM-DD
date_raised__lte
string
Date raised YYYY-MM-DD
includes
array
Include fundraisings, grants or both in the response
Transactions object
id
string
Beauhurst unique identifier for the company
name
string
Company name
companies_house_id
string
Companies House ID for the company
fundraisings
object
List of fundraising for the company
Field name | Data type | Description |
---|---|---|
id | string | Beauhurst fundraising ID |
date_raised | string | Date raised in format YYYY-MM-DD |
amount_raised_gbp | integer | Amount raised in GBP |
stage_of_evolution_at_date_raised | string | Seed, Venture, Growth, Established, Zombie, Excited or Dead |
beauhurst_url | string | Beauhurst URL for the fundraising |
valuation_gbp | integer | Valuation in GBP |
valuation_confidence | string | High, Medium or Low |
is_announced | boolean | Was the fundraising was announced |
purposes_of_fundraising | array | Capital equipment, Job creation, Project finance, Property, Research & Development, Turnaround and Working capital |
types_of_fundraising | array | Equity or Loan |
investor_names | array | List of investor names |
stake_taken_percentage | string | Stake taken percentage |
grants
object
List of grants for the company
Field name | Data type | Description |
---|---|---|
id | string | Beauhurst grant ID |
date_grant_recieved | string | Date of grant in format YYYY-MM-DD |
amount_recieved_gbp | integer | Amount received in GBP |
stage_of_evolution_at_grant_date | string | Seed, Venture, Growth, Established, Zombie, Excited or Dead |
beauhurst_url | string | Beauhurst URL for the grant |
is_lead_participant | boolean | If the company is the lead participant |
project_title | string | Project title |
project_start_date | string | Start date of project in format YYYY-MM-DD |
project_end_date | string | End date of project in format YYYY-MM-DD |
project_grants_total_gbp | integer | Projects grants total in GBP |
granting_body | string | The granting body |