Help
chris_jordan
4 - Data Explorer
4 - Data Explorer
since ‎Sep 01, 2021
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

airtable = Airtable(AIRTABLE_BASE_ID, AIRTABLE_TABLE_NAME, AIRTABLE_API_KEY) api_endpoint = ‘xxx’ json_data = requests.get(api_endpoint).json() cryptodata = json_data[‘data’] records = airtable.get_all(maxRecords=1000) for r in records: for currency ...