Etola

Etola is a Finnish family company. Typical field of activity includes example, hydraulics, vulcanized rubber, plastic, tape and building materials.

Etola
Founded1932 Finland
Headquarters
Key people
Erkki Etola
Revenue390,000,000 (2018)
Number of employees
1500 (2007)
Websitewww.etola.fi/en/

Revenue was 390 million euros in 2018.[1]

Etola yhtiöt is organized as a group of companies.

History

Established by Johan August Etholén in the early 1930s.

Sectors

Plastics

  • Okartek Oy
  • Etra Engineering Plastic
  • Foiltek Oy
  • Thermoplast Oy

Hydraulics

  • Nestepaine Oy
  • Euro-Hydro Oy
  • Jon-Hydro Oy
  • Flexo-Tekniikka Oy Ab
  • Hytaflex

Fastening equipments

  • Pameto|Pameto Oy Ab
  • Pameto Production
  • Pameto Electronics
  • Pameto / Suomen pultti

Seals

  • Tiivistekeskus Oy
  • Tiivistetekniikka Oy

Others

  • Etra Electronics Oy
  • Euro-Kumi Oy
  • Kumipalvelu Oy, safety gloves
  • Etra Tapes and Electrical Solutions
  • Hitsisalo Oy
  • Kone Pajula Oy
  • Rusanen Tekstiilipalvelut Oy
  • Canter Oy

Foreign countries

  • Baltic states: Baltflex As, Etra Baltic
  • Sweden: Tätringen Tekniska
  • China: Etola Industrial Products
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.

References

  1. "Etola Oy | Yritys- ja taloustiedot". Kauppalehti (in Finnish). Retrieved 11 October 2019.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.