Support Center

Event Impact Analysis

Events happen in the market all the time. To see what impact they make on asset prices, we've added a new API called "Event Impact Analysis"

Event Impact Analysis provides a way to;

  • Scan an event on a symbol based on price fields

  • Collect events dates

  • Set symbols to review event impact

  • Calculate the average prices on symbols using conditional bought and sold criteria 

 For example, What if you want to check;

  • How many times SP500 returns < 2% between 2018-01-01 and 2020-01-01

  • Calculate average returns of AMZN,GOOGL,AAPL,NFLX 

  • Using buy on the event date and sell on 1 day after the event

https://www.clickapis.com/api/v1/symbols_events?
symbol=$GSPC&
start_date=2018-01-01&
end_date=2020-01-27&
q=return_1d~lt~-2&
symbols=AMZN,GOOGL,AAPL,NFLX&
buy=day_event&
sell=1d




To
access: See Symbols Events