https://github.com/denimar/portfolio-analyzer
https://github.com/denimar/portfolio-analyzer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/denimar/portfolio-analyzer
- Owner: denimar
- Created: 2025-06-09T19:16:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-04T16:00:30.000Z (about 1 year ago)
- Last Synced: 2025-07-04T16:47:01.238Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://portfolio-analyzer-tawny.vercel.app
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Components:
https://www.radix-ui.com/
### also see:
https://ui.shadcn.com/
### Icons:
https://lucide.dev/icons/
### Real Time Programing
https://supabase.com/
### Get Prices from:
https://financialmodelingprep.com
### Cron Jobs
https://console.upstash.com/qstash?tab=schedules&teamid=0
### Good Examples of Tailwind styling:
https://flowbite.com/docs/components/avatar/
-------------------------------------------------------------------------
### Important Endpoints for get Stocks, Prices, Dividends:
Price Target Bulk:
https://financialmodelingprep.com/stable/price-target-summary-bulk?apikey=KnoA2UCIwxOYjhBEw8kWrbSEg98RVtsb
Companies Profiles:
https://financialmodelingprep.com/api/v3/quote/AAPL,MSFT?apikey=KnoA2UCIwxOYjhBEw8kWrbSEg98RVtsb
Dividends:
https://financialmodelingprep.com/api/v3/historical-price-full/stock_dividend/AAPL,MSFT?apikey=KnoA2UCIwxOYjhBEw8kWrbSEg98RVtsb
Dividends: (Also See)
https://eodhd.com/api/div/O.US?from=2000-01-01&api_token=668db638d82b55.72641194&fmt=json
..
## Breakpoints
| Breakpoint Prefix | Minimum Width | Typical Device |
| ----------------- | ------------- | ------------------------------- |
| `sm:` | 640px | Small phones (portrait) |
| `md:` | 768px | Tablets (portrait) |
| `lg:` | 1024px | Tablets (landscape)/small laptops|
| `xl:` | 1280px | Desktops |
| `2xl:` | 1536px | Large desktops |
---------------------------------------------------------------------------------------------
# All Endpoints:
https://www.interactivebrokers.com/campus/ibkr-api-page/webapi-doc/#per-endpoint-request-rate-limits-11
https://www.interactivebrokers.com/campus/ibkr-api-page/webapi-ref/
https://localhost:5055/v1/api/iserver/auth/status (check whether I am connected)
https://localhost:5055/v1/api/portfolio/accounts
https://localhost:5055/v1/api/portfolio/U13793951/positions/0
https://localhost:5055/v1/api/portfolio/U13793951/summary
https://localhost:5055/v1/api/portfolio/U13793951/ledger
-----------
SSH:
ssh -i ~/.ssh/denimar-ssh-key root@37.27.83.44
ssh -i ~/.ssh/denimar-ssh-key -L 5055:localhost:5055 root@37.27.83.44