Skip to main content

All Questions

Tagged with or
-1 votes
1 answer
42 views

I am trying to predict google stock price using LSTM model from PyTorch. However after training my model and plotting the predicted results vs the real value, I see periodic sharp downward spikes. ...
meysam imanipour's user avatar
Tooling
0 votes
1 replies
43 views

I'm looking for an API that given a sector name, provides a list of stock names.
Plazar99's user avatar
0 votes
1 answer
137 views

I am trying to download the pre open market from NSE website using Selenium. url = 'https://www.nseindia.com/market-data/pre-open-market-cm-and-emerge-market' I am trying to download the Category 'All'...
Prem Ji's user avatar
  • 23
0 votes
1 answer
84 views

I am wanting to work with the different locations that shopify allows you to have, currently there is a function that can do that on the product display page where it shows where the closest pickup ...
Dan Griffin's user avatar
0 votes
0 answers
44 views

I have a dataframe with stock data with all the obvious data like closes, opens, highs, lows etc. It also has a column with the general recent trend (calculated with the ta.supertrend function). I ...
SplooshM's user avatar
0 votes
1 answer
200 views

I have two tables with order information, and am looking to find whether or not each order in one table has crossing potential with the other. Example tables: t1:([]ric:`a`b`c;side:`buy`sell`buy;size:...
Cole's user avatar
  • 345
-3 votes
1 answer
197 views

I use this to keep track of my stock portfolio, been using it for almost three years now, and recently it stop working, can't figure out why. function MyPortfolio2(tickers, values , price) { var ...
Liu Ed's user avatar
  • 9
0 votes
1 answer
33 views

On my project I need to create a chart, in which user should be able to point-click on series data, but the points should not be highlighted when the cursor is moved elswhere in the chart - they ...
Roman Pelekh's user avatar
3 votes
1 answer
94 views

I'm trying to create a code to show me some stock stats. For that I need to iterate through a list of stocks in python and for each one show some details. So far I have this code: import yfinance as ...
diguinhosl's user avatar
2 votes
1 answer
2k views

I am using Alpha Vantage API to fetch financials for some stocks from a Python Script. I could successfully use Alpha Vantage API initially to get financials data, but now, every single day I am ...
SimpleThings's user avatar
2 votes
2 answers
2k views

Robinhood Authentication through MFA as described here https://robin-stocks.readthedocs.io/en/latest/quickstart.html#with-mfa-entered-programmatically-from-time-based-one-time-password-totp was ...
emmanuelsa's user avatar
2 votes
0 answers
272 views

In Jupyter Notebook I have run a simple Python script which installs quandl, imports quandl, and retrieves my API key (which is definitely correct). However, when I try to access stock data for Apple ...
Jack Brady's user avatar
2 votes
2 answers
381 views

I am using google sheets to get the 'bid' and 'ask' for AAPL stock option, however when entering this formula =optiondata(AAPL241227C245, "bid") I am getting the incorrect value of 1.74. ...
user1223334's user avatar
-2 votes
1 answer
75 views

I'm trying to write a Python code to download NSE stocks data for all the listed companies. There are just over 1700 listed companies in NSE India. I want data for only last 120 days. I have writen ...
NeedBasedLearner's user avatar
0 votes
0 answers
23 views

I would like to show a text on the dropdown on my configurable products for my child products. Now its not possible to select the product but for good sake I would like to display the text out of ...
Kasper Elund's user avatar

15 30 50 per page
1
2 3 4 5
121