{"id":12464,"date":"2020-07-06T15:35:57","date_gmt":"2020-07-06T15:35:57","guid":{"rendered":"https:\/\/demo1.mycartheme.com\/?page_id=12464"},"modified":"2021-02-10T16:15:03","modified_gmt":"2021-02-10T16:15:03","slug":"loan-calculator","status":"publish","type":"page","link":"https:\/\/americanhotrods.com\/?page_id=12464","title":{"rendered":"Loan Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12464\" class=\"elementor elementor-12464\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-be4c023 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"be4c023\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ff5ae5e\" data-id=\"ff5ae5e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2fdcac elementor-widget elementor-widget-spacer\" data-id=\"b2fdcac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-459e4e0 elementor-widget elementor-widget-vehica_loan_calculator_general_widget\" data-id=\"459e4e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"vehica_loan_calculator_general_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"vehica-app\">\n    <vehica-loan-calculator\n            widget-id=\"459e4e0\"\n            decimal-separator=\".\"\n            thousands-separator=\",\"\n            :price-decimal-places=\"0\"\n            price-decimal-separator=\"\"\n            price-thousands-separator=\",\"\n            :round-to-integer=\"false\"\n    >\n        <div slot-scope=\"props\" class=\"vehica-loan-calculator\">\n            <div class=\"vehica-loan-calculator__title\">\n                Loan Calculator            <\/div>\n\n                            <div class=\"vehica-loan-calculator__subtitle\">\n                    Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments.                <\/div>\n            \n            <form @submit.prevent=\"props.onCalculate\">\n                <div class=\"vehica-loan-calculator__fields\">\n                    <div class=\"vehica-loan-calculator__fields__inner\">\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>\n                                Price                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    <i class=\"fas fa-tag\"><\/i>\n                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__price\"\n                                        type=\"text\"\n                                                                    >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>\n                                Interest Rate                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    %                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__rate\"\n                                        type=\"text\"\n                                        value=\"5\"\n                                >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>Period (months)                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    <i class=\"far fa-calendar-alt\"><\/i>\n                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__months\"\n                                        type=\"text\"\n                                        value=\"36\"\n                                >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>Down Payment<\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    $                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__contribution\"\n                                        type=\"text\"\n                                                                    >\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/form>\n\n            <div>\n                <div class=\"vehica-loan-calculator__separator\"><\/div>\n\n                <div class=\"vehica-loan-calculator__results--wrapper\">\n                    <div class=\"vehica-loan-calculator__results\">\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Monthly Payment<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">{{ props.installment }}<\/h4>\n                            <\/template>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Total Interest<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">{{ props.interest }}<\/h4>\n                            <\/template>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Total Payments<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">\n                                    {{ props.total }}\n                                <\/h4>\n                            <\/template>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                    <div class=\"vehica-loan-calculator__end-text\">\n                        Title and other fees and incentives are not included in this calculation, which is an estimate only. Monthly payment estimates are for informational purpose and do not represent a financing offer from the seller of this vehicle. Other taxes may apply.                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/vehica-loan-calculator>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1607bc3 elementor-widget elementor-widget-spacer\" data-id=\"1607bc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12464","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/americanhotrods.com\/?page_id=12464\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"American Hot Rods - Buy, Sell or Show your Classic Car\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Loan Calculator - American Hot Rods\" \/>\n\t\t<meta property=\"og:description\" content=\"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/americanhotrods.com\/?page_id=12464\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-07-06T15:35:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-02-10T16:15:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Loan Calculator - American Hot Rods\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/americanhotrods.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/americanhotrods.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464#listItem\",\"name\":\"Loan Calculator\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464#listItem\",\"position\":2,\"name\":\"Loan Calculator\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/americanhotrods.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/#organization\",\"name\":\"American Hot Rods\",\"description\":\"Buy, Sell or Show your Classic Car\",\"url\":\"https:\\\/\\\/americanhotrods.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/americanhotrods.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/cropped-logo7468-01.png\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464\\\/#organizationLogo\",\"width\":512,\"height\":512,\"caption\":\"logo\"},\"image\":{\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464#webpage\",\"url\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464\",\"name\":\"Loan Calculator - American Hot Rods\",\"description\":\"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/?page_id=12464#breadcrumblist\"},\"datePublished\":\"2020-07-06T15:35:57-04:00\",\"dateModified\":\"2021-02-10T16:15:03-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/#website\",\"url\":\"https:\\\/\\\/americanhotrods.com\\\/\",\"name\":\"American Hot Rods\",\"description\":\"Buy, Sell or Show your Classic Car\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/americanhotrods.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Loan Calculator - American Hot Rods<\/title>\n\n","aioseo_head_json":{"title":"Loan Calculator - American Hot Rods","description":"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period","canonical_url":"https:\/\/americanhotrods.com\/?page_id=12464","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/americanhotrods.com\/?page_id=12464#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/americanhotrods.com#listItem","position":1,"name":"Home","item":"https:\/\/americanhotrods.com","nextItem":{"@type":"ListItem","@id":"https:\/\/americanhotrods.com\/?page_id=12464#listItem","name":"Loan Calculator"}},{"@type":"ListItem","@id":"https:\/\/americanhotrods.com\/?page_id=12464#listItem","position":2,"name":"Loan Calculator","previousItem":{"@type":"ListItem","@id":"https:\/\/americanhotrods.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/americanhotrods.com\/#organization","name":"American Hot Rods","description":"Buy, Sell or Show your Classic Car","url":"https:\/\/americanhotrods.com\/","logo":{"@type":"ImageObject","url":"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png","@id":"https:\/\/americanhotrods.com\/?page_id=12464\/#organizationLogo","width":512,"height":512,"caption":"logo"},"image":{"@id":"https:\/\/americanhotrods.com\/?page_id=12464\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/americanhotrods.com\/?page_id=12464#webpage","url":"https:\/\/americanhotrods.com\/?page_id=12464","name":"Loan Calculator - American Hot Rods","description":"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/americanhotrods.com\/#website"},"breadcrumb":{"@id":"https:\/\/americanhotrods.com\/?page_id=12464#breadcrumblist"},"datePublished":"2020-07-06T15:35:57-04:00","dateModified":"2021-02-10T16:15:03-05:00"},{"@type":"WebSite","@id":"https:\/\/americanhotrods.com\/#website","url":"https:\/\/americanhotrods.com\/","name":"American Hot Rods","description":"Buy, Sell or Show your Classic Car","inLanguage":"en-US","publisher":{"@id":"https:\/\/americanhotrods.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"American Hot Rods - Buy, Sell or Show your Classic Car","og:type":"article","og:title":"Loan Calculator - American Hot Rods","og:description":"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period","og:url":"https:\/\/americanhotrods.com\/?page_id=12464","og:image":"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png","og:image:secure_url":"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png","article:published_time":"2020-07-06T15:35:57+00:00","article:modified_time":"2021-02-10T16:15:03+00:00","twitter:card":"summary_large_image","twitter:title":"Loan Calculator - American Hot Rods","twitter:description":"Loan Calculator Use our loan calculator to calculate payments over the life of your loan. Enter your information to see how much your monthly payments could be. You can adjust length of loan, down payment and interest rate to see how those changes raise or lower your payments. Price * Interest Rate * % Period","twitter:image":"https:\/\/americanhotrods.com\/wp-content\/uploads\/2024\/10\/cropped-logo7468-01.png"},"aioseo_meta_data":{"post_id":"12464","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-03-26 08:54:05","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":null,"created":"2025-02-02 02:38:42","updated":"2026-03-26 08:54:05"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/americanhotrods.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tLoan Calculator\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/americanhotrods.com"},{"label":"Loan Calculator","link":"https:\/\/americanhotrods.com\/?page_id=12464"}],"_links":{"self":[{"href":"https:\/\/americanhotrods.com\/index.php?rest_route=\/wp\/v2\/pages\/12464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/americanhotrods.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/americanhotrods.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/americanhotrods.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/americanhotrods.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12464"}],"version-history":[{"count":0,"href":"https:\/\/americanhotrods.com\/index.php?rest_route=\/wp\/v2\/pages\/12464\/revisions"}],"wp:attachment":[{"href":"https:\/\/americanhotrods.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}