As Seen On
Recognized By
Usury Laws and Loan Sharking in Arizona
Â
Introduction
Welcome to Tamou Law Group PLLC‘s informative guide on the intricate landscape of usury laws and loan sharking in Arizona. Understanding these laws is crucial for both borrowers and lenders, ensuring that all financial transactions adhere to legal standards and ethical practices.
Understanding Usury Laws in Arizona
Usury laws regulate and set maximum interest rates that can be charged on loans. These laws are crucial in protecting consumers from predatory lending practices.
Historical Perspective
Historically, Arizona had a detailed usury statute, but significant changes occurred in the late 20th century. Up until 1980, the state capped interest rates to protect borrowers from excessive charges. However, following federal deregulation trends, Arizona’s usury cap was removed, leading to a more open market approach.
Current Legal Framework
Under the current Arizona Revised Statutes, there is no specified maximum interest rate for private loans. This deregulation means that lenders and borrowers can negotiate their interest rates freely. However, this freedom brings a responsibility to avoid predatory practices.
Loan Sharking: A Dangerous Reality
Loan sharking refers to lending money at extremely high interest rates, typically accompanied by threats or actual use of violence for debt collection. Although Arizona’s deregulated interest rate environment might seem to permit high rates, loan sharking remains illegal and is often linked with other criminal activities.
Legal Consequences
Engaging in loan sharking activities can lead to severe legal repercussions. It’s not just the exorbitant interest rates but also the accompanying illegal methods of operation that bring these activities under scrutiny.
Key Statutes and Legal Protections
It’s important to understand the legal framework that governs lending practices in Arizona.
Consumer Lender Laws
Although Arizona lacks specific usury limits, other statutes protect consumers. The Consumer Lender Laws ensure transparency and fairness in lending, requiring detailed disclosures about loan terms and rates.
Anti-Loan Sharking Regulations
Arizona law, under A.R.S. 13-2301, includes provisions against loan sharking. This statute defines and criminalizes activities typically associated with loan sharking, like using intimidation or violence for debt collection.
Legal Implications for Lenders and Borrowers
Both lenders and borrowers must understand the implications of these laws to engage in legally compliant and ethically sound financial transactions.
For Lenders
Lenders must ensure compliance with all relevant laws, providing clear terms and avoiding predatory practices. Violations can lead to legal actions, including fines and imprisonment.
For Borrowers
Borrowers should be aware of their rights and the potential risks of high-interest loans. They should seek legal advice if they suspect unfair lending practices or fall victim to loan sharking.
Conclusion
Navigating the complexities of usury laws and loan sharking in Arizona requires careful consideration and legal understanding. At Tamou Law Group PLLC, we are dedicated to guiding our clients through these legal intricacies. Our experienced team ensures that your financial transactions are not only legally compliant but also ethically sound.
Need Legal Advice?
If you’re facing issues related to usury laws or loan sharking, or if you have any questions about lending practices in Arizona, don’t hesitate to contact us. Reach out to Tamou Law Group PLLC at 623-321-4699 for professional legal assistance.
Awards & Recognition
Our recognition for Phoenix criminal defense defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix criminal defense lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
Does Arizona have a maximum legal interest rate on loans?
No, Arizona sets no maximum interest rate when the parties agree to a rate in a written contract. Under A.R.S. 44-1201, interest defaults to ten percent per year only when no rate is spelled out in writing, so private lenders and borrowers may negotiate rates freely.
Is loan sharking illegal in Arizona?
Yes, loan sharking is illegal in Arizona even though the state has no general usury cap. A.R.S. 13-2301 defines extortionate extensions of credit, and related statutes make it a felony to lend, finance, or collect debts using threats, intimidation, or violence.
What is an extortionate extension of credit under Arizona law?
An extortionate extension of credit is a loan made with the understanding that violence or other criminal means may be used if payment is late, as defined in A.R.S. 13-2301. Prosecutors use this definition to charge loan sharking as part of Arizona’s organized crime statutes.
Can a payday lender still operate in Arizona?
No, payday lending is no longer legal in Arizona; the statute authorizing payday loans expired in 2010 and was not renewed by voters. Small loans must now come from licensed consumer lenders, whose rates are capped at roughly 36 percent annually under A.R.S. 6-632.
How long can you go to prison for loan sharking in Arizona?
Loan sharking is charged as a felony in Arizona, and prison exposure ranges from probation-eligible terms to several years depending on the felony class, the threats used, and any prior convictions. If violence, extortion, or racketeering under A.R.S. 13-2312 is alleged, sentences increase substantially.
How much interest can you collect on a loan with no written agreement in Arizona?
You can collect ten percent per year on a loan with no written interest agreement in Arizona, the default rate set by A.R.S. 44-1201. Courts will not enforce a higher rate unless it was agreed to in writing, so informal handshake loans revert to ten percent.
What should you do if you borrowed money from a loan shark in Arizona?
Contact a criminal defense attorney and, if you are being threatened, law enforcement immediately; borrowers are the victims of loan sharking under Arizona law, not the criminals. Debts collected through threats or violence are extortionate under A.R.S. 13-2301, and reporting them can stop the harassment.
Do I need a lawyer if I am accused of loan sharking in Arizona?
Yes, you should hire a criminal defense lawyer immediately if you are accused of loan sharking, because charges under A.R.S. 13-2301 carry felony penalties and often accompany racketeering allegations. Tamou Law Group defends lending-related charges throughout Phoenix and Scottsdale. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






