Fintech Server

📈 Strategy Operations

Use fintech-server to create strategies, monitor active runs, and submit orders that advance strategy state. This page focuses only on the strategy workflow available in the main application.

Supported Strategy Operations
Core endpoints and pages used for daily strategy execution.
Create

Create Strategy

Launch a strategy with name, ticker, capital, shares, and initial side.

List

Get All Strategies

Retrieve all saved strategies and their current state.

Running

Get Running Strategies

Filter down to strategies that are currently active.

Orders

Submit Order

Submit buy or sell orders for a strategy and progress its side transitions.

UI

Strategy Form

Create new strategy entries from the web interface.

UI

Order Form

Submit orders through the web interface for a selected strategy.

Data

Close Price Lookup

Fetch recent daily close prices by ticker and day count.