Data Feeds

Aircraft Data Feeds

fseconomy.data.aircraft_status_by_registration(registration: str) Response

Aircraft Status by Registration

Raises:
Parameters:

registration (str) – the aircraft registration as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_configs() Response

Aircraft Configurations

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_aliases() Response

Aircraft Aliases

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_for_sale() Response

Aircraft for Sale

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_by_makemodel(makemodel: str) Response

Aircraft by MakeModel

Raises:
Parameters:

makemodel (str) – the make/model as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_by_ownername(ownername: str) Response

Aircraft by Owner Name

Raises:
Parameters:

ownername (str) – the owner name as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_by_registration(registration: str) Response

Aircraft by Registration

Raises:
Parameters:

registration (str) – the aircraft registration as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_by_id(serialnumber: int) Response

Aircraft by Id

Raises:
Parameters:

serialnumber (int) – the aircraft numeric ID

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.aircraft_by_key() Response

Aircraft by Key

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

Assignment Data Feeds

fseconomy.data.assignments_by_key() Response

Assignments by Key

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

Commodity Data Feeds

fseconomy.data.commodities_by_key() Response

Commodities by Key

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

FBO Data Feeds

fseconomy.data.facilities_by_key() Response

Facilities by Key

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.fbos_by_key() Response

FBOs by Key

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.fbos_for_sale() Response

FBOs for Sale

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.fbo_monthly_summary_by_icao(month: int, year: int, icao: str) Response

FBO Monthly Summary by ICAO

Raises:
Parameters:
  • month (int) – the month as numeric value (1 = January, 12 = December)

  • year (int) – the year as numeric value

  • icao – the (FSE) ICAO code of the airport or airfield the FBO is at

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

Flight Log Data Feeds

fseconomy.data.flight_logs_by_key_month_year(month: int, year: int) Response

Flight Logs By Key Month Year

Raises:
Parameters:
  • month (int) – the month as numeric value (1 = January, 12 = December)

  • year (int) – the year as numeric value

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_reg_month_year(month: int, year: int, registration: str) Response

Flight Logs By Reg Month Year

Raises:
Parameters:
  • month (int) – the month as numeric value (1 = January, 12 = December)

  • year (int) – the year as numeric value

  • registration (str) – the aircraft registration as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_serialnumber_month_year(month: int, year: int, serialnumber: int) Response

Flight Logs By serialnumber Month Year

Raises:
Parameters:
  • month (int) – the month as numeric value (1 = January, 12 = December)

  • year (int) – the year as numeric value

  • serialnumber (int) – the aircraft numeric ID

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_key_from_id(fromid: int) Response

Flight Logs By Key From Id (Limit 500)

Raises:
Parameters:

fromid (int) – the flight id to start from

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_key_from_id_for_all_group_aircraft(fromid: int) Response

Flight Logs By Key From Id for ALL group aircraft (Limit 500)

Raises:
Parameters:

fromid (int) – the flight id to start from

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_reg_from_id(fromid: int, registration: str) Response

Flight Logs By Reg From Id (Limit 500)

Raises:
Parameters:
  • fromid (int) – the flight id to start from

  • registration (str) – the aircraft registration as string

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

fseconomy.data.flight_logs_by_serialnumber_from_id(fromid: int, serialnumber: int) Response

Flight Logs By serialnumber From Id (Limit 500)

Raises:
Parameters:
  • fromid (int) – the flight id to start from

  • serialnumber (int) – the aircraft numeric ID

Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

Group Data Feeds

fseconomy.data.group_members() Response

Group Members

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response

Airport Data Feeds

fseconomy.data.fse_icao_data() Response

FSE ICAO Data

Raises:
Returns:

Response object with data retrieved from the FSEconomy server

Return type:

Response