The JSON you've shared here is different to the JSON you shared previously. So the JSONata expression I gave you won't work.
Here's an example flow that does work once the JSONata has been updated for your latest JSON format...
[{"id":"ba39e234.05ea2","type":"inject","z":"41b925f9.3c983c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":220,"wires":[["eed0c1d6.1d737"]]},{"id":"eed0c1d6.1d737","type":"function","z":"41b925f9.3c983c","name":"","func":"msg.payload = {\n\t\"BTC\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"BTC-USD-190426\",\n\t\t\t\"next_week\": \"BTC-USD-190503\",\n\t\t\t\"quarter\": \"BTC-USD-190628\"\n\t\t}\n\t},\n\t\"LTC\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"LTC-USD-190426\",\n\t\t\t\"next_week\": \"LTC-USD-190503\",\n\t\t\t\"quarter\": \"LTC-USD-190628\"\n\t\t}\n\t},\n\t\"ETH\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"ETH-USD-190426\",\n\t\t\t\"next_week\": \"ETH-USD-190503\",\n\t\t\t\"quarter\": \"ETH-USD-190628\"\n\t\t}\n\t},\n\t\"ETC\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"ETC-USD-190426\",\n\t\t\t\"next_week\": \"ETC-USD-190503\",\n\t\t\t\"quarter\": \"ETC-USD-190628\"\n\t\t}\n\t},\n\t\"XRP\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"XRP-USD-190426\",\n\t\t\t\"next_week\": \"XRP-USD-190503\",\n\t\t\t\"quarter\": \"XRP-USD-190628\"\n\t\t}\n\t},\n\t\"BCH\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"BCH-USD-190426\",\n\t\t\t\"next_week\": \"BCH-USD-190503\",\n\t\t\t\"quarter\": \"BCH-USD-190628\"\n\t\t}\n\t},\n\t\"BSV\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"BSV-USD-190426\",\n\t\t\t\"next_week\": \"BSV-USD-190503\",\n\t\t\t\"quarter\": \"BSV-USD-190628\"\n\t\t}\n\t},\n\t\"EOS\": {\n\t\t\"USD\": {\n\t\t\t\"this_week\": \"EOS-USD-190426\",\n\t\t\t\"next_week\": \"EOS-USD-190503\",\n\t\t\t\"quarter\": \"EOS-USD-190628\"\n\t\t}\n\t}\n};\n\nmsg.target = \"EOS-USD-190426\"\nreturn msg;","outputs":1,"noerr":0,"x":230,"y":220,"wires":[["cfdb4b36.94a9e8"]]},{"id":"cfdb4b36.94a9e8","type":"change","z":"41b925f9.3c983c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$keys(payload.*.*.$sift(function($v, $k) {$v = $$.target}))","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":400,"y":220,"wires":[["3064c623.ae541a"]]},{"id":"3064c623.ae541a","type":"debug","z":"41b925f9.3c983c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":590,"y":220,"wires":[]}]