An open API service indexing awesome lists of open source software.

https://github.com/denimar/portfolio-analyzer


https://github.com/denimar/portfolio-analyzer

Last synced: about 1 year ago
JSON representation

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