pub async fn run_financials_statements(
gateway: &str,
symbol: &str,
statement_type: Option<i32>,
financial_type: Option<i32>,
currency_code: Option<&str>,
next_key: Option<&str>,
num: Option<i32>,
format: OutputFormat,
) -> Result<()>