We have added new endpoint containing the list of tags assigned to companies by users from your company. See API docs for more details.
include_historic to suggest endpointFor use together with name to search also in historic names of companies.
We have added sk_insolvency_cases field to Company endpoint,
see API docs for more details.
expand_regno to suggest endpointWhen used with regno param, the endpoint will return companies whose regnos
start with given regno string. Max 2 more digits will be added to given regno,
because usually there would be too many results for more digits.
We have added last_financial_statement field to Company endpoint, see API docs for more details.
We have created a new endpoint for the list of company business licenses (zivnosti):
/company/licenses/. Check API docs for more details.
We have added closing_date field to Company endpoint, see API docs for more details.
We have added acting_manner field to Company endpoint, see API docs for more details.
We have created new endpoint for the list of company government contracts:
/company/gov-contracts/. These data have been available directly
on the /company/ endpoint until now, but as they are growing, sometimes they make
the response on the general endpoint very large. Therefore we are moving them
to separate endpoint and will remove them from the /company/ endpoint soon.
The structure of contracts data remains the same.
Company status field has been added to SuggestSerializer. See API docs for details.
We have added company_index field to Company endpoint. This index can be converted
to company rating (A-Fx), see API docs for more details.
We have added two new fields: regno_str containing company regno as 8-character string
(with leading zeros) and address.lines consisting of 2-3 address lines according to
Czech law 359/2011 Sb.
We have added two new endpoints providing financial data of CZ companies:
/company/cz-financial-statements/ and /company/cz-financial-indicators/.
These new endpoints will replace current financial data endpoints (/company/financial-statements/
and /company/financial-indicators/). For more details and new structure of data
see API docs: financial statements
and indicators.
Account number can be provided as IBAN or in Czech format. See API docs for details.
Field insolvency_cases has been added to SuggestSerializer. See API docs for details.
Field vzp_debt returns null for Czech companies.
We have added vat_registration_date field to Company. Check API docs for more details.
We have fixed always empty databox_id field in Company. You can now find ALL databox ids in new field databox_ids. Sorry for any inconvenience caused. Check API docs for more details.
address and company_role_id to Company.body.personsWe have added address and company_role_id fields to Person represenation. Check API docs for more details.
We have fixed GPS values which were set as lat={lon_value} and lon={lat_value} so far. We're sorry for any inconvenience caused.
We have added local government grants to Company serializer (as government_grants). Check API docs for more details.
We have remove depracated sets/regnoset/{pk} and sets/saved-search/{pk} endpoints. Please use sets/regnoset/{pk}/regnos and sets/saved-search/{pk}/regnos to get regnos contained within wanted sets and use Company enpoints to get information you need.
Check sets and searches API docs for more details.
_scored fields removed from CompanyWe removed previously added phones_scored, mobiles_scored, emails_scored and webs_scored fields. phones, mobiles, emai;s and webs fields now contain contact score.
Check API docs for more details.
We have added brand new endpoint events which you can query for czech companies events (f.e. company body, name, address changes, new goverment contracts and much more) within given period. You can also limit the query by providing specific regno.
Check API docs for more details.
We have removed all price related fields (price_vat, price, price_foreign_currency) and replaced them with a
single field called price_with_vat which represents contract price in CZK including VAT. gov_name and gov_regno fields have been renamed to payer_name and payer_regno respectively.
Check API docs for more details.
We added new endpoint which allows you to get all data about company business premises (provozovny). Check API docs for more details.
We added two new endpoints which allow you to get regnos out of your saved sets and searches. You can use these regnos to fetch more detailed company information via company endpoints. This two endpoints will soon replace currently deprecated sets/regnoset/{pk} and sets/saved-search/{pk} endpoints.
Check both sets and searches API docs for more details.
We added four new contact fields (phones_scored, mobiles_scored, webs_scored and emails_scored) mimicking present phones, mobiles, webs and emails fields but containing also a score field. Score determines contact quality. A stands for best, C for worst.
Check API docs for more details.
You can now optionally sort name suggestion results by name, turnover, turnover and name or "magic". Check API docs for more details.
You can now optionally suggest only active companies. Check API docs for more details.
You can use it to get vokativ for given first, last or both names. It also returns detected sex (male, female). Check API docs for more details.
Added more filtering options for Company and Person queries. You can now filter on relation start/end date, share amount and company role.
You can now use our new Relations endpoint to query Company and Person relations. Results can be used to construct directed graphs of Company structure. Check API docs for more details.
We have added Twitter, Facebook and LinkedIn profile links cz companies (if available). Check API docs for more details.
We have added GPS coordinates for cz companies (if available). Check API docs for more details.
You can also query companies by vatno. Check API docs for more details.
We have added databox id (datová schránka) to cz companies. Check API docs for more details.
We have added insolvency cases filed against cz companies. Check API docs for more details.
Check API docs for more details.
Several more fields were added into Company Serializer:
esi European Structural & Investment Funds grantstrademarks trademarks registered by companycontracts contracts from th Contract registryCheck API docs for more details.
company/financial-indicators endpointWe have added some economic indicators based on financial statements.
salutation for Company objectsWe have added salutation field to Company serialiazer. This is vokativ for company name (where available).
company/financial-statements endpointFinancial statements endpoint now contains all data from "Rozvaha" and "Výkaz zisků a ztrát" (if available).
company/economic_indicators moved to company/financial-statementscompany/economic_indicators was moved to company/financial-statements
vzp_debt to CompanyWe have added vzp_debt field containing current owed sum to VZP (biggest czech/slovak health insurance company) to Company Serializer.
company/new endpointWe have added new endpoint you can use to check for newly established companies withing given period.
embed endpointWe have added embed endpoint you can use for embedding company or person information into your system using IFRAME. Feel free to check API docs for more details.
Several fields were added into Company Serializer. These take effect on SK datasets. Check is_vatpayer, vat_registration_type and taxno in API docs for more details.
sets/regnoset endpointYou can list your saved regnosets using sets/regnoset and get companies from such sets at sets/regnoset/{pk}.
sets/saved-search/{pk}saved-search/{pk} endpoint should now return all companies (paginated by 100) found in given saved search instead of just first 10. We apologize for any inconvenience.
company/updates endpointWe have added new endpoint you can use to check updated companies withing given period.
AddressSerializerWe have added another address information into AddressSerializer.
Both region an county return both id and text representation.
From now on you consume our API data also in msgpack format.
Use Accept: application/msgpack header or GET param format=msgpack to benefit from it.