Skip to content

Commit

Permalink
removing whitespace in ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
skhan877 committed Nov 9, 2024
1 parent caa2545 commit acc603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finmarketpy_examples/quickchart_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Plot with Matplotlib - S&P 500 on LHS y-axis and S&P 500 net long spec positioning on RHS y-axis
QuickChart(engine='matplotlib', data_source='bloomberg').plot_chart(tickers={'S&P500' : 'SPX Index'},
tickers_rhs={'Net long spec S&P 500 futures' : 'IMM0ENCN Index'},
tickers_rhs={'Net long spec S&P 500 futures' : 'IMM0ENCN Index'},
title='S&P500 vs. net spec pos RHS (2008-2010)',
start_date='01 Jan 2007', finish_date='01 Jan 2010', source='Bloomberg')

Expand Down

0 comments on commit acc603a

Please sign in to comment.