[PR #116] [MERGED] light-endpoints #163

Closed
opened 2026-03-03 11:59:11 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: light-api-prices-and-fx


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-core/pull/116 **Author:** [@DigitalKamikaze](https://github.com/DigitalKamikaze) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `light-api-prices-and-fx` --- ### 📝 Commits (5) - [`a4fa123`](https://github.com/finmars-platform/finmars-core/commit/a4fa1235d4f85ffc2c82c256cb7527f9ae66e5f7) light-endpoints - [`ed29de7`](https://github.com/finmars-platform/finmars-core/commit/ed29de73b816f631f8bea22b44614218413dd6bf) Interim before the merger - [`bc404ac`](https://github.com/finmars-platform/finmars-core/commit/bc404acfef65135eab2c1f110e69519b2701f760) ref by linter - [`904510e`](https://github.com/finmars-platform/finmars-core/commit/904510e215a745fd99c7be7398246dd2535fd13e) Merge branch 'main' into light-api-prices-and-fx - [`48d457f`](https://github.com/finmars-platform/finmars-core/commit/48d457f45383931c81f4616b5191ff4afc43bd6e) Fix cyclical import ### 📊 Changes **10 files changed** (+189 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Create Light API for prices and fx https://github.com/finmars-platform/finmars-core/issues/75 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:59:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#163
No description provided.