API means that you receive the raw quotes only. The opposite is Display qoutes where an application, either provided by the quotes vendor or some other well known company (i.e. not a custom app), receives the quotes and displays it on a screen. Some quote vendor charge more for the raw (API)...
My two questions would be:
1) How scalable is the system? You say it works for a 6 figure account. Will it work for an account 10 or 100 times that size?
2) If the system requires only 10 minutes set up a day why on earth would you want to sell it?
I also have my IRA at Vanguard. They are definitely not for frequent traders, but for IRAs I am satisfied with their platform. Superb customer service.
https://www.wsj.com/articles/cathie-wood-ark-innovation-performance-11642175833?mod=tech_lead_pos12
THE INTELLIGENT INVESTOR
How a Flood of Money Swamped Cathie Wood’s ARK
The ARK Innovation ETF posted big returns, and big money followed. Now it’s the latest example of what happens when a fund...
Cramer may not make great stock picks, but he knows his political math. The other 50 senators no votes don't matter because VP Harris's vote breaks any 50-50 ties.
I agree with the other replies. Stay away from penny stocks. A penny stock is far more likely to go to zero than to double. If you don't have much money, it is better to buy a fraction of a good stock than to buy a penny stock.
Have you done any basic research before recommending these securities, or are you just guessing that based on the ETF name, they will do for the OP? For example, QRMI (Global X NASDAQ 100 Risk Managed Income ETF) is already down 2.4% YTD and only has a 1.3% dividend yield; for comparison, SPY is...
I can think of several good reasons for knowing -- Estimating max database requirements to store daily transactions; How many spaces to pad on report columns; Determining how many bits are needed for volume variables when coding, etc.
a) If you go to any of the popular ETF websites, such as etfdb.com or etfchannel.com, and search for an ETF, it usually will also display a list of similar ETFs.
b) If the ETF is based on a specific index, google ETFs that use that index.
I webscrape over 2,000 web pages a day to update my database. In the past I used Selenium, but switched two years ago to Google's Puppeteer. I have yet to find a webpage that Puppeteer cannot handle. I even have one site where I have to click 4 buttons, then simulate a Save-As to get the data.
Yahoo is probably trying to prevent webscraping. Try adding the wget option
"--user-agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
to trick Yahoo that the request is coming from a browser.
You actually listed 5 reasons, not 6. But good points.
I would also add that workers in some industries, especially restaurant and retail, have decided that they are not going back to their old crummy job and are searching for a different career with better pay and benefits.
Try this:
SELECT gr.*
, if( gr.language = 1, english.greet, spanish.greet ) as `Greet`
from greeting gr
left join english_greet english on gr.greeting.id = english.greet_id
left join spanish_greet spanish on gr.greeting.id = spanish.greet_id;
i disagree. It is true that no one knows the future, but successful trading, or investing, is not about knowing the future. It is about estimating probabilities, and placing your money on the highest probability outcomes. While Goldman Sachs analysts may not know the future, an upgrade of a...
President Biden just nominated a well-known crypto critic, Saule Omarova, to be the Comptroller of the Currency. Don't expect any Bitcoin love from the Biden administration.