FOMC Policies are closely watched by everyone. Rather than manually adding each fed policy event to the graph, is there a possibility to automatically annotate all FOMC Decisions in plotly?
I am familiar with Annotations but I am currently adding them manually. Here is an example:
fig.add_vrect(x0="2020-03-03", x1="2020-03-25",
annotation_text="FOMC lowers FFTR<br>by 0.5 % to 1.25%", annotation_position="bottom left",
annotation_font_size=14,
annotation_font_color="Green",
fillcolor="yellow", opacity=0.25, line_width=0)