1991 Ykkönen – Finnish League Division 1

League table for teams participating in Ykkönen, the second tier of the Finnish Soccer League system, in 1991.

Finnish League Division 1
Season1991
ChampionsMyPa Anjalankoski
PromotedMyPa Anjalankoski
RelegatedP-Iirot Rauma
KontU Helsinki
← 1990
1992 →

League table

Pos Team Pld W D L GF GA GD Pts
1 MyPa Anjalankoski 20 13 2 5 42 31 +11 28
2 FinnPa Helsinki 20 11 5 4 34 23 +11 27
3 TP-55 Seinäjoki 20 12 1 7 35 31 +4 25
4 KePS Kemi 20 9 5 6 28 23 +5 23
5 Kumu Kuusankoski 20 8 6 6 40 35 +5 22
6 JoKu Joutseno 20 8 5 7 40 26 +14 21
7 PK-37 Iisalmi 20 7 6 7 25 21 +4 20
8 KPV Kokkola 20 7 4 9 31 36 5 18
9 OLS Oulu 20 4 6 10 23 35 12 14
10 P-Iirot Rauma 20 3 6 11 21 40 19 12
11 KontU Helsinki 20 2 6 12 12 30 18 10
Source: [1]

Elo Kuopio withdrew

Promotion/Relegation Playoff

  • OTP Oulu - FinnPa Helsinki 3-2
  • FinnPa Helsinki - OTP Oulu 1-3

OTP Oulu remained in Premier Division.

gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
gollark: Oh, like our interpreter race.

See also

  • Veikkausliiga (Tier 1)

References

  1. "Finland - List of League Second Level Tables". Heikki Pietarinen for RSSSF. 1991. Retrieved 2012-01-02.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.