Recent updates and improvements to the API
New Investor IDs in Transactions API
7th May 2024
Through the Transactions API we returned a list of the investor names involved in a fundraising.
We have now added a new field investors
which returns a list of our internal IDs for the investor along with the investor name to enable you to attribute investments to the same fund.
An example response:
"results": [
{
"id": "m64ci3",
"name": "Skyverse",
"companies_house_id": "12928805",
"fundraisings": [
{
"id": "hge4",
"date_raised": "2024-05-08",
"amount_raised_gbp": 171171,
"stage_of_evolution_at_date_raised": "Seed",
"beauhurst_url": "https://platform.beauhurst.com/transaction/fundraising/hge4/",
"valuation_gbp": 4996435,
"valuation_confidence": "High",
"is_announced": true,
"purposes_of_funding": [],
"types_of_funding": [
"Equity"
],
"investor_names": [
"South East Angels"
],
"investors": [
{
"id": "r35w",
"name": "South East Angels"
}
],
"stake_taken_percentage": "3.4"
}
Industries added, Buzzwords improved
24th April 2024
We have added our new industry classifications to the Company API!
You may have seen on our platform we have recently launched industries improving the quality, scale and relevance of company classifications. You can now access these through the API. If you want more information on the industry classifications please reach out to your Account Manager.
Two new fields have been added to the Company API which you can now request:
industries
A list of industries for the company
top_level_industry_groups
A list of top level groups for the industries the company is in
An example response:
"results": [
{
"id": "yrt8hp",
"basic": {
"name": "Quantexa"
},
"classification": {
"industries": [
"Application software",
"Data provision and analysis",
"Risk and compliance"
],
"top_level_industry_groups": [
"Information technology, telecommunications and data",
"Safety and security",
"Software"
]
These won't be directly replacing our previous sectors so those will continue working with this new release but we recommend moving over to using industries for better data coverage.
Alongside this we have improved our buzzwords, making them available over a larger number of companies and updating some classifications. This update will come through automatically through the buzzword
field in the Company API.