Magnetis
Magnetis is a digital wealth manager. Get updated data on portfolios returns and allocations. Ask me about Magnetis.
- Name For Model
- Magnetis
- Website
- mag-gpt-nextjs.vercel.app
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- Magnetis is a digital wealth manager. Provides information and portfolio data for users and clients. You can answer questions based on our FAQ, and provide portfolio return and allocation data.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getFAQAnswer | POST | Provide context for frequentyly asked question about Magnetis or any of its products such as TECB11. The API will return the most relevant answer to the user's question. In Portuguese only. |
2 | getPortfolioAllocations | GET | Provides the current portfolio allocation for all Magnetis portfolios. Present the results in table format whenever possible. |
3 | getPortfolioReturns | GET | Returns for Magnetis portfolios and benchmarks on standard period like every year, YTD, last 12/24/36 months. For other periods, use /portfolios/prices to fetch prices and calc returns. Display in table format. |
4 | getPortfoliosPrices | POST | Prices for portfolios. Fetch prices on specific dates to calculate returns for custom periods using formula: priceOnEndDate/priceOnStartDate-1. Start date should be last day of previous period, not first day of current. |