mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[PR #116] [MERGED] light-endpoints #163
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-core/pull/116
Author: @DigitalKamikaze
Created: 10/16/2025
Status: ✅ Merged
Merged: 12/27/2025
Merged by: @paktusov
Base:
main← Head:light-api-prices-and-fx📝 Commits (5)
a4fa123light-endpointsed29de7Interim before the mergerbc404acref by linter904510eMerge branch 'main' into light-api-prices-and-fx48d457fFix cyclical import📊 Changes
10 files changed (+189 additions, -4 deletions)
View changed files
➕
poms/currencies/serializers/__init__.py(+21 -0)📝
poms/currencies/serializers/base.py(+29 -0)➕
poms/currencies/serializers/common.py(+25 -0)📝
poms/currencies/tests/test_currency_history_view.py(+18 -0)📝
poms/currencies/views.py(+14 -0)📝
poms/expressions_engine/formula.py(+2 -1)📝
poms/instruments/serializers.py(+44 -2)📝
poms/instruments/tests/views/test_price_history_view.py(+21 -0)📝
poms/instruments/views.py(+14 -0)📝
poms/transactions/serializers.py(+1 -1)📄 Description
Create Light API for prices and fx https://github.com/finmars-platform/finmars-core/issues/75
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.