Skip to content

Commit c36c76d

Browse files
authored
Merge pull request #46 from ahmedacoding/patch-3
Update example_api.py
2 parents ad7b594 + 5d2f54d commit c36c76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def main() -> None:
7575
# resp = api.get_economic_events_data(date_from = '2020-01-05', date_to = '2020-02-10', country = 'AU', comparison = 'yoy', offset = 50, limit = 50)
7676
print(resp)
7777

78-
resp = api.financial_news(s = 'balance sheet', t = None, from_date = '2020-01-05', to_date = '2020-02-10', limit = 100, offset = 200)
78+
resp = api.financial_news(s = 'AAPL.US', t = None, from_date = '2020-01-05', to_date = '2020-02-10', limit = 100, offset = 200)
7979
# resp = api.financial_news(s = None, t = 'balance sheet', from_date = '2020-01-05', to_date = '2020-02-10', limit = 100, offset = 200)
8080
print(resp)
8181

0 commit comments

Comments
 (0)