Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fixes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jul 8, 2019
1 parent a7198a6 commit 6784087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEX/refdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def internationalSymbols(region='', exchange='', token='', version='', filter=''
if region:
return _getJson('ref-data/region/{region}/symbols'.format(region=region), token, version, filter)
elif exchange:
return _getJson('ref-data/exchange/{exchange}/exchange'.format(exchange=exchange), token, version, filter)
return _getJson('ref-data/exchange/{exchange}/symbols'.format(exchange=exchange), token, version, filter)
return _getJson('ref-data/region/us/symbols', token, version, filter)


Expand Down

0 comments on commit 6784087

Please # to comment.