-
Notifications
You must be signed in to change notification settings - Fork 1
Scripts Function Reference
gitea edited this page Aug 14, 2026
·
5 revisions
Skeleton — to be filled in. Each tool below gets its own subsection with: parameters (name, type, optional/required, default), return shape (with an example JSON snippet), and error cases.
list_data_sources()get_file_info(source?)list_accounts(source?)list_portfolios(source?)list_securities(source?)list_transaction_types()
get_latest_price(security, source?)get_price_history(security, date_from?, date_to?, source?)get_price_on(security, date, source?)list_latest_prices(source?)list_price_feeds(source?)refresh_prices(security?, source?)
get_holdings(portfolio_name?, date?, source?)get_holdings_history(portfolio_name?, date_from?, date_to?, interval?, source?)get_unrealized_gains(security?, portfolio_name?, date?, source?)get_realized_gains(security?, portfolio_name?, date_from?, date_to?, source?)
get_account_balance(account?, date?, source?)
list_taxonomies(source?)get_asset_allocation(taxonomy?, date?, source?)
list_investment_plans(source?)
get_transactions(account?, portfolio_name?, security?, type?, date_from?, date_to?, source?)get_transaction_summary(account?, portfolio_name?, date_from?, date_to?, source?)
ping()