feat: add multi-account and advanced analytics
Integrated Multi-Account Manager, Auto Scanner, and Economic Calendar modules. Refined UI with a institutional design language, enhanced visual consistency via global styles, and improved error handling for third-party API services. Added date filtering presets to the signal history module.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import axios from 'axios';
|
||||
axios.get("https://financialmodelingprep.com/api/v3/economic_calendar?from=2024-01-01&to=2024-01-10&apikey=e3143522be4c4aac89e1f9a39925ed80")
|
||||
.then(r => console.log('FMP success', r.status, Object.keys(r.data[0] || {})))
|
||||
.catch(e => console.log('FMP error', e.response?.status));
|
||||
Reference in New Issue
Block a user