← Back to the Apple Health converter

Apple Health → Obsidian

Export Apple Health Data to Obsidian

Yes — use CSV or JSON as the bridge. Obsidian does not read Apple Health directly, but Health Data Export and the free converter can create local files you keep in your vault, then summarize into Markdown notes.

Quick answer

GoalUse this pathWhy
Keep raw Apple Health history in a vaultExport CSV or JSON → save under /Health Data/The file stays local, portable, and separate from polished notes.
Write a weekly health noteExport selected metrics → summarize into MarkdownMarkdown is easier to read in Obsidian than thousands of raw rows.
Ask an AI assistant about trendsReview locally → share only a compact summaryYou avoid pasting an entire health archive into a cloud chat.

Where we lose

Health Data Export does not currently offer native Obsidian sync, Dataview table generation, or an official Obsidian plugin. If you need automatic notes created every day inside your vault, export through a supported automation route first, then let your own script or Obsidian workflow turn the file into Markdown.

How to build an Obsidian health vault workflow

  1. Export Apple Health data with Health Data Export, or use the free browser converter if you already have Apple's export.xml.
  2. Choose JSON for scripts and AI tooling, or CSV if you want to inspect the data in a spreadsheet first.
  3. Create a vault folder such as Health Data or Attachments/Apple Health, then save the export there.
  4. Make a short Markdown note for the period you care about: sleep, HRV, workouts, steps, weight, or resting heart rate.
  5. When using AI, paste only the selected rows or a local summary, not your entire health history.

Good Obsidian note prompts

What to try first

Related guides