# Overit Ukraine > Ukrainian company directory. Search the Unified State Register of Legal Entities, Individual Entrepreneurs and Civic Formations by > company name, код ЄДРПОУ or VAT number and get registration > data, board members, VAT status and filed annual reports. Companies we have > processed additionally have a published profile carrying their full financial > history, year by year, built from their filed reports. Operated by Verde > Holding Kft. Available in Ukrainian and English. ## Status This site is newly launched and its register connection is not live yet. Working today: account sign-up. Accounts exist: anyone can sign up, and the dashboard under /app requires being signed in. Not working yet: everything that reads the Unified State Register of Legal Entities, Individual Entrepreneurs and Civic Formations. Company search, company profiles, the directory, the rankings, the people index and the activity pages are all built and rendering their empty states, because no register data has been loaded. They are not broken and they are not placeholders — they are correct pages over an empty dataset. The VAT check is a special case: Ukraine is not an EU member state, so the European Commission's VIES service does not carry its VAT numbers and the check reports that rather than calling a service that cannot answer. There is no billing and no paid plan; the pricing page describes planned tiers. ## What users can do today - Check whether a Ukrainian company is registered for VAT, by VAT number. Not available for Ukraine: VIES covers EU member states only. - Validate an IBAN's checksum (ISO 13616 mod-97) in the dashboard, computed in the browser. - Create an account and sign in. - Read guides about checking Ukrainian companies and about the Ukrainian company identifiers. ## What the pages will do once the register is connected - Search Ukrainian companies by name or код ЄДРПОУ and browse matching legal entities. - Open a published company profile with registration data and financial history — revenue, profit, assets, equity and liabilities — for every financial year the company has filed a report for. - Browse the directory of published profiles and the rankings built from them. ## Public pages Every page exists in Ukrainian and English, each at a URL in its own language. Ukrainian is the root language, so Ukrainian URLs carry no language prefix. - [https://overit.com.ua/](https://overit.com.ua/) and [https://overit.com.ua/en/](https://overit.com.ua/en/): homepage. - [https://overit.com.ua/poshuk/](https://overit.com.ua/poshuk/) and [https://overit.com.ua/en/search/](https://overit.com.ua/en/search/): company search. Accepts a company name or a код ЄДРПОУ via the `q` query parameter. - [https://overit.com.ua/kompanii/](https://overit.com.ua/kompanii/) and [https://overit.com.ua/en/companies/](https://overit.com.ua/en/companies/): directory of published profiles. - https://overit.com.ua/kompaniya/{slug}/ and https://overit.com.ua/en/company/{slug}/: a published company profile. The slug is the company name followed by its company ID, e.g. /kompaniya/example-trading-tov-12345678/. - [https://overit.com.ua/reytyngy/](https://overit.com.ua/reytyngy/) and [https://overit.com.ua/en/rankings/](https://overit.com.ua/en/rankings/): companies ranked by figures from their published reports. - [https://overit.com.ua/platnyky-pdv/](https://overit.com.ua/platnyky-pdv/) and [https://overit.com.ua/en/vat-payers/](https://overit.com.ua/en/vat-payers/): VAT number check. Accepts a код ЄДРПОУ, an індивідуальний податковий номер (twelve digits, issued separately from the ЄДРПОУ code) or a company name via `q`. - [https://overit.com.ua/perevirka/](https://overit.com.ua/perevirka/) and [https://overit.com.ua/en/verification/](https://overit.com.ua/en/verification/): how verification works. - [https://overit.com.ua/dokumentatsiya/](https://overit.com.ua/dokumentatsiya/) and [https://overit.com.ua/en/api/](https://overit.com.ua/en/api/): API documentation. - [https://overit.com.ua/tsiny/](https://overit.com.ua/tsiny/) and [https://overit.com.ua/en/pricing/](https://overit.com.ua/en/pricing/): planned pricing. - [https://overit.com.ua/terminy/](https://overit.com.ua/terminy/) and [https://overit.com.ua/en/glossary/](https://overit.com.ua/en/glossary/): what the figures in a Ukrainian річна фінансова звітність mean. - [https://overit.com.ua/blog/](https://overit.com.ua/blog/) and [https://overit.com.ua/en/blog/](https://overit.com.ua/en/blog/): guides. - [https://overit.com.ua/pryvatnist/](https://overit.com.ua/pryvatnist/) and [https://overit.com.ua/en/privacy/](https://overit.com.ua/en/privacy/): privacy policy. ## Guides - [How to check a Ukrainian company: the complete guide](https://overit.com.ua/en/blog/how-to-check-a-croatian-company/): Step by step: how to check a Ukrainian company before you sign — the Unified State Register, company IDs, insolvency, unreliable-VAT-payer status and annual accounts. - [ЄДРПОУ and VAT number: the difference, and how to check both](https://overit.com.ua/en/blog/what-are-ico-and-dic/): A plain explanation of a Ukrainian company's two identifiers — ЄДРПОУ and VAT number — where to find them, how they relate, and how to check them free. - [The unreliable VAT payer register: why it matters on every invoice](https://overit.com.ua/en/blog/unreliable-vat-payer/): If your supplier is listed as an unreliable VAT payer, you become liable for the VAT they fail to pay. How to check before you pay, and what to do about it. ## Public API JSON over HTTPS. No API key and no authentication on the endpoints below. Responses are edge-cached. Every response is an object with a boolean `ok` field; on failure `ok` is false and `error` carries a short machine-readable code such as `not_found`, `invalid_registry_code`, `invalid_vat_number`, `query_too_short`, `register_not_connected` or `upstream_unavailable`. - `GET https://overit.com.ua/api/vat/{vat-number}` VAT validation against VIES. Accepts twelve digits, issued separately from the ЄДРПОУ code. Returns `vat` ({checked, valid, vatNumber}). `checked: false` means VIES did not answer — which is not the same as the company not being registered. Not available: VIES covers EU member states only, and Ukraine is not one. - `GET https://overit.com.ua/api/search?q={name-or-registry-code}` Company search. `q` must be at least 2 characters. Currently answers 501 with `error: "register_not_connected"` until the Unified State Register kept by the Ministry of Justice feed is in place. - `GET https://overit.com.ua/api/company/{registry-code}` Live company lookup by 8-digit код ЄДРПОУ. Currently answers 501 with `error: "register_not_connected"`. - `GET https://overit.com.ua/api/companies` The published profiles, as a summary list. Currently empty. - `GET https://overit.com.ua/api/companies/{registry-code-or-slug}` One published profile in full, including its financial history and, for every figure, which report it came from. The endpoints under /api/auth/ serve the site's own sign-in forms. They are not for third-party use. Note: robots.txt disallows crawling of /api/ to keep automated crawlers off the upstream registers. The endpoints remain publicly callable for direct, purposeful requests. ## Data sources - Єдиний державний реєстр юридичних осіб, фізичних осіб-підприємців та громадських формувань (Unified State Register of Legal Entities, Individual Entrepreneurs and Civic Formations), kept by Міністерство юстиції України — the Ministry of Justice of Ukraine — at usr.minjust.gov.ua. Registration data: business name, код ЄДРПОУ, address, legal form, dates, board members and shareholders. Not connected yet. - річна фінансова звітність (annual financial statements), filed to the State Tax Service and the State Statistics Service — КВЕД-2010 activity, undertaking size, filed reports and the figures inside them. Not connected yet. - ЄДРПОУ — Yedynyi derzhavnyi reyestr pidpryyemstv ta orhanizatsiy Ukrayiny, the statistical register kept by the State Statistics Service, from which the company code takes its name. Not connected yet. - VIES (European Commission) — validation of EU VAT numbers. Not applicable: Ukraine is not an EU member state. The VAT check is proxied straight to VIES and nothing is stored. Published profiles will be different: their financial history is extracted from filed reports and stored, so it can be shown year by year and ranked. Every stored figure records the report it came from, and figures we compute from those (margins, year-on-year change) are labelled as calculated. Nothing is estimated or filled in: a figure a report does not state is absent rather than guessed. Overit Ukraine is not the authoritative source; the registers above are. Values can be null when an upstream register has no record. ## Terminology - код ЄДРПОУ — 8-digit Ukrainian company identifier (ідентифікаційний код юридичної особи), assigned when a company is registered. The primary key for a legal entity: it does not change over the company's life. - індивідуальний податковий номер — Ukrainian VAT identification number (індивідуальний податковий номер платника ПДВ), twelve digits, issued separately from the ЄДРПОУ code. Issued by Державна податкова служба України only to businesses registered as liable for VAT. It cannot be derived from the код ЄДРПОУ, nor the код ЄДРПОУ from it. - Єдиний державний реєстр юридичних осіб, фізичних осіб-підприємців та громадських формувань — Unified State Register of Legal Entities, Individual Entrepreneurs and Civic Formations, kept by Міністерство юстиції України (the Ministry of Justice of Ukraine) at usr.minjust.gov.ua. - Державна податкова служба України — the State Tax Service of Ukraine. - КВЕД-2010 — Класифікація видів економічної діяльності, the Ukrainian classification of economic activities, derived from NACE. - річна фінансова звітність — the annual financial statements a company files to the State Tax Service and the State Statistics Service. The figures on a company profile come from these. - Figures are in UAH unless a report states otherwise. Legal forms, most common first: - ТОВ — товариство з обмеженою відповідальністю, limited liability company. The most common form. - ФОП — фізична особа-підприємець, sole trader. A natural person, not a company. Registered in the same register and identified by a personal tax number rather than a ЄДРПОУ code. - ПрАТ — приватне акціонерне товариство, private joint-stock company. - АТ — акціонерне товариство, joint-stock company. - ТДВ — товариство з додатковою відповідальністю, additional liability company. - ДП — державне підприємство, state enterprise. - КП — комунальне підприємство, municipal enterprise. - ПП — приватне підприємство, private enterprise. Note on Ukrainian corporate income tax: Many Ukrainian companies are on the simplified system (єдиний податок), paying a turnover-based single tax instead of the 18% corporate income tax. A profitable company on that system files no corporate income tax at all, which is not an error in the figures. ## Authentication Every page and endpoint listed under "Public pages" and "Public API" above is open: no account, no session, no API key. Accounts exist for the dashboard only. /app and everything beneath it requires being signed in. Signing up is free and gates nothing that is listed above. ## /app — dashboard /app requires a signed-in account. Its screens — /app/companies, /app/people, /app/documents, /app/bank, /app/invoices, /app/monitoring, /app/reports, /app/api, /app/team, /app/settings — are the planned verification dashboard. They carry no sample data. Every counter reads zero and every list shows an empty state, because the account genuinely holds nothing and the register is not connected. The one exception is the IBAN checksum validator on /app/bank, which is real arithmetic and works. All of /app is noindex and disallowed in robots.txt. Do not present the dashboard features these screens describe as currently available. ## Not available To avoid incorrect assumptions: there is currently no company search, no company data, no MCP server, no authenticated or rate-limited API tier, no webhook delivery, no bulk export, no monitoring or alerting product, no document verification, no bank-account ownership verification, no billing and no paid plan. Where the marketing pages describe such features, they are planned rather than shipped. ## Contact info@verdeholding.hu — operated by Verde Holding Kft.