​+1 (917) 512-9523
99 Wall Street Suite 1672, New York, NY 10005​
[email protected]
 
 
Schedule A Meeting
Investment Science | NYC Consulting Services
  • About
    • Business Consulting in New York
    • The Wealth Almanac​
  • What We Offer
  • Who We Serve
  • Podcast
  • Insights
  • Case Studies
  • Testimonials
  • SageFusion
  • Contact Us
  • About
    • Business Consulting in New York
    • The Wealth Almanac​
  • What We Offer
  • Who We Serve
  • Podcast
  • Insights
  • Case Studies
  • Testimonials
  • SageFusion
  • Contact Us

Insights

Free Consultation

Unlocking Ethical Data Mining with Cloudflare Agents: Dynamic IP Addresses and Unlimited Potential for Financial Services

3/5/2025

0 Comments

 
Picture

Introduction
In today’s data-driven world, the ability to gather, analyze, and leverage information is more critical than ever. For financial services firms—whether in trading, investing, or sales—access to accurate, real-time data can be a game-changer. With Cloudflare agents and their dynamic, ever-changing IP addresses, you can ethically mine data without compromising security or violating privacy. Here’s how Cloudflare’s free-tier agents are revolutionizing data mining in the finance world, offering unlimited potential for growth and efficiency.

What Are Cloudflare Agents?
Cloudflare agents are powerful, cloud-based solutions that act as intermediaries between your systems and the internet. These agents manage web traffic, ensure security, and enhance performance by masking real IP addresses with dynamically changing IPs. This helps users bypass restrictions while maintaining ethical standards in data mining.

Key Use Cases for Cloudflare Agents in Financial Services:

1. Ethical Data Mining for Financial Analysis

Data mining is essential for making informed financial decisions, but privacy and ethical concerns are top priorities. Cloudflare agents enable firms to collect market data, analyze financial trends, and aggregate competitor information while avoiding ethical violations. By using dynamically changing IP addresses, Cloudflare ensures that financial data is mined anonymously, preserving privacy without breaching security measures or terms of service agreements.

Example Use Case:
Investors and traders can mine public financial reports, news updates, and market sentiment analysis without revealing their identity, giving them an edge in real-time trading decisions.

2. Enhanced Trading Algorithms & Real-Time Data CollectionIn high-frequency trading (HFT) and algorithmic trading, every millisecond counts. Cloudflare agents offer seamless, secure, and fast access to high-volume financial data sources by masking the IP address of the trader or algorithm. With dynamically rotating IPs, traders can avoid IP blocking while accessing a wealth of market data, including order books, stock trends, and currency fluctuations, enhancing the performance of trading algorithms.

Example Use Case:
Traders can gather large sets of trading data, news feeds, and live stock quotes from multiple sources without facing the threat of IP blocking, giving them an advantage in executing trades based on real-time data.

3. Unrestricted Access to Investment Opportunities

​
As investors seek out lucrative opportunities across global markets, having access to data from multiple sources is critical. Cloudflare’s agents provide unlimited access to investment platforms and financial websites, allowing for the secure and efficient collection of data on investment opportunities, market conditions, and competitors—all while remaining undetected.

Example Use Case:
Investment firms can scrape data from international stock exchanges or crypto markets for a comprehensive analysis of market movements without facing restrictions or penalties for excessive queries.

4. Competitive Intelligence for Sales & Business StrategyFinancial services firms must continuously monitor competitors, client behaviors, and market trends to stay ahead. Cloudflare agents can be used to mine competitor pricing, product offerings, and strategic movements, all while maintaining a high level of anonymity. By dynamically changing IP addresses, your firm can conduct research across multiple websites and databases without triggering rate-limiting or IP bans, providing valuable insights to drive sales strategy and business development.

Example Use Case:
Sales teams can gather data on competitors' product launches, pricing strategies, and promotions across various financial service platforms to adjust their own sales tactics.

5. Cloudflare’s Free Tier: Perfect for Small-Scale OperationsThe free-tier of Cloudflare agents makes it easier for smaller financial services firms or independent investors to leverage these powerful tools without incurring hefty costs. This tier allows businesses to tap into the full potential of Cloudflare’s dynamic IP management, security features, and data-mining capabilities, while keeping operating costs low.

​Example Use Case:
Small-scale traders and investors can use the free-tier Cloudflare service to collect financial data from various platforms and news sites without paying for premium services—great for those just starting out or for firms with limited budgets.

Why Cloudflare Agents Are a Game-Changer for Financial Services:
  • Ethical data mining with anonymity and privacy preserved.
  • Dynamic IP rotation that prevents detection, blocking, or throttling.
  • Unlimited data collection potential from multiple sources across financial markets.
  • Cost-effective with a free-tier plan, ideal for small-scale operations.
  • Security and compliance with robust features to protect sensitive financial data.

The Unlimited Potential of Cloudflare AgentsFrom improving trading algorithms to gaining access to global financial data and competitive insights, Cloudflare agents offer limitless possibilities for financial services firms. Whether you're building smarter investment strategies, refining sales tactics, or executing complex trading algorithms, Cloudflare’s dynamic agents provide the tools you need to stay ahead.
​
At Investment Science, we embrace innovative solutions like Cloudflare agents to empower financial services firms to scale, secure, and maximize their data mining efforts. If you’re ready to unlock the full potential of Cloudflare agents, connect with us today to explore how we can help.
Get Help With System Design
0 Comments

Invest Properly With This Economic Outlook

11/6/2022

0 Comments

 
Picture
1) We visited NYC, Silicon Valley, and spoke with different personas in regard to the economic outlook. These individuals had a high net worth and have been around multiple economic cycles.

2) Interestingly enough, one can see that with the rising interest rates, the S&P 500, as well as real estate may have a 20-25% pull-back in the next 2 years.

3) While we all wait for the market to correct, there is an interesting piece of software called https://www.mashvisor.com/ that can find real estate deals when we hit  the bottom of the market.

4) As companies begin to conduct hiring freezes, it's still important to notate that the M1 money supply went up five fold - so cash is sitting out there

​5) Use your time wisely and time this market!

​Legal Disclaimer - We preface these posts in which any investment commentary is not an  endorsement to buy or sell a security, and does not represent our customers opinion. This is just an educational post.
get help with economic analysis
0 Comments

Checking Google Trends For Investments

4/9/2022

0 Comments

 
Picture


​While many individuals leverage google trends for markets such as ecommerce to see which products to sell, there are various other variations in which google trends could be quite useful in regards to researching investments. For individuals seeking to learn how to leverage google trends, it is vital for he or she to understand that one first must pick a programming language. For the purpose of this article, we chose to use the python programming language. Some of the benefits in regards to python are it's simple to use, quick to code, and fewer lines of code. Some of the drawbacks are it's interpreted language in nature, which means the code takes longer to run than say Java, but this could be resolved with Apache Flink or Apache Spark, which convers the code into the JVM, and is out of scope for this tutorial.. When writing code, it's vital for one not to fall in love with a programming language. Now, we get into utilizing python for google trends pertaining to investments.

Steps:

1) Download Pycharm -> https://www.jetbrains.com/pycharm/download/#section=windows
2) Install Anaconda -> https://www.anaconda.com/products/distribution
3) Run the source code below, and replace the ticker symbol with a new ticker symbol:

# import the TrendReq method from the pytrends request module
from pytrends.request import TrendReq
from pylab import *
# execute the TrendReq method by passing the host language (hl) and timezone (tz) parameters
pytrends = TrendReq(hl='en-US', tz=360)
# build list of keywords
kw_list = ["AAPL"]
# build the payload
pytrends.build_payload(kw_list, timeframe='2021-02-22 2022-02-22', geo='US')

# plot all three trends in same chart


# store interest over time information in df
df = pytrends.interest_over_time()
# display the top 20 rows in dataframe
print(df.head(20))
df.plot()
show()

Legal Disclaimer:

This post does not constitute an endorsement for an investment, does not reflect the opinions of any Investment Sciences' clients or affiliates, and is solely for educational purposes only.

get help with Python Development
0 Comments

Finding Trends In Hiring

11/17/2020

1 Comment

 
Picture
While Investment Science has no strategic ties to vendors, we can objectively tell you some interesting trends. If one wanted to view the trends in regards to which industries are rising, he or she could view the color grid on CB Insights to analyze whether or not the industry being sought is the most optimal industry to select. For instance, it looks as if anything to do with Software, Mobile & Telecom, Healthcare, and Internet is growing. Similarly, due to the correlation of the markets with the industries being funded, these grids can be used across hiring, investments, and prospecting. 
​

Now we can talk about some ticker symbols. The ticker symbol VOX is up about 54%, which corresponds to the telecom. IGV is up 75%, which corresponds to software. XLV maps to healthcare and is up about 28%. We hope this helps all of our readers.

get help with nvestment Research
1 Comment

Is Day Trading A Substitute For Football?

9/9/2020

1 Comment

 
Picture
Were About To Find Out.
Thursday, September 9th, the Kansas City Chiefs host the Houston Texans on NBC in prime time.  This will almost certainly break records for betting activity on a Week 1 NFL game.  But will it last?
 
We know that growth in active trading has been explosive, fueled by startups like Robin Hood and the elimination of trading commissions by the bigger brokers in the Fall of 2019.  Trading has never been simpler or easier.  ​
Picture
In the first half of 2020, Robin Hood accounts grew by 30%. With new-to-the-game investor favorites like Tesla, Zoom, and DraftKings doubling, tripling and more in the past 6 months, and charts of the SPY and QQQ resembling the old Price is Right “Cliff-Hangers” game (https://www.youtube.com/watch?v=bWEGNe104To ), the average new retail investor/trader has likely had at least some positive trades and is feeling pretty good about it.
  
And without all of those commissions, day-trading, or at least short-term trading is no doubt looking pretty attractive relative to sports betting as a place to get some action.  For most NFL bets, whether with a casino, online sportsbook, or your Uncle Larry’s business associate, you generally bet $110 to win $100.  If the sportsbook takes in $110 on the Chiefs, and $110 on the Texans, the guy who picked the winner (including the point-spread of course) gets $210, and the sportsbook keeps the extra $10.  Over time, when you pay that 10% commission on losing bets, it means you need to win more than about 52.4% of the time to generate positive cash flow.  Most bettors don’t do that well long run, so they either accept that they enjoy the game, like the action, or kid themselves that they make money through selective memory.
 
Meanwhile, anyone with an E*TRADE account gets an easy peek at their balance and which trades made money.  You can forget about all the times the Jaguars or the Bears have disappointed you, but every time I login, I can see that GE stock is worth nothing close to what I paid for it. Though opening up a chart on Tractor Supply Company (TSCO) cheers me right back up.  
 
Crossing Over
We know that some of the football betting regulars are crossing over.  Outspoken Tweeter and sports betting guru, David Portnoy (founder of Barstool Sports) has made multiple appearances on CNBC’s Mad Money with Jim Cramer, and DraftKings is now running commercials during that show.
 
Is stock trading a substitute for betting in the NFL?
The NFL gets the largest share of sports betting action.  Academic research finds that baseball betting is a substitute for betting on NFL games (https://journals.sagepub.com/doi/abs/10.1177/1527002511417630 ).  When the NFL season starts, even the preseason, betting activity clearly declines for baseball as it grows for football.  In author Gary Mayer’s true story of life as a bookie, (https://www.amazon.com/Bookie-My-life-disorganized-crime/dp/0874770238/ref=sr_1_1?dchild=1&keywords=bookie%2C+my+life+in+disorganized+crime&qid=1599692442&sr=8-1 ), he explains that he only handled baseball bets to keep his football betting clients active until the next football season. 
 
The football bettors want action.  This Thursday night, they’ll get it.  With the double-stuff mustachioed Andy Reid and the Kansas City Chiefs, and a Las Vegas betting total of 54.5, this should be a high scoring game with plenty of fireworks.

Will the bettors forget about trading stocks? 
I doubt it, but there will be some trade-offs.  If the NFL keeps everyone healthy and the games are good, I’m predicting a dip in the Monday morning trades.  Some of their attention and the need for action will once again be met by the NFL.  If the market keeps going higher, NFL betting/viewing may lose some steam as people focus their attention on making money in the stock market.  However, if the markets hit a rough patch, with a sustained downward trend this Fall, NFL betting and viewership will be stronger than ever.  I’m rooting for good games and a strong market, but no matter what happens, there will be some tradeoffs between sports betting and stock trading.

- Dr. Weinbach

get help with nvestment Research
1 Comment

Options Trading Arbitrage

8/9/2020

2 Comments

 
Picture
We are building off of our previous post on the ticker symbol 'ATVI' or Activision Blizzard, which had a stock price of $82.46 on August 7th, 2020. Now, Investment Lab has functionality to graph opportunities for options, like we showed you on determining when an option is overpriced .  What we do next, is check for inefficiencies of pricing within options. If we perform a credit spread trading strategy, where we sell a call option with the strike price of $82.50 on August 7th at $3.72, and we also buy a call option at $82.00 for $3.72 on August 7th - we would have a risk free trade, meaning if the price of ATVI is less than or equal to $82.00 we lose $0 dollars (see the last image for more detail).

*Note due to transaction costs and slippage (With regard to futures contracts as well as other financial instruments, slippage is the difference between where the computer signaled entry and exit for a trade and where actual clients, with actual money, entered and exited the market using the computer’s signals) we would likely only lose $5-$10 dollars. Lastly, we based the pricing off of the mid price from the bid and ask of Activision Blizzard options.

So to summarize, we risk $5-$10 dollars to make $50 dollars if Activision Blizzards stock price is greater than 82.50 on September 4th. Our software was able to pick the best risk/reward scenario for a given option at a given target price!


​
Picture
get help with financial research
2 Comments

Does Pairs Trading Work?

8/9/2020

0 Comments

 
Picture
Pairs trading is when one takes multiple financial positions.  A pairs trade is a trading strategy that involves matching a long position with a short position in two stocks with a high correlation (Having a “long” position in a security means that you own the security. Investors maintain “long” security positions in the expectation that the stock will rise in value in the future. ... Investors who sell short believe the price of the stock will decrease in value).  What we did here was bounce off all of the data in our product coined 'Investment Lab,' and we find highly statistical correlated pairs that move together. In the event that the correlations break apart, we  went long one position, and short another position. We take profit when the values approach two times the average true range (Average True Range (ATR) is a technical indicator measuring market volatility. It is typically derived from the 14-day moving average of a series of true range indicators. It was originally developed for use in commodities markets but has since been applied to all types of securities) is met with a trailing stop loss (A trailing stop loss is a type of day trading order that lets you set a maximum value or percentage of loss you can incur on a trade. If the security price rises or falls in your favor, the stop price moves with it. If the security price rises or falls against you, the stop stays in place).

We found two ticker symbols that made profits every single year, inclusive of financial crashes!


​

Picture
get help with financial research
0 Comments

Do Moon Phases Impact The Stock Market?

8/9/2020

0 Comments

 
Picture









​
Enhance Your Financial Portfolio with the Wilcox Model
At our firm, we continually seek out unique and compelling data points to inform our financial instrument analysis. In developing the Wilcox Model, we have incorporated a diverse range of data, including astronomical phenomena such as star positions, sunspots, and moon cycles. While we maintain the proprietary nature of our algorithm, we can share that our back-testing of this model from 2010 to 2016 yielded an impressive 25% return.
Although a 4% annual return might not seem extraordinary at first glance, what sets this strategy apart is its potential independence from broader stock market trends. Integrating a portion of your investment portfolio with the Wilcox Model could provide valuable diversification and risk mitigation.

​Understanding Back-Testing and Investment Positions
Back-testing involves applying a trading strategy or analytical method to historical data to evaluate its effectiveness in predicting actual results. This rigorous process helps us ensure that our models are not only theoretically sound but also practically viable.
When it comes to investment positions, maintaining a “long” position in a security means that you own the security, anticipating that its value will increase over time. Conversely, “short” positions are taken with the expectation that the security's price will decline.
By leveraging advanced back-testing techniques and a keen eye for unique data points, the Wilcox Model offers a robust addition to any investment strategy. Enhance your financial portfolio's performance and resilience with our innovative approach

​(We back tested the results in python):

Picture
Hire Us For Financial Trading Research
0 Comments

Determining When An Option Is Overpriced

8/7/2020

0 Comments

 
Picture
Investment Science has a product called Investment Lab where one is able to push a button and make money through numerous parameters. While 'Investment Lab' itself is not for sale, we can help firms solve issues such as finding optimal prices of financial instruments or build a similar product for your needs. Our firm created a graph in python, which is a general purpose programming language. The python library used was pylab, a graphing library in python. The purpose of this post is not to teach you how to code, but rather how to build interesting products from complex financial instruments in a simple programming language such as python.  What we did here was graph out a put option (a put option is a contract giving the owner the right, but not the obligation to sell or sell short a specified amount of an underlying security at a pre-determined price within a specified time frame). For the graph above, we used the black scholes formula (a mathematical model for pricing an options contract. In particular, the model estimates the variation over time of financial instruments. It assumes these instruments (such as stocks or futures) will have a lognormal distribution of prices. Using this assumption and factoring in other important variables, the equation derives the price of a call option).

What is interesting about the graph above is on August 7th, 2020 the near-term price of the put option, that expired on August 7th, is worth more than the other option prices into the future. Simply speaking, when there are no economic events (such as a company merger or a corporate earnings event) one would expect the derivatives price on 08/07/2020 (i.e. today) for the company, Activision Blizzard (Ticker symbol ATVI), to be less than the future option prices. - but it's not!

Now that you understand this post, please go to our next post on  Options Trading Arbitrage

get help with financial trading research
0 Comments

Limitations Of Financial Models

8/2/2020

1 Comment

 
Picture



​












​Unfortunately, many models used on wall-street are assuming a normal distribution, and many schools are teaching with assumptions of a normal distribution. What we have done is actually go all the way back to the 1960's, and from the attached spreadsheet one can actually see across sector which industries belong to which statistical distributions, and it does change every few years. On top of data science and algorithmic trading, these models are often inaccurate, and need augmentation to consider all of the data points. We are actively working on a product that should be available in two years time that addresses these inefficiencies in the markets. In the meantime, feel free to play with the spreadsheet.

statistical_distributions.xlsx

​

Get Help With Trading Research
1 Comment

    Author

    Michael Kelly has been working within banking technology for over a decade, and his experience spans across algorithmic trading, project management, product management, alternative finance, hedge funds, private equity, and machine learning. This page is intended to educate others across interesting topics, inclusive of finance.

    Archives

    June 2025
    May 2025
    March 2025
    February 2025
    January 2025
    October 2024
    August 2024
    July 2024
    June 2024
    May 2024
    January 2024
    November 2023
    August 2023
    June 2023
    February 2023
    January 2023
    December 2022
    November 2022
    July 2022
    June 2022
    May 2022
    April 2022
    March 2022
    January 2022
    December 2021
    November 2021
    October 2021
    September 2021
    July 2021
    May 2021
    April 2021
    March 2021
    February 2021
    January 2021
    December 2020
    November 2020
    September 2020
    August 2020

    Categories

    All
    Agile Project Management
    Artificial Intelligence
    Change Management
    Compliance
    Data Science
    Disruptive Innovation
    Economic Analysis
    Education Training
    Financial Education
    Lending
    Marketing
    Natural Language Processing
    Portfolio Management
    Real Estate
    Technology Strategy
    Trading Research
    Venture Capital
    XBRL

    RSS Feed

Picture
WHAT WE OFFER  /  WHO WE SERVE  /  ABOUT /  PODCAST  /  INSIGHTS  /  CASE STUDIES  /  TESTIMONIALS  /  SAGEFUSION   /  CONTACT US  
OUR OFFICE
SAY HELLO
If you are interested in working with us or ​just want to say hello simply drop us a line!

Email: [email protected]
Phone: ​+1 (917) 512-9523
​
RESERVE TIME
OUR INSIGHTS
Stay up to date with our latest content from our insights page.
Subscribe To Our Insights
  © 2024 Investment Science, LLC | All Rights Reserved  | Buy Our Book | Legal Statement