Baselight

Chess Player Federation Transfers

Transfers of Chess Players Between National Federations

@fivethirtyeight.chess_transfers

Chess Player Federation Transfers
@fivethirtyeight.chess_transfers.transfers

Column Description
url Source URL with details about the player's federation transfer
ID Unique identifier for the player
Federation Player's new (receiving) federation
Form.Fed Player's previous (former) federation
Transfer Date Date when the transfer was completed
  • 17.11 KB
  • 932 rows
  • 5 columns
url

Url

id

ID

federation

Federation

form_fed

Form.Fed

transfer_date

Transfer Date

https://ratings.fide.com/fedchange.phtml?year=20002019221USAPHIFri Dec 15 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=200014401754BIHCROMon Jan 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=200014401762BIHYUGMon Jan 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=20002019221USAPHIFri Dec 15 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=200014401754BIHCROMon Jan 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=200014401762BIHYUGMon Jan 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=20016700284ESAHONThu Nov 15 2001 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=20011613782AUTISRMon Jul 09 2001 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=20012600536AUSCANFri Nov 09 2001 00:00:00 GMT+0000 (Coordinated Universal Time)
https://ratings.fide.com/fedchange.phtml?year=20012603977CANYUGFri May 25 2001 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE transfers (
  "url" VARCHAR,
  "id" BIGINT,
  "federation" VARCHAR,
  "form_fed" VARCHAR,
  "transfer_date" TIMESTAMP
);