6,55 USD
+0,30 USD
+4,72 %
17:43 Uhr
ISIN US30347G1031
Vereinigte Staaten
Industrieunternehmen
KGV -
KUV -
Dividendenrendite: -
Marktkapitalisierung: 671.3 Mio. USD
Info

Factorial Energy Inc. Chart

--
--
1T
1W
3M
6M
1J
5J
Max

Factorial Energy Inc.-Aktie: Kaufen oder verkaufen?! Neue Factorial Energy Inc.-Analyse vom 21. September liefert die Antwort:

Die neusten Factorial Energy Inc.-Zahlen sprechen eine klare Sprache: Dringender Handlungsbedarf für Factorial Energy Inc.-Aktionäre. Lohnt sich ein Einstieg oder sollten Sie lieber verkaufen? In der aktuellen Gratis-Analyse vom 21. September erfahren Sie was jetzt zu tun ist.

Factorial Energy Inc.: Kaufen oder verkaufen? Hier weiterlesen...

Gib deine Einschätzung ab, um die Meinung der Community zu sehen!

finanztrends.de basiert auf der Weisheit der Vielen, die am besten funktioniert, wenn jede Person ihre Einschätzung unabhängig trifft. Bitte wähle einen Button aus, um anschließend die Meinungen der Community zu sehen.

Factorial Energy Inc. Kursdaten

BörseUSA Stocks
Kurs6,55 USD
Kurszeit15:43 Uhr
Eröffnungskurs6,33 USD
Vortagesschluss6,25 USD
Tageshoch6,62 USD
Tagestief6,05 USD
Volumen162.951,00
Veränderung in %4,72 %
Veränderung absolut0,30 USD

Kursperformance

+28,84 % 1 Woche
+41,97 % 1 Monat

News zur Factorial Energy Inc. Aktie

Aktuelle Factorial Energy Inc. News

Einen Augenblick noch...

Kennzahlen und Unternehmensdaten zur Factorial Energy Inc. Aktie

Einnahmen und Ausgaben

Quartal
Jahr
Q1 2025Q2 2025Q3 2025Q4 2025Q1 2026Q2 2026
Umsatz 1------
Änderung in %n.a.n.a.n.a.n.a.n.a.n.a.
Bruttoergebnis 1------
Vertrieb 165--56
Op. Ausgaben 1130.4490.1370.552613
F&E 177--27
Umsatzkosten 1------
Gesamtkosten 1130.4490.1370.552613
Bruttoertrag 1------
EBIT 1-----9-
Änderung in %n.a.n.a.n.a.n.a.n.a.n.a.
Umsatzrendite------
EBT 1-13132-9-11
Nettogewinn 1-13132-9-11
Änderung in %n.a.n.a.n.a.n.a.33,37 %-959,71 %
Nettomarge------
1 USD in Millionen

Bilanz

Quartal
Jahr
Q2 2025Q3 2025Q4 2025Q1 2026Q2 2026
Bilanzsumme 127928228462143
Cash 10.8270.6610.62425113
Forderungen 127928228462143
Gesamtverbindl. 114141429158
Kurzfr. Verbindl. 1---11
Langfr. Verbindl. 1---25-
Eigenkapital 1265268270-22985
EK-Quote95,14 %95,19 %95,08 %-366,47 %59,58 %
Stammaktien 234,5034,5034,5034,5034,50
1 USD in Millionen
2 Stück in Millionen

Cashflow

Quartal
Jahr
Q1 2025Q2 2025Q1 2026Q2 2026
Gewinn 1-131-9-11
Änderung in %n.a.n.a.33,37 %-959,71 %
Op. Cashflow 1-6-0.281-6-11
Investitionen 1----
Finanz. Cashflow 1-0.205277396
Cash-Veränderung 1-70.827-3112
Freier Cashflow 1-6-0.294-7-12
Änderung in %n.a.n.a.-5,29 %-3.893,93 %
1 USD in Millionen

Technische Kennzahlen

Gl. Durchschnitt - 10T5,38 USD
Gl. Durchschnitt - 20T5,16 USD
Gl. Durchschnitt - 50T5,43 USD
Gl. Durchschnitt - 200T USD
52 Wochen Hoch11,42 USD
52 Wochen Tief4,60 USD
RSI (14)59,19
ADR (20)7,83 %
ATR (14)0,41 USD

Technische Analyse zur Factorial Energy Inc. Aktie

Kennziffern

5 J. 10 J.
Umsatz pro Aktie--
Cashflow pro Aktie-0,9764-0,9764
Gewinn pro Aktie-1,8578-1,8578
Dividende pro Aktie--
Investitionen pro Aktie0,04460,0446
Eigenkapital pro Aktie-5,4767-5,4767
Angaben in USD

Analyse zur Factorial Energy Inc. Aktie

Rendite Factorial Energy Inc. Aktie

Renditedreieck

or a quote would otherwise close this block early. const isin = "US30347G1031"; const assetName = "Factorial Energy Inc.";const compactEl = document.getElementById('triangles-diagram'); const compactScrollEl = document.getElementById('ft-triangle-compact-scroll'); const wrapper = document.querySelector('.ft-triangle'); const fullEl = document.getElementById('ft-triangle-diagram-full'); const scrollEl = document.getElementById('ft-triangle-scroll'); const openBtn = document.getElementById('ft-triangle-open'); const closeBtn = document.getElementById('ft-triangle-close'); const modal = document.getElementById('ft-triangle-modal'); const modalTitle = document.getElementById('ft-triangle-modal-title'); const note = document.getElementById('ft-triangle-note'); const noteFull = document.getElementById('ft-triangle-note-full');// Matches the Jahresrendite (slice(-11,-1)) and the cap the old code already applied on mobile. // // The two can still land on different SPANS for a short history, and that is deliberate: the // Jahresrendite drops only the running year, while a triangle needs whole years on both axes, // so this also drops the first - a listing that started in September would otherwise quote a // four-month stretch as an annual return. With 12+ years of history both show 10; below that // the triangle shows one fewer. Aligning them would mean putting a partial year back in. const COMPACT_YEARS = 10;// Below this a cell stops being readable, so the full view scrolls instead of shrinking. const MIN_CELL_DESKTOP = 34; const MIN_CELL_MOBILE = 26;const isMobile = () => window.innerWidth <= 600;// The note is assembled as HTML (it carries ), so anything coming from the asset // record has to be escaped on the way in. The template this replaced ran the name through // htmlspecialchars() in PHP; json_encode only makes it a safe JS string, not safe markup. const escapeHtml = (value) => String(value).replace(/[&<>"']/g, (c) => ({ '&': '&', '<': '<', '>': '>', '"': '"', "'": ''' }[c]));try { const result = await window.FT.getYearlyPrices(isin);const prices = result.yearly_prices || {}; const years = Object.keys(prices).map(Number).sort((a, b) => a - b);// Drop first and last: the first year usually starts mid-listing and the last is the // running year, so neither is a full-year return. const fullYears = years.filter((y, i, a) => y !== a[0] && y !== a[a.length - 1]);if (!fullYears.length) { compactEl.innerHTML = 'Keine Daten verfügbar.'; return; }const compactYears = fullYears.slice(-COMPACT_YEARS);// Pre-euro years are converted, not quoted - the endpoint says which currency, at what // rate, up to which date. const conversion = result.currency_conversion || null; const cutoverYear = conversion && conversion.until ? parseInt(String(conversion.until).slice(0, 4), 10) : null; const isConverted = (year) => cutoverYear !== null && year < cutoverYear;const priceOf = (entry, key) => { const raw = parseFloat(entry && entry[key] && entry[key].price); return isFinite(raw) && raw > 0 ? raw : 0; }; const dateOf = (entry, key) => { const raw = entry && entry[key] && entry[key].date; if (!raw) { return ''; } const d = new Date(raw); return isNaN(d.getTime()) ? '' : d.toLocaleDateString('de-DE'); };let compactChart = null; let fullChart = null;function build(container, shown, availableWidth) { const startPrice = {}, endPrice = {}, startDate = {}, endDate = {}; shown.forEach(y => { const e = prices[y]; startPrice[y] = priceOf(e, 'first_day'); endPrice[y] = priceOf(e, 'last_day'); startDate[y] = dateOf(e, 'first_day'); endDate[y] = dateOf(e, 'last_day'); });const data = []; for (let i = 0; i < shown.length; i++) { for (let j = i; j < shown.length; j++) { const buy = startPrice[shown[i]]; const sell = endPrice[shown[j]]; if (buy > 0 && sell > 0) { const n = (j - i) + 1; data.push([j, i, +((Math.pow(sell / buy, 1 / n) - 1) * 100).toFixed(1)]); } else { data.push([j, i, null]); } } }const minCell = isMobile() ? MIN_CELL_MOBILE : MIN_CELL_DESKTOP; const needed = shown.length * minCell + 60; const width = Math.max(availableWidth, needed); const cellHeight = isMobile() ? 28 : 34; const height = Math.min(Math.max(shown.length * cellHeight, 240), 1400);// Every second axis label once the grid is dense enough to collide on a phone. const sparse = isMobile() && shown.length >= 10; const axisLabel = function () { const year = shown[this.pos]; if (year === undefined) { return ''; } return (sparse && this.pos % 2 !== 0) ? '' : year; }; const compactLabels = isMobile() && shown.length >= 10;const chart = Highcharts.chart(container, { chart: { type: 'heatmap', width: width, height: height, borderWidth: 0, events: { load: function () { const logoWidth = isMobile() ? 214 : 640; const logoHeight = isMobile() ? 25 : 76; this.renderer.image( 'https://www.finanztrends.de/logo/finanztrends_logo__2022.svg', this.plotLeft + (this.plotWidth / 2 - logoWidth / 2), this.plotTop + (this.plotHeight / 2 - logoHeight / 2), logoWidth, logoHeight ).attr({ opacity: 0.1, filter: 'grayscale(1)', zIndex: 5, class: 'chart-logo' }).add(); } } }, // The description lives in .ft-triangle__note below the chart, where it wraps as // normal text instead of eating plot height. title: { text: null }, credits: { enabled: false }, exporting: { enabled: false }, legend: { enabled: false }, xAxis: { categories: shown, labels: { style: { fontSize: isMobile() ? '9px' : '10px' }, y: 14, formatter: axisLabel }, title: { text: 'Verkauf', align: 'low', style: { fontSize: '10px', fontWeight: '500' } }, gridLineWidth: 0, lineWidth: 0, tickWidth: 0 }, yAxis: { categories: shown, opposite: true, labels: { style: { fontSize: isMobile() ? '9px' : '10px' }, x: 8, y: 5, formatter: axisLabel }, title: { text: 'Kauf', align: 'high', rotation: 0, style: { fontSize: '10px', fontWeight: '500' } }, gridLineWidth: 0 }, colorAxis: { min: -200, max: 200, stops: [ [0.00, '#800000'], [0.25, '#B22222'], [0.40, '#E74C3C'], [0.50, '#F5F5F5'], [0.60, '#52BE80'], [0.75, '#27AE60'], [0.90, '#1E8449'], [1.00, '#145A32'] ] }, tooltip: { useHTML: true, formatter: function () { const value = this.point.value; const buyYear = shown[this.point.y]; const sellYear = shown[this.point.x]; if (value === null || value === undefined) { return 'Keine Daten für Zeitraum ' + buyYear + '-' + sellYear; } const color = value > 0 ? 'green' : 'red'; const label = value > 0 ? 'Rendite' : 'Verlust'; let html = '' + value + ' % ' + label + ' p.a.
' + 'Kauf am ' + startDate[buyYear] + ' zu ' + startPrice[buyYear].toFixed(2) + '
' + 'Verkauf am ' + endDate[sellYear] + ' zu ' + endPrice[sellYear].toFixed(2) + ' €'; if (isConverted(buyYear) || isConverted(sellYear)) { html += '
Aus ' + escapeHtml(conversion.currency) + ' umgerechnet – berechneter Wert'; } return html; } }, series: [{ name: '', type: 'heatmap', data: data, borderWidth: 1, borderColor: '#ffffff', dataLabels: { enabled: true, color: '#222222', style: { textOutline: 'none', fontWeight: '500', fontSize: isMobile() ? (compactLabels ? '7px' : '9px') : '11px' }, formatter: function () { if (this.point.value === null || this.point.value === undefined) { return ''; } return compactLabels ? Math.round(this.point.value) : this.point.value.toFixed(1); } } }] });// Highcharts renders an SVG of `width`, but its container div inherits the CSS // width:100% - so on a narrow screen the SVG was scaled down to fit instead of // overflowing, and the scroll box had nothing wider than itself to scroll. Pinning // the container to the chart width is what makes #ft-triangle-scroll actually scroll. container.style.width = width + 'px'; container.style.minWidth = width + 'px';return chart; }function describe(target, shown) { let text = 'Das Renditedreieck zeigt die durchschnittlichen Jahresrenditen für ' + escapeHtml(assetName) + ' (' + shown[0] + '–' + shown[shown.length - 1] + '). ' + 'Wählen Sie ein Jahr für den Kauf (vertikal) und eines für den Verkauf (horizontal).';if (conversion && shown.some(isConverted)) { // Everything interpolated here is escaped, not just the asset name: these come // from the endpoint rather than a constant in this file, and half-escaping one // string is how the next reader learns the wrong rule. const currency = escapeHtml(conversion.currency); text += ' Hinweis: Jahre vor ' + escapeHtml(cutoverYear) + ' stammen aus der ' + (conversion.currency === 'DEM' ? 'D-Mark-Zeit' : currency + '-Zeit') + ' und wurden mit dem amtlichen Kurs (1 EUR = ' + escapeHtml(String(conversion.rate).replace('.', ',')) + ' ' + currency + ') in Euro umgerechnet. Es handelt sich um berechnete, nicht um historisch ' + 'notierte Werte.'; } target.innerHTML = text; target.hidden = false; }function renderCompact() { if (compactChart) { compactChart.destroy(); } compactChart = build(compactEl, compactYears, compactScrollEl.clientWidth || 600); // Decided after the build, from the box itself, rather than recomputing the widths // the build already reconciled. wrapper.classList.toggle( 'is-scrollable', compactScrollEl.scrollWidth > compactScrollEl.clientWidth ); describe(note, compactYears); }function renderFull() { if (fullChart) { fullChart.destroy(); } fullChart = build(fullEl, fullYears, scrollEl.clientWidth || window.innerWidth); describe(noteFull, fullYears); }let lastFocus = null;function openFull() { lastFocus = document.activeElement; modalTitle.textContent = 'Renditedreieck – ' + assetName + ' (' + fullYears[0] + '–' + fullYears[fullYears.length - 1] + ')'; modal.hidden = false; document.body.style.overflow = 'hidden'; renderFull(); closeBtn.focus(); document.addEventListener('keydown', trapFocus, true); }// aria-modal="true" tells assistive tech the rest of the page is inert; without a trap // that is a lie - Tab walks straight out into the page behind the overlay. function trapFocus(event) { if (event.key !== 'Tab' || modal.hidden) { return; } const focusable = modal.querySelectorAll( 'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])' ); if (!focusable.length) { return; } const first = focusable[0]; const last = focusable[focusable.length - 1]; if (event.shiftKey && document.activeElement === first) { event.preventDefault(); last.focus(); } else if (!event.shiftKey && document.activeElement === last) { event.preventDefault(); first.focus(); } }function closeFull() { modal.hidden = true; document.body.style.overflow = ''; document.removeEventListener('keydown', trapFocus, true); if (fullChart) { fullChart.destroy(); fullChart = null; } if (lastFocus && lastFocus.focus) { lastFocus.focus(); } }// Only offer the full view when there is more to see than the compact one shows. if (fullYears.length > compactYears.length) { openBtn.hidden = false; openBtn.setAttribute('title', 'Vollständiges Renditedreieck anzeigen (' + fullYears.length + ' Jahre)'); openBtn.setAttribute('aria-label', openBtn.getAttribute('title')); openBtn.addEventListener('click', openFull); closeBtn.addEventListener('click', closeFull); document.addEventListener('keydown', function (event) { if (event.key === 'Escape' && !modal.hidden) { closeFull(); } }); }renderCompact();// Cell sizing, label density and the scroll decision all depend on the viewport, and // Highcharts cannot recompute those on its own here. let resizeTimer = null; window.addEventListener('resize', function () { clearTimeout(resizeTimer); resizeTimer = setTimeout(function () { renderCompact(); if (!modal.hidden) { renderFull(); } }, 200); }); } catch (error) { console.error('Fehler beim Laden oder Parsen der Daten (Renditedreieck):', error); compactEl.innerHTML = 'Fehler beim Laden der Daten.'; } })();

Jahresrendite

Maximaler Drawdown und Gewinnchance

Über Factorial Energy Inc.

Factorial Energy Inc.

CEO Dr. Siyu Huang M.B.A., Ph.D.
Sitz Vereinigte Staaten

Factorial Energy Inc. entwickelt und produziert Batteriespeichertechnologien sowie Festkörperbatterietechnologie in den Vereinigten Staaten und Korea. Die Produkte des Unternehmens kommen bei der Herstellung von Batterien für Elektrofahrzeuge, Privathaushalte und kritische Anwendungen zum Einsatz. Es unterhält eine strategische Partnerschaft mit der Tulip Tech Group B.V., um die kommerzielle Einführung von Festkörper- und Lithium-Metall-Batterien für Drohnen der nächsten Generation zu beschleunigen. [...]

Meistgelesene News

Interessante Fragen zur Factorial Energy Inc. Aktie

Stammdaten zur Factorial Energy Inc. Aktie

ISINUS30347G1031
WKN
TickerFAC
Marktkapitalisierung671 Mio. USD
LandVereinigte Staaten
BrancheElektrische Ausrüstung und Teile
SektorIndustrieunternehmen
Top 100 Meistgesuchte Aktien
Critical Metals Corporation Aktie
8,06 € 36,38 %
Energy Transition Minerals Aktie
0,04 € 31,64 %
Tesla Aktie
Tesla US88160R1014
326,25 € 2,80 %
European Lithium Aktie
European Lithium AU000000EUR7
0,27 € 19,87 %
Nvidia Aktie
Nvidia US67066G1040
196,26 € 1,64 %
Australian Vanadium Aktie
0,15 € 11,11 %
Copper One Resources Aktie
0,35 € -1,49 %
Apple Aktie
Apple US0378331005
294,85 € 0,84 %
Hensoldt Aktie
Hensoldt DE000HAG0005
78,02 € -0,46 %
Volkswagen (Vz.) Aktie
Volkswagen (Vz.) DE0007664039
75,12 € -1,80 %
Bayer AG Aktie
Bayer AG DE000BAY0017
49,13 € 2,44 %
Amazon Aktie
Amazon US0231351067
223,30 € 1,13 %
Top 100 Meistgesuchte Aktien