All Projects → tfabritius → pr-www

tfabritius / pr-www

Licence: other
Portfolio Report Website - the data source for Portfolio Performance

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to pr-www

robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-46%)
Mutual labels:  market-data, stocks
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+396%)
Mutual labels:  market-data, stocks
Iex Api
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stars: ✭ 683 (+1266%)
Mutual labels:  market-data, stocks
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (-56%)
Mutual labels:  market-data, stocks
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+1028%)
Mutual labels:  portfolio, stocks
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+58%)
Mutual labels:  market-data, stocks
Pytse Client
work with Tehran stock exchange data in Python
Stars: ✭ 130 (+160%)
Mutual labels:  market-data, stocks
Sumzerotrading
A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
Stars: ✭ 128 (+156%)
Mutual labels:  market-data, stocks
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-44%)
Mutual labels:  portfolio, stocks
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-70%)
Mutual labels:  portfolio, stocks
rebalance-app
💸 Optimal lazy portfolio rebalancing calculator (in Rust)
Stars: ✭ 37 (-26%)
Mutual labels:  portfolio, stocks
Fast arrow
(no longer maintained) A simple yet robust (stock+options) API client for Robinhood
Stars: ✭ 127 (+154%)
Mutual labels:  portfolio, stocks
Portfolio
A simple tool to calculate the overall performance of an investment portfolio.
Stars: ✭ 1,326 (+2552%)
Mutual labels:  portfolio, stocks
Python Trading Robot
A trading robot, that can submit basic orders in an automated fashion using the TD API.
Stars: ✭ 235 (+370%)
Mutual labels:  portfolio, stocks
nuro.dev
🌿 Personal Portfolio
Stars: ✭ 260 (+420%)
Mutual labels:  portfolio
gatsby-contentful-portfolio
Portfolio theme for Gatsby
Stars: ✭ 107 (+114%)
Mutual labels:  portfolio
Portfolio-Website
Vishesh's Portfolio Website
Stars: ✭ 47 (-6%)
Mutual labels:  portfolio
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+88%)
Mutual labels:  stocks
pair-trading-view
Pair Trading View - .NET application for visual analysis of synthetic financial instruments based on statistical models.
Stars: ✭ 45 (-10%)
Mutual labels:  stocks
T-REX
T-REX is a suite of smart contracts implementing the EIP 3643 and developed by Tokeny to manage and transfer financial assets on the Ethereum blockchain
Stars: ✭ 79 (+58%)
Mutual labels:  securities

Portfolio Report Website

Language Build status Website status

This repo holds the website Portfolio Report. It provides a user interface to the data provided by the API.

Please use the discussion forum to get help and discuss improvements.

Getting started

Prerequisites:

# Clone repository
$ git clone ...

# Install dependencies
$ pnpm install --frozen-lockfile

Configuration

Create .env configuration file or respective environment variables:

# Use this URL as baseUrl for API requests
API_URL=https://...

Build Setup

# serve with hot reload at localhost:3000
$ pnpm dev

# generate static files and serve them
$ pnpm generate
$ pnpm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].