Federal American Eagle 22LR 38gr CPHP Ammunition – Copper Plated Hollow Point, 38 grain, 22LR, 500 rounds, AE22 High Velocity

by

Additional information

$90.00

Caliber 22 LR
Grain Weight 38
Bullet Style Copper Plated Hollow Point
Muzzle Velocity 1260
Ballistic Coefficient .131
Package Quantity 40
Usage Target Shooting
Federal American Eagle 22LR 38gr. Copper Plated Hollow Point Ammunition – 40rd Box Federal American Eagle Ammunition combines accuracy, consistency, reliable performance on target at an affordable price tag. Offering a wide selection of ammunition types from the avid varmint hunter to those suitable for target practice. Whether you’re shooting targets or small game, you’ll get the precision and consistency you need with American Eagle® rimfire loads. They provide reliable, affordable performance with quality bullets, brass and priming. Features and Specifications: Manufacturer Number: AE22 Caliber: 22LR Bullet Type: Copper Plated Hollow Point Bullet Weight: 38 grains Muzzle Velocity: 1260 ft/s Muzzle Energy: 134 ft/lbs Casing Material: Brass Rounds Per Box: 40rds

Ballistics

Velocity in feet per second
Muzzle 50 Y 100 Y 150 Y
1260 1110 1010 940
{“Title”:”Velocity”,”TopLabel”:”Velocity in feet per second”,”BottomLabel”:null,”xAxisLabel”:”Range In Yards”,”yAxisLabel”:”Feet per Second”,”points”:[[1260,1110,1010,940]],”labels”:[0,50,100,150]}
Energy in Foot Pounds
Muzzle 50 Y 100 Y 150 Y
134 104 86 75
{“Title”:”Energy”,”TopLabel”:”Energy in Foot Pounds”,”BottomLabel”:null,”xAxisLabel”:”Range In Yards”,”yAxisLabel”:”Foot Pounds”,”points”:[[134,104,86,75]],”labels”:[0,50,100,150]}
Wind Drift in Inches (at 10 mph)
Muzzle 50 Y 100 Y 150 Y
0 1.5 5.5 11.7
{“Title”:”Wind Drift”,”TopLabel”:”Wind Drift in Inches (at 10 mph)”,”BottomLabel”:”Wind Drift in Inches (at 10 MPH Crosswind)”,”xAxisLabel”:”Range In Yards”,”yAxisLabel”:”Inches”,”points”:[[0,1.5,5.5,11.7]],”labels”:[0,50,100,150]}
Wind Drift in Inches (at 10 MPH Crosswind)
Average Range
50 Y 100 Y 150 Y
-5.5 -19.5
{“Title”:”Average Range”,”TopLabel”:”Average Range”,”BottomLabel”:”Height of bullet trajectory in inches above or below line of sight if zeroed at 50 yards. Sights 1.5 inches above bore line.”,”xAxisLabel”:”Range In Yards”,”yAxisLabel”:”Inches”,”points”:[[0,-5.5,-19.5]],”labels”:[50,100,150]}
Height of bullet trajectory in inches above or below line of sight if zeroed at 50 yards. Sights 1.5 inches above bore line.
Long Range
50 Y 100 Y 150 Y
2.8 -11.2
{“Title”:”Long Range”,”TopLabel”:”Long Range”,”BottomLabel”:”Height of bullet trajectory in inches above or below line of sight if zeroed at 50 yards. Sights 1.5 inches above bore line.”,”xAxisLabel”:”Range In Yards”,”yAxisLabel”:”Inches”,”points”:[[2.8,0,-11.2]],”labels”:[50,100,150]}
Height of bullet trajectory in inches above or below line of sight if zeroed at 50 yards. Sights 1.5 inches above bore line. (function(){ // window.CQuotient is provided on the page by the Analytics code: var cq = window.CQuotient; var dc = window.DataCloud; var isCQ = false; var isDC = false; if (cq && (‘function’ == typeof cq.getCQUserId) && (‘function’ == typeof cq.getCQCookieId) && (‘function’ == typeof cq.getCQHashedEmail) && (‘function’ == typeof cq.getCQHashedLogin)) { isCQ = true; } if (dc && (‘function’ == typeof dc.getDCUserId)) { isDC = true; } if (isCQ || isDC) { var recommender = ‘[["products-in-all-categories"]]’; var slotRecommendationType = ‘RECOMMENDATION’; // removing any leading/trailing square brackets and escaped quotes: recommender = recommender.replace(/\[|\]|"/g, ”); var separator = ‘|||’; var slotConfigurationUUID = ‘c78111d337b41e0ee1b70a9391’; var contextAUID = ”; var contextSecondaryAUID = ”; var contextAltAUID = ”; var contextType = ”; var anchorsArray = []; var contextAUIDs = contextAUID.split(separator); var contextSecondaryAUIDs = contextSecondaryAUID.split(separator); var contextAltAUIDs = contextAltAUID.split(separator); var contextTypes = contextType.split(separator); var slotName = ‘einstein-pdp-recommendations’; var slotConfigId = ‘PDP Standard Recommendations Placement’; var slotConfigTemplate = ‘slots/recommendation/productCarouselSlot.isml’; if (contextAUIDs.length == contextSecondaryAUIDs.length) { for (i = 0; i < contextAUIDs.length; i++) { anchorsArray.push({ id: contextAUIDs[i], sku: contextSecondaryAUIDs[i], type: contextTypes[i], alt_id: contextAltAUIDs[i] }); } } else { anchorsArray = [{id: contextAUID, sku: contextSecondaryAUID, type: contextType, alt_id: contextAltAUID}]; } var urlToCall = '/on/demandware.store/Sites-VistaFederal-Site/default/CQRecomm-Start'; var params = null; if (isCQ) { params = { userId: cq.getCQUserId(), cookieId: cq.getCQCookieId(), emailId: cq.getCQHashedEmail(), loginId: cq.getCQHashedLogin(), anchors: anchorsArray, slotId: slotName, slotConfigId: slotConfigId, slotConfigTemplate: slotConfigTemplate, ccver: '1.03' }; } // console.log("Recommendation Type – " + slotRecommendationType + ", Recommender Selected – " + recommender); if (isDC && slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') { // Set DC variables for API call dcIndividualId = dc.getDCUserId(); dcUrl = dc.getDCPersonalizationPath(); if (dcIndividualId && dcUrl && dcIndividualId != '' && dcUrl != '') { // console.log("Fetching CDP Recommendations"); var productRecs = {}; productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender); cb(productRecs); } } else if (isCQ && slotRecommendationType != 'DATA_CLOUD_RECOMMENDATION') { if (cq.getRecs) { cq.getRecs(cq.clientId, recommender, params, cb); } else { cq.widgets = cq.widgets || []; cq.widgets.push({ recommenderName: recommender, parameters: params, callback: cb }); } } }; function cb(parsed) { var arr = parsed[recommender].recs; if (arr && 0 < arr.length) { var filteredProductIds = ''; for (i = 0; i < arr.length; i++) { filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&'; } filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length – 1);//to remove the trailing '&' var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds; var request = new XMLHttpRequest(); request.open('POST', urlToCall, true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { if (this.readyState === 4) { // Got the product data from DW, showing the products now by changing the inner HTML of the DIV: var divId = 'cq_recomm_slot-' + slotConfigurationUUID; document.getElementById(divId).innerHTML = this.responseText; //find and evaluate scripts in response: var scripts = document.getElementById(divId).getElementsByTagName('script'); if (null != scripts) { for (var i=0;i<scripts.length;i++) {//not combining script snippets on purpose var srcScript = document.createElement('script'); srcScript.text = scripts[i].innerHTML; srcScript.asynch = scripts[i].asynch; srcScript.defer = scripts[i].defer; srcScript.type = scripts[i].type; srcScript.charset = scripts[i].charset; document.head.appendChild( srcScript ); document.head.removeChild( srcScript ); } } } }; request.send(formData); request = null; } }; })();

Downloads

Legal Compliance

Placing an order with Discount Guns and Ammo constitutes your formal declaration that you are the legal buyer and are in full compliance with all regulations governing your purchase. It is your responsibility to affirm that you meet the legal age requirements and that no prohibitions prevent your legal ownership.

  • You must be a minimum of 18 years of age to purchase a rifle or shotgun.

  • You must be a minimum of 21 years of age to purchase a handgun, receiver, action, or any form of ammunition.

Shipping Policy

In accordance with federal law, all firearm shipments will be directed to a valid Federal Firearms Licensee (FFL) Dealer to facilitate the legal transfer. All orders placed with Discount Guns and Ammo are considered final upon submission and are not eligible for subsequent changes or cancellation.

  • Shipping Method: For security and compliance, specific shipping protocols are enforced. Any order containing a handgun, receiver, or action is dispatched via Second Day Air. Orders consisting solely of long guns will be dispatched via Ground service.

Returns, Transfers, and Fees

Due to the regulated nature of these items and for critical safety reasons, the sale of all firearms and ammunition from Discount Guns and Ammo is final. Returns are not permitted under any circumstances.

  • Inspection Before Transfer: A thorough inspection of your firearm is required upon its arrival at your FFL Dealer. This inspection must be completed prior to accepting the official transfer. If the firearm is incorrect or has been damaged, you must refuse the transfer and contact Discount Guns and Ammo Customer Service immediately.

  • Post-Transfer Warranty: Following the legal transfer of the firearm, all matters related to warranty service or necessary repairs are to be coordinated directly through the Discount Guns and Ammo support team.

  • Restocking Fee: A restocking fee of 5% will be levied against any order that cannot be completed due to a transfer refusal by the FFL Dealer or a failed background check.

You must be 21 years or older to order ammunition. Due to safety considerations and legal/regulatory reasons, Ammunition may not be returened. Please check local laws before ordering. By ordering this Ammunition, you certify you are of legal age and satisfy all federal, state and local legal/regulatory requirements to purchase this Ammunition. You must be 18 to purchase rifles or shotguns and 21 to purchase handguns, actions or receivers. All firearms must ship to a valid FFL Dealer and cannot be changed or cancelled after they are placed. If your order contains a handgun which ships from Discount Guns and Ammo, the handgun, and any additional firearms shipping from Discount Guns and Ammo on the same ordermust ship Second Day Air. If your order does not contain a handgun which ships from Discount Guns and Ammo, any shotguns, rifles, actions or receivers shipping from Discount Guns and Ammo will ship via UPS Ground. Shipping charges for firearms are calculated jointly with other products, and all shipped at once. Due to Federal regulations, guns are not returnable. We carefully inspect your guns before shipping and transfer. If the gun received at the FFL Dealer is incorrect or damaged in shipment, do not take possession of the gun and please contact Customer Service. After transfer, any warranty or repair work must be coordinated directly us. Firearms refused by the FFL Dealer or which cannot be transferred due to a failed background check will be subject to a 5% restocking fee. By ordering this firearm, you certify you are the actual transferee/buyer of the firearm, are of legal age and satisfy all Federal, State and Local legal/regulatory requirements to purchase this firearm.
Same day delivery

for order beore 11:00h!

Free pick up from

35 E 3300 S, South Salt Lake, UT 84115

Rating 4.2/5!

from verified users

Message us,

respond same day!