Data Feeds
Aircraft Data Feeds
- fseconomy.data.aircraft_status_by_registration(registration: str) Response
Aircraft Status by Registration
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
registration (str) – the aircraft registration as string
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_configs() Response
Aircraft Configurations
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_aliases() Response
Aircraft Aliases
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_for_sale() Response
Aircraft for Sale
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_by_makemodel(makemodel: str) Response
Aircraft by MakeModel
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
makemodel (str) – the make/model as string
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_by_ownername(ownername: str) Response
Aircraft by Owner Name
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
ownername (str) – the owner name as string
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_by_registration(registration: str) Response
Aircraft by Registration
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
registration (str) – the aircraft registration as string
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_by_id(serialnumber: int) Response
Aircraft by Id
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
serialnumber (int) – the aircraft numeric ID
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.aircraft_by_key() Response
Aircraft by Key
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
Assignment Data Feeds
- fseconomy.data.assignments_by_key() Response
Assignments by Key
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
Commodity Data Feeds
- fseconomy.data.commodities_by_key() Response
Commodities by Key
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
FBO Data Feeds
- fseconomy.data.facilities_by_key() Response
Facilities by Key
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.fbos_by_key() Response
FBOs by Key
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.fbos_for_sale() Response
FBOs for Sale
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.fbo_monthly_summary_by_icao(month: int, year: int, icao: str) Response
FBO Monthly Summary by ICAO
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
Flight Log Data Feeds
- fseconomy.data.flight_logs_by_key_month_year(month: int, year: int) Response
Flight Logs By Key Month Year
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.flight_logs_by_reg_month_year(month: int, year: int, registration: str) Response
Flight Logs By Reg Month Year
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.flight_logs_by_serialnumber_month_year(month: int, year: int, serialnumber: int) Response
Flight Logs By serialnumber Month Year
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.flight_logs_by_key_from_id(fromid: int) Response
Flight Logs By Key From Id (Limit 500)
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
fromid (int) – the flight id to start from
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- 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:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
fromid (int) – the flight id to start from
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.flight_logs_by_reg_from_id(fromid: int, registration: str) Response
Flight Logs By Reg From Id (Limit 500)
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
- fseconomy.data.flight_logs_by_serialnumber_from_id(fromid: int, serialnumber: int) Response
Flight Logs By serialnumber From Id (Limit 500)
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Parameters:
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
Group Data Feeds
- fseconomy.data.group_members() Response
Group Members
- Raises:
FseDataFeedInvalidError – in case
feedis not a valid data feedFseDataFeedParamError – in case a required additional parameter is missing
FseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
FseDataKeyError – in case of invalid data access key (group key required)
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type:
Airport Data Feeds
- fseconomy.data.fse_icao_data() Response
FSE ICAO Data
- Raises:
FseDataFileInvalidError – in case
fileis not a valid data fileFseServerRequestError – in case the communication with the server fails
FseServerMaintenanceError – in case the server is in maintenance mode
FseDataParseError – in case the data received are malformed or cannot be parsed for other reasons
- Returns:
Response object with data retrieved from the FSEconomy server
- Return type: