You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if you could insert the exchange into each respective amex/nyse/nasdaq json file when you create it? And/or possibly create an all_full_tickers.json which merges the three files with the respective exchange name in each entry.
In looking at https://github.com/marketplace/actions/find-and-replace (or some other search/replace), it appears this could be done in the github actions by doing a FIND on "symbol": and REPLACE with "exchange":"nasdaq", \n "symbol": By adding this property to each file, you can then create a combined file all_full_tickers.json. For example:
I'm wondering if you could insert the exchange into each respective amex/nyse/nasdaq json file when you create it? And/or possibly create an all_full_tickers.json which merges the three files with the respective exchange name in each entry.
In looking at https://github.com/marketplace/actions/find-and-replace (or some other search/replace), it appears this could be done in the github actions by doing a FIND on
"symbol":
and REPLACE with"exchange":"nasdaq", \n "symbol":
By adding this property to each file, you can then create a combined file all_full_tickers.json. For example:The text was updated successfully, but these errors were encountered: