Validate Symbol
symbol(path): Stock ticker symbol
Get Symbol Price
symbol(path): Stock ticker symbol
Capture Portfolio Snapshot
MANUAL- User-initiated snapshotAUTOMATIC- System-generated snapshotEOD- End of day snapshot
Get Portfolio History
days(number, optional): Number of days to retrieve (default: 30, 0 for all)type(string, optional): Filter by snapshot type
Delete Portfolio Snapshot
snapshot_id(path): ID of the snapshot to delete
Upload Portfolio CSV
multipart/form-data
Parameters:
csv_file(file, required): CSV file with holdings
symbol, shares
Optional columns: cost_basis, average_cost, security_type, holding_type, type, purchase_date, notes
Example CSV:
Use Cases
Symbol Validation
Verify symbols before adding to portfolio to prevent errors
Price Tracking
Get real-time price data for individual symbols
Historical Tracking
Capture snapshots to track portfolio performance over time
Bulk Import
Import multiple holdings at once from CSV
Related Documentation
Portfolio Holdings
Main portfolio CRUD operations
Portfolio Refresh
Refresh all portfolio prices