Разместите эти калькуляторы на своём сайте

Восемнадцать наших инструментов доступны как iframe. Скопируйте одну строку, вставьте её на страницу, и читатели получат работающий калькулятор вместо таблицы, которая была верна в прошлом году.

The terms, in full

Free, for any site, commercial or not. No signup, no key, no tracking of your readers beyond what your own analytics already sees. Two things we ask: leave the attribution line at the bottom of the frame, and do not present the output as your own calculation.

What you get in return is maintenance. When the minimum wage changes in January, when a tax bracket moves, when a fee is regazetted, the numbers inside your embed change with ours. A hardcoded table on your page silently rots; this one does not.

There are no partner links inside an embed. Whatever we earn, we earn on our own pages, not on yours.

Optional: let the frame size itself

Every snippet below carries a fallback height that fits the tool at a typical width. If you would rather the frame match its content exactly, add this listener once, anywhere on the page. It accepts messages only from this origin and only sets a height.

<script> window.addEventListener("message", function (event) { if (event.origin !== "https://itsguido.com") return; var data = event.data; if (!data || data.type !== "itsguidoEmbedHeight") return; var frames = document.querySelectorAll("iframe[src*='itsguido.com/embed/']"); for (var i = 0; i < frames.length; i++) { if (frames[i].contentWindow === event.source) { frames[i].style.height = data.height + "px"; } } }); </script>

The calculators

Turkey Net Salary Calculator

Gross to net for every month of the year, with the cumulative tax base that makes December pay less than January.

<iframe src="https://itsguido.com/embed/turkey/netsalary" title="Turkey Net Salary Calculator" style="width:100%;max-width:560px;height:1180px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Employer Cost Calculator

What an employee actually costs an employer once social security, unemployment insurance and the treasury incentive are applied.

<iframe src="https://itsguido.com/embed/turkey/employercost" title="Turkey Employer Cost Calculator" style="width:100%;max-width:560px;height:980px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Severance and Notice Calculator

Severance and notice pay from a start and end date, capped at the ceiling in force on the termination date.

<iframe src="https://itsguido.com/embed/turkey/severance" title="Turkey Severance and Notice Calculator" style="width:100%;max-width:560px;height:1120px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Freelancer Tax Calculator

Income tax and social security for a sole proprietor, including the export earnings deduction and the young entrepreneur exemption.

<iframe src="https://itsguido.com/embed/turkey/freelancertax" title="Turkey Freelancer Tax Calculator" style="width:100%;max-width:560px;height:1080px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Rent Increase Cap

The legal ceiling on a lease renewal increase, from the consumer price index month that governs it.

<iframe src="https://itsguido.com/embed/turkey/rentcap" title="Turkey Rent Increase Cap" style="width:100%;max-width:560px;height:820px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Work Permit Eligibility

Whether a hire clears the quota and salary tests, and what the application costs.

<iframe src="https://itsguido.com/embed/turkey/workpermit" title="Turkey Work Permit Eligibility" style="width:100%;max-width:560px;height:900px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Company Formation Cost

One time formation cost and first year running cost for a Turkish limited company.

<iframe src="https://itsguido.com/embed/turkey/formationcost" title="Turkey Company Formation Cost" style="width:100%;max-width:560px;height:940px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Residence Permit Fees

Official fees for a short term permit by nationality group and duration, card fee included.

<iframe src="https://itsguido.com/embed/turkey/residencepermit" title="Turkey Residence Permit Fees" style="width:100%;max-width:560px;height:1000px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Salary Erosion Tracker

Whether a run of raises kept up with inflation, measured against the consumer price index and the dollar.

<iframe src="https://itsguido.com/embed/turkey/salaryerosion" title="Turkey Salary Erosion Tracker" style="width:100%;max-width:560px;height:1080px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Turkey Real Return Calculator

What a deposit, gold or index holding returned after inflation and withholding tax.

<iframe src="https://itsguido.com/embed/turkey/realreturn" title="Turkey Real Return Calculator" style="width:100%;max-width:560px;height:1040px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

EOR versus Your Own Entity

The headcount at which running a Turkish entity beats paying an employer of record.

<iframe src="https://itsguido.com/embed/turkey/eorvsentity" title="EOR versus Your Own Entity" style="width:100%;max-width:560px;height:940px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Georgia Salary Calculator

Georgian net pay and employer cost, with the funded pension applied.

<iframe src="https://itsguido.com/embed/georgia/salary" title="Georgia Salary Calculator" style="width:100%;max-width:560px;height:880px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Georgia Small Business Status Checker

Whether an activity qualifies for the 1 percent regime, and what it saves.

<iframe src="https://itsguido.com/embed/georgia/smallbusiness" title="Georgia Small Business Status Checker" style="width:100%;max-width:560px;height:900px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Serbia Salary Calculator

Serbian net pay and employer cost, with the non taxable amount and the contribution base bounds.

<iframe src="https://itsguido.com/embed/serbia/salary" title="Serbia Salary Calculator" style="width:100%;max-width:560px;height:880px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Kazakhstan Salary Calculator

Kazakh net pay and employer cost across the five separate contributions.

<iframe src="https://itsguido.com/embed/kazakhstan/salary" title="Kazakhstan Salary Calculator" style="width:100%;max-width:560px;height:880px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

UAE Hiring Cost and Gratuity

Annual cost of a UAE hire including visa, insurance and accrued end of service gratuity.

<iframe src="https://itsguido.com/embed/uae/hiringcost" title="UAE Hiring Cost and Gratuity" style="width:100%;max-width:560px;height:960px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Cross Border Employer Cost

The same salary priced as an employer cost in five countries at once.

<iframe src="https://itsguido.com/embed/compare/employercost" title="Cross Border Employer Cost" style="width:100%;max-width:560px;height:900px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Offer Comparator

Two job offers in two countries, compared on what actually lands in the bank.

<iframe src="https://itsguido.com/embed/compare/offers" title="Offer Comparator" style="width:100%;max-width:560px;height:960px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>

Embedding something we do not list here, or need a different width or language? Write to hello@itsguido.com and say what you are building.