We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created an account and it shows that I have $500000 to trade. I bought 100 stocks of FB (note that the market is closed).
Transactions Cash in your hand: $500000.00
Stock name | Status | Quantity | Stock code | Price | Gain/loss Alphabet Inc Class C | BOUGHT | 50 | GOOG | $0.00 | $0.00
The text was updated successfully, but these errors were encountered:
This is because price for alphabet was not updated. You need to configure proper API keys and then test the app.
Sorry, something went wrong.
How do I do that?
We used an API to fetch quotes.. that has changed now. It requires authentication (to the best of my knowledge). You have to modify this function with a new API / proper authentication.. https://github.com/lugnitdgp/freemex/blob/master/core/utils.py#L14
Any suggestion on which API to use?
@agarwalo The API has been updated. This should be fixed now.
No branches or pull requests
I have created an account and it shows that I have $500000 to trade. I bought 100 stocks of FB (note that the market is closed).
Transactions
Cash in your hand: $500000.00
Stock name | Status | Quantity | Stock code | Price | Gain/loss
Alphabet Inc Class C | BOUGHT | 50 | GOOG | $0.00 | $0.00
The text was updated successfully, but these errors were encountered: